+ Reply to Thread
Results 1 to 9 of 9

converting DVD to MP3 or AVI easy?

This is a discussion on converting DVD to MP3 or AVI easy? within the Video and Imaging forums, part of the miniPlayer M6 / SL category; I am new here and planning to order the M6. I currently only have an ipod shuffle that was given ...

  1. #1
    Passing By
    Join Date
    Sep 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    converting DVD to MP3 or AVI easy?

    I am new here and planning to order the M6. I currently only have an ipod shuffle that was given to me. I have a few questions.

    1 Is it easy to convert DVD files to avi or mp3 audio without being a technogeek? If so, what is the best FREE option for software?

    2 Will I be able to use the files already in my itunes library and drag drop to the Meizu?

    Thanks

    I can't wait to get this. It looks great.

  2. #2
    Valued Member
    Join Date
    Nov 2006
    Location
    Brisbane, Australia
    Posts
    1,465
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Convert DVD files to avi, use BatMan (use search to find it in this forum). Convert avi to mp3, use MediaCoder (again, use search to find it in this forum).
    Meizu M8 MiniOne
    The Revolution Is Here

  3. #3
    Administrator
    Join Date
    May 2007
    Posts
    3,191
    Thanks
    17
    Thanked 32 Times in 29 Posts
    to rip the sound track out of an avi, just use VirtualDub to demux the audio (which is mp3 most of the time anyway). That way you don't need to transcode and lose quality.
    Uh, wait. "DVD to mp3 or avi ..." - I guess you didnt want to rip a DVD to mp3 sound only, right ?
    Just use BatMan to convert a DVD into AVI (which includes mp3 sound).
    Last edited by BobbyQ; 10-01-2007 at 09:03 AM.
    BatMan, the free video converter for Meizu players. Problems ? English First Aid here. Deutsche Erste Hilfe hier.
    Join the Meizume Chatroom at irc://irc.moofspeak.net/meizume ! Firefox Users : get the Chatzilla Plugin. Other Browsers : use this web client.

  4. #4
    Passing By
    Join Date
    Sep 2007
    Location
    Staffordshire, UK
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts
    And if your music files are in Apple's AAC format they won't work on the M6, they'd need ripping from CD again, or if you don't have the files on CD re-encoding to MP3/OGG/FLAC format. Thing is I believe this is what's known as 'transcoding' - going from one lossy format to another, so there could be some degridation in sound quality if you do this. Someone correct me if I'm wrong!

  5. #5
    Passing By
    Join Date
    Sep 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by BobbyQ View Post
    to rip the sound track out of an avi, just use VirtualDub to demux the audio (which is mp3 most of the time anyway). That way you don't need to transcode and lose quality.
    Uh, wait. "DVD to mp3 or avi ..." - I guess you didnt want to rip a DVD to mp3 sound only, right ?
    Just use BatMan to convert a DVD into AVI (which includes mp3 sound).
    Actually I was interested in both (if going from DVD to mp3) isn't difficult for a not techie. I have some good live DVD that i would like on MP3 for M6 and CD for car listening.

    How tedious/time consuming is either of these processes? I guess .avi won't be too bad or these things would not sell.

    Thanks for the replies.

    Oh yeah. I ordered from JTC electronics...Marc was very helpful and fast. I can't wait for it to get here! I went for the 8GB..4GB is down to $89w/free shipping at Newegg for anyone on the fence.
    Last edited by wisertime; 10-02-2007 at 12:05 AM. Reason: adding text

  6. #6
    Administrator
    Join Date
    May 2007
    Posts
    3,191
    Thanks
    17
    Thanked 32 Times in 29 Posts
    converting a DVD to AVI takes 2-4 hours on a standard system. Extracting the mp3 from an AVI with VirtualDub takes only a couple of minutes.
    BatMan, the free video converter for Meizu players. Problems ? English First Aid here. Deutsche Erste Hilfe hier.
    Join the Meizume Chatroom at irc://irc.moofspeak.net/meizume ! Firefox Users : get the Chatzilla Plugin. Other Browsers : use this web client.

  7. #7
    mfb
    mfb nincs online
    Member
    Join Date
    May 2007
    Location
    The Netherlands
    Posts
    220
    Thanks
    0
    Thanked 0 Times in 0 Posts
    If going DVD > MP3 using Batman one could also, to speed up the process:

    Chose special option: switch
    And input: -novideo

    BobbyQ, is it possible to overide the default -oac or -lameopts in BatMan to have more control over the audio (VBR, bitrate, etc.) That could also help, as the default bitrate in BatMan is pretty low (as it's for video) and it's only CBR.

    If it's possible, at this to the switch aswell:

    -oac mp3lame -lameopts vbr:q=x:mode=0 (Change x from 0 to 9, lower is better quality)

  8. #8
    Administrator
    Join Date
    May 2007
    Posts
    3,191
    Thanks
    17
    Thanked 32 Times in 29 Posts
    Quote Originally Posted by mfb View Post
    And input: -novideo
    that does not work. BatMan is not designed to be an audio-only converter (I might add that feature in future versions though). Use VirtualDub to demux an audio stream from a movie.
    Quote Originally Posted by mfb View Post
    BobbyQ, is it possible to overide the default -oac or -lameopts in BatMan to have more control over the audio (VBR, bitrate, etc.) That could also help, as the default bitrate in BatMan is pretty low (as it's for video) and it's only CBR.
    No, it's libavc-audio VBR. lame is not supported anymore because it was causing problems. To use a bitrate of 192 kbps for the audio, enter the following switch :
    -lavcopts abitrate=192
    BatMan, the free video converter for Meizu players. Problems ? English First Aid here. Deutsche Erste Hilfe hier.
    Join the Meizume Chatroom at irc://irc.moofspeak.net/meizume ! Firefox Users : get the Chatzilla Plugin. Other Browsers : use this web client.

  9. #9
    mfb
    mfb nincs online
    Member
    Join Date
    May 2007
    Location
    The Netherlands
    Posts
    220
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by BobbyQ View Post
    that does not work. BatMan is not designed to be an audio-only converter (I might add that feature in future versions though). Use VirtualDub to demux an audio stream from a movie.
    Wouldn't -novideo just encode as would it be with missing video stream? It does here at least, it should be able to encode to an avi containing only audio.

    To bad to hear you abondened LAME, I can't see why it should be giving problems.


 

Similar Threads

  1. Video converting
    By woodymax in forum Video and Imaging
    Replies: 1
    Last Post: 09-28-2007, 09:32 AM
  2. Help! converting on mac?
    By coneyisland in forum Video and Imaging
    Replies: 4
    Last Post: 07-12-2007, 11:40 PM
  3. Converting DVD to run on 8 gb M6 Miniplayer
    By Gerald in forum Video and Imaging
    Replies: 2
    Last Post: 07-02-2007, 07:03 PM
  4. Converting an AVI
    By Damoclese in forum Video and Imaging
    Replies: 3
    Last Post: 04-28-2007, 04:21 PM
  5. EASY install firmware 2.001.1 in eng/ger
    By Danny in forum Firmware
    Replies: 3
    Last Post: 02-18-2007, 01:30 PM