Hi
I am trying to find a command line to convert any audio/video format to mp3... if video, I only want mp3 from it's audio.
Thanks
Crirus
+ Reply to Thread
Results 1 to 6 of 6
-
-
Originally Posted by crirus
But...
You can use FFmpeg.
http://tirnanog.fate.jp/mirror/ffmpeg/
http://arrozcru.no-ip.org/ffmpeg_builds/
http://ffmpeg.mplayerhq.hu/ffmpeg-doc.html
Simply examples:
Code:ffmpeg -i name_file.aac -vn -acodec libmp3lame name_file.mp3
Code:ffmpeg -i name_file.aac -vn -acodec libmp3lame -aq 6 name_file.mp3
Code:ffmpeg -i name_file.aac -vn -acodec libmp3lame -ar 44100 -ac 2 -ab 128000 name_file.mp3
-
I think WinFF will do what you want ... I used it to convert a downloaded FLASH VIDEO from YOUTUBE.COM to a WAV file. As I recall it gave me just that ... a WAV file and nothing else. Can do the same but with MP3. No need to have it also do the video if all you want is the audio.
WinFF can do a lot ... it uses ffmpeg of course.
- John "FulciLives" Coleman"The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
-
I need mencoder/mplayer for that, under linux
I use it from command line with php on a video share site. -
Originally Posted by crirus
The WinFF website has pre-compiled downloads for Debian/Ubuntu and Redhat versions of Linux. Other versions ... I don't know. I've used it under Linux Mint 4.0 as well as openSUSE 10.3 with success.
- John "FulciLives" Coleman"The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
Similar Threads
-
Mencoder and Audio Quality
By kage123 in forum AudioReplies: 2Last Post: 26th Mar 2010, 16:14 -
Video to mp3 using mencoder?
By naynay in forum Video ConversionReplies: 3Last Post: 22nd Mar 2010, 08:56 -
PCM audio in MENCODER
By zepperdude in forum AudioReplies: 1Last Post: 16th Oct 2008, 21:56 -
Mux a FLV AVI + MP3 -> FLV with ffmpeg or mencoder?
By Colmino in forum Video ConversionReplies: 9Last Post: 29th Mar 2008, 22:11