Skip to content

Commit 72eaa7a

Browse files
authored
Merge pull request #969 from amiaopensource/fix-16-9-NTSC-SAR
fix 16/9 NTSC SAR
2 parents d1969c2 + 13f1dbc commit 72eaa7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vrecord

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2125,8 +2125,8 @@ _lookup_choice(){
21252125
fi ;;
21262126
"16/9")
21272127
if [[ "${STANDARD}" = "ntsc" ]] ; then
2128-
RECORDINGFILTER+=",setsar=${PAL_43_SAR_CHOICE}"
2129-
RECORDINGFILTER_MP4+=",setsar=${PAL_43_SAR_CHOICE}"
2128+
RECORDINGFILTER+=",setsar=${NTSC_169_SAR_CHOICE}"
2129+
RECORDINGFILTER_MP4+=",setsar=${NTSC_169_SAR_CHOICE}"
21302130
elif [[ "${STANDARD}" = "pal " ]] ; then
21312131
RECORDINGFILTER+=",setsar=${PAL_169_SAR_CHOICE}"
21322132
RECORDINGFILTER_MP4+=",setsar=${PAL_169_SAR_CHOICE}"

0 commit comments

Comments
 (0)