The ffmpeg command can be used for this purpose .
$ ffmpeg -i youtube.flv -acodec copy ouput.mp3
-i specifies the input file
-acodec Force audio codec to codec. Use the "copy" special value to specify
that the raw codec data must be copied as is.
Tuesday, January 12, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment