Command line to convert flv to 3gp with ffmpeg

published Jan 05, 2010 03:33   by admin ( last modified Jan 05, 2010 03:33 )

Note to self:

 

ffmpeg -i input.flv -s 704x576 -ar 8000 -ac 1 -ab 10.2k  output.3gp

Neede to convert to an accepted size 704x576, an accepted audio bit rate 10.2k, an accepted audio sample rate of 8000.

 

Couldn't get it to work with avi or mov as input this time