Converting FLVs to playable video

Downloading FLV videos can be a nuisance, as there are few regular players that they work on.

In Linux, there are various ways to convert FLV files to other formats. I’m hoping to build up a collection of commands and comment on the quality of the result.

Hopefully others will find it useful.

FFMpeg

ffmpeg -i video.flv -ab 56 -ar 22050 -b 500 -s 320x240 test.mpg
ffmpeg -i video.flv -ab 128 -ar 22050 song.mp3

If you know any more drop me a line…

Related posts:

  1. BT Test User Account Test your ADSL line using the BT test user account...

Related posts brought to you by Yet Another Related Posts Plugin.

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>