I tried everything I found on this and other forums but none of them worked for me. My DVR records in 720 x 576. I would like to have the video encoded to 16:9 and cropped around it. I tried the following.
ffmpeg-video=-ss 3 -vf pullup,softskip,crop=720:576:2:0,yadif=0:-1,hqdn3d -vcodec libx264 -b 1100k -x264opts me=hex:trellis=1:subq=8:partitions=all:8x8dct=1:ref=8:rc-lookahead=50:keyint=25:min-keyint=20:bframes=1:weightb=1:level=4.1:b-pyramid=normal:direct=auto:mixed-refs=1:deblock=-1,-1:no-fast-pskip=1:no-dct-decimate=1:b-adapt=0:threads=auto
SkipCropping=true
FixedResolution=true
Am I missing something?
ffmpeg-video=-ss 3 -vf pullup,softskip,crop=720:576:2:0,yadif=0:-1,hqdn3d -vcodec libx264 -b 1100k -x264opts me=hex:trellis=1:subq=8:partitions=all:8x8dct=1:ref=8:rc-lookahead=50:keyint=25:min-keyint=20:bframes=1:weightb=1:level=4.1:b-pyramid=normal:direct=auto:mixed-refs=1:deblock=-1,-1:no-fast-pskip=1:no-dct-decimate=1:b-adapt=0:threads=auto
SkipCropping=true
FixedResolution=true
Am I missing something?