Convert MP4 to AVI, playable at Panasonic TVs

By Jasdeep Singh in ffmpeg Programming technology tips

January 20, 2015

ffmpeg -i input.mp4 -s hd720 -vcodec mpeg4 -qscale 0 -ac 2 -acodec mp2 -ar 48000 -ab 192k -f avi -vtag XVID output.avi

Crossposted from https://jasdeepsingh.wordpress.com/2015/01/20/convert-mp4-to-avi-playable-at-panasonic-tvs/


Comments:

Abhirath Mahipal -

Thanks for this. I could convert it to a format playable on TV but was taking a lot of time and the files were very large.


Posted on:
January 20, 2015
Length:
1 minute read, 58 words
Categories:
ffmpeg Programming technology tips
See Also: