views:

42

answers:

1

Simple like this is not enough:

ffmpeg -i input.flv output.mp4

Anyone knows how youtube managed to convert arbitrary video files to the format acceptable by smartphones?

A: 

Try ffmpeg -i [file].flv -ar 22050 [file].mp4

Can you explain what's `-ar 22050` for here?