Results 1 to 6 of 6

Thread: looking for mp3 converter

  1. #1
    Join Date
    Jan 2010
    Beans
    11

    looking for mp3 converter

    Hello,
    i have 10G.B. videos .VOB Files, and i need to convert them all to mp3 .
    Any ideas??

  2. #2
    Join Date
    Aug 2009
    Beans
    1,419

    Re: looking for mp3 converter

    mp3 is for audio. Are you sure that's what you want?

  3. #3
    Join Date
    Mar 2011
    Location
    Pizza Hut
    Beans
    1,206
    Distro
    Kubuntu 13.10 Saucy Salamander

    Re: looking for mp3 converter

    Both FFmpeg and VLC can do batch command line converting with a BASH script (or a script in some other language. BASH is the most common for simple stuff like that though). If you're not up for command line work, try one of the many GUI converters out there. SoundConverter and soundKonverter are two popular ones (I use soundKonverter) that can do that. I'm not 100% sure they handle .vob files (never used them) but they should. Make sure you have the correct *buntu-restricted-extras package for your distribution installed (you'll need it to convert to MP3). And are you sure you want to convert all those videos to audio? If you want them to still be videos, use Ogg Theora (.ogv) or something.
    Ubuntu user #35115 - Linux user #555707 - My Ubuntu Wik page
    Join the Ubuntu Forums' IRC room (#ubuntuforums on irc.freenode.net)!

  4. #4
    Join Date
    Jan 2010
    Beans
    11

    Re: looking for mp3 converter

    Yes Mp3 Audio

  5. #5
    Join Date
    Jan 2010
    Beans
    11

    Re: looking for mp3 converter

    i tried the above applications, but i got an error :
    FAILED:
    The requested plugins are:

    DVD subpicture decoder

  6. #6
    Join Date
    Dec 2006
    Beans
    7,349

    Re: looking for mp3 converter

    Quote Originally Posted by elkhedewy View Post
    i tried the above applications, but i got an error :
    FAILED:
    The requested plugins are:

    DVD subpicture decoder
    Can you give the FFmpeg command you used and the uncut terminal output? If actually you missed using FFmpeg the syntax will be something like:

    Code:
    ffmpeg -i input.vob -vn -acodec libmp3lame -ab 128k output.mp3
    You may need to visit this guide if you do not have mp3 encoding enabled in your copy of FFmpeg:

    HOWTO: Easily enable MP3, MPEG4, AAC, and other restricted encoders in FFmpeg
    http://ubuntuforums.org/showthread.php?t=1117283
    You think that's air you're breathing now?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •