Command line to convert flv to 3gp with ffmpeg
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