Re: mp4 video file to mp3 audio file

2009-06-08 Thread ronggui wong
Thank you. It works. Ronggui On Sun, Jun 7, 2009 at 8:26 PM, JoeHilljoeh...@teksavvy.com wrote: That means your ffmpeg was compiled without libmp3lame. You need to get your ffmpeg from the Debian Multimedia repository here: http://debian-multimedia.org/ -- To UNSUBSCRIBE, email to

Re: mp4 video file to mp3 audio file

2009-06-07 Thread JoeHill
ronggui wong wrote: Dear all, Thanks for your response. I find that the output is mp2 if I use ffmpeg -i input.mp4 output.mp3. Of course, I can use lame to further convert the mp2 file to mp3. How can I achieve the same mp3 by one command? I tried add the command mentioned by Sjoerd,

mp4 video file to mp3 audio file

2009-06-06 Thread ronggui wong
Dear all, I have some MTV in *.mp4 format, and I would to convert them to mp3 format. What software should I use? I try ffmpeg using ffmpeg -i in.mp4 out.mp3, but it seems something goes wrong as I can not play the out.mp3 with audacious player. Ronggui -- To UNSUBSCRIBE, email to

Re: mp4 video file to mp3 audio file

2009-06-06 Thread Kelly Clowers
On Sat, Jun 6, 2009 at 09:14, ronggui wong ronggui.w...@gmail.com wrote: Dear all, I have some MTV in *.mp4 format, and I would to convert them to mp3 format. What software should I use? I try ffmpeg using ffmpeg -i in.mp4 out.mp3, but it seems something goes wrong as I can not play the

Re: mp4 video file to mp3 audio file

2009-06-06 Thread Sjoerd Hiemstra
ronggui wong: I have some MTV in *.mp4 format, and I would to convert them to mp3 format. What software should I use? I try ffmpeg using ffmpeg -i in.mp4 out.mp3, but it seems something goes wrong as I can not play the out.mp3 with audacious player. Never tried it myself, but AFAIK it goes

Re: mp4 video file to mp3 audio file

2009-06-06 Thread Memnon Anon
Hi, ronggui wong ronggui.w...@gmail.com writes: I have some MTV in *.mp4 format, and I would to convert them to mp3 format. What software should I use? I try ffmpeg using ffmpeg -i in.mp4 out.mp3, but it seems something goes wrong as I can not play the out.mp3 with audacious player. I do

Re: mp4 video file to mp3 audio file

2009-06-06 Thread ronggui wong
Dear all, Thanks for your response. I find that the output is mp2 if I use ffmpeg -i input.mp4 output.mp3. Of course, I can use lame to further convert the mp2 file to mp3. How can I achieve the same mp3 by one command? I tried add the command mentioned by Sjoerd, but it says Unknown encoder

Re: mp4 video file to mp3 audio file

2009-06-06 Thread Kelly Clowers
On Sat, Jun 6, 2009 at 18:20, ronggui wong ronggui.w...@gmail.com wrote: Dear all, Thanks for your response. I find that the output is mp2 if I use ffmpeg -i input.mp4 output.mp3. Of course, I can use lame to further convert the mp2 file to mp3. How can I achieve the same mp3 by one command?