VideoHelp Forum
+ Reply to Thread
Results 1 to 6 of 6
Thread
  1. Member
    Join Date
    Dec 2007
    Location
    Romania
    Search Comp PM
    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
    Quote Quote  
  2. Originally Posted by crirus
    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
    It's possible used MEncoder? I'm don't know. I'm can't see option to disable video and convert only audio (without video container).

    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
    or
    Code:
    ffmpeg -i name_file.aac -vn -acodec libmp3lame -aq 6 name_file.mp3
    or
    Code:
    ffmpeg -i name_file.aac -vn -acodec libmp3lame -ar 44100 -ac 2 -ab 128000 name_file.mp3
    Quote Quote  
  3. Member
    Join Date
    Dec 2007
    Location
    Romania
    Search Comp PM
    Thanks, I know about ffmpeg, I just dont want to depend on ffmpeg only for that.

    Hopefully there is a way to get a simple mp3 with mencoder.
    Quote Quote  
  4. Member FulciLives's Avatar
    Join Date
    May 2003
    Location
    Pittsburgh, PA in the USA
    Search Comp PM
    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
    Quote Quote  
  5. Member
    Join Date
    Dec 2007
    Location
    Romania
    Search Comp PM
    I need mencoder/mplayer for that, under linux

    I use it from command line with php on a video share site.
    Quote Quote  
  6. Member FulciLives's Avatar
    Join Date
    May 2003
    Location
    Pittsburgh, PA in the USA
    Search Comp PM
    Originally Posted by crirus
    I need mencoder/mplayer for that, under linux

    I use it from command line with php on a video share site.
    I also use Linux ... WinFF is available for Linux as well as Windows. When I used WinFF I used it under Linux. I think you will find that it will do what you want.

    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
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!