[FFmpeg-user] Changing DAR ?

Nicholas Robbins nickrobbins at yahoo.com
Wed Oct 9 03:32:02 CEST 2013


> ffmpeg -i foo.avi -acodec copy -vcodec copy -vf setdar=16/9 bar.avi

You might want to try mkvmerge.

$ mkvmerge -o foo.mkv --aspect-ratio 16/9  foo.avi

It will repackage the file as an mkv, don't know if that is or isn't a problem.


More information about the ffmpeg-user mailing list