FFmpeg can input most container formats natively, including MP4, . ts, MOV, AVI, Y4M, MKV, and many others. This is the output file.
I am trying to convert different files to a flash compatible .mp4
file with ffmpeg, but I can't seem to get it to work. Of course the objective is to get the greatest quality with the smallest file size.
So far I have this, which works, but it doesn't play in a flash player for some reason. The result isn't that great, how can I improve this conversion?
This is the command I'm using:
ffmpeg -i input.file -f mp4 -vcodec mpeg4 -r 25 -b 560000 -s 610x340 -acodec aac -ac 2 -ab 64 -ar 44100 output.file
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With