MEncoder dev-SVN-r24712-4.0.1
MPEGStreamClipが吐いた.mpegのアスペクト情報を認識せず、一律にSAR=1/1を使用。
-vf scale=-10:-1
が効かず、横長画像を吐出。
ログに
Movie-Aspect is undefined - no prescaling applied.
などとあったので、コマンドに -aspect 4:3(DECODING/FILTERING OPTIONS)を追加したら直った。強制的にデコードアスペクトを指定するものらしい。
*man
-aspect (also see -zoom)
Override movie aspect ratio, in case aspect information is in-
correct or missing in the file being played.
*使用コマンド
-vf yadif=3,pp=l5,framestep=2,crop=704:480:8:0,scale=-10:-1:::3,hqdn3d=4:3:6,harddup -vfm ffmpeg -sws 9 -aspect 4:3 -ofps 30000/1001 -of rawvideo -o /dev/null