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

  • From: jemenisuresh <jemenisuresh@xxxxxxxxx>
  • To: KanchiLug <kanchilug@xxxxxxxxxxxxx>, ILUG-C <ilugc@xxxxxxxxxxxxx>
  • Date: Thu, 1 Jul 2010 10:01:07 +0530

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

--
Regards,
Tha.Suresh

Kanchi Linux User Group Rocks !!!!
http://kanchilug.wordpress.com

My experiences with Linux are here,
http://thasulinux.wordpress.com

Other related posts:

  • » [kanchilug] [Tip] Convert YouTube FLV files in Linux - jemenisuresh