[FFmpeg-user] Changing DAR without filtering file?

Boštjan Strojan bostjan.strojan at gmail.com
Mon May 28 20:13:42 CEST 2012


On Sun, May 27, 2012 at 9:27 PM, js3142 <jsjs3142 at hotmail.co.uk> wrote:
> I have a number of h264 encoded videos at a 720x480 resolution which should
> correctly be viewed with a 4:3 Display Aspect Ratio (DAR).
> Just in case it’s relevant, the command I’ve been using is of the form:
>
> ffmpeg –i InputFile.mp4 –aspect “4:3” OutputFile.mp4


try to add -vcodec copy -acodec copy to the above.

b.


More information about the ffmpeg-user mailing list