[Ilugc] [Tip] Convert YouTube FLV files in Linux

  • From: narendra@xxxxxxxxxxxxxxxxxxxx (narendra sisodiya)
  • Date: Thu Jul 1 12:02:57 2010

On Thu, Jul 1, 2010 at 10:01 AM, jemenisuresh <jemenisuresh@xxxxxxxxx>wrote:

If you downloaded a Flash FLV file and want to convert it to an audio
or video file, do the following:

For audio:

ffmpeg -i input.flv -ar 44100 -ab 160 -ac 2 output.mp3

For video:

ffmpeg -i input.flv -s 352?288 -b 512 -ab 128 output.mpg


why mp3 and mpg ???
use Ogg/Ogv

use ffmpeg2theora to convert into open standard format for video and audio.
otherwise you can wait fr ffmpeg2webm release convert it into webm format.

Other related posts: