1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

where to go for info on extracting audio from dvd's or video files

Discussion in 'Audio' started by jspdvd, Jan 23, 2010.

  1. jspdvd

    jspdvd Member

    Joined:
    May 21, 2006
    Messages:
    33
    Likes Received:
    0
    Trophy Points:
    16
    I did a web search for software to extract audio from DVD's. I am mainly wanting to find reviews on good software. What I am wanting to do is, if I had a music concert on a commercially released DVD or on a dvd recorded on a home recorder(the kind that hooks to a TV set) how could I extract just the audio so I can put it on cd or convert it to mp3. I would assume if I used a home DVD recorder to record just music the extraction process would be the same. Can anyone tell me a forum thread to go to, a web link for reviews, or maybe even names of various software I can look up reviews individually.
     
  2. k00ka

    k00ka Regular member

    Joined:
    Aug 30, 2008
    Messages:
    231
    Likes Received:
    0
    Trophy Points:
    26
    Last edited: Jan 23, 2010
  3. cyprusrom

    cyprusrom Active member

    Joined:
    Jan 5, 2006
    Messages:
    5,439
    Likes Received:
    1
    Trophy Points:
    96
  4. jkatrin

    jkatrin Member

    Joined:
    Jan 21, 2010
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    11
    I'm not sure but U can try Video mp3 Extractor PRO from geovid.com.May be it helps U.
     
  5. scum101

    scum101 Guest

    rip a whole dvd audio to wav (or anything else just about..).. so simple it doesn't even need a special app.. transcode is a free command line tool used by many video manipulation programs..

    transcode -i /dev/dvd -x dvd -T 1,-1 -a 0 -y wav -m audiotrack.wav

    The arguments identify the input as /dev/dvd (-i), the type of input as DVD (-x), the title, chapter, and angle to encode, in this case being title 1, chapters (all) -1, and camera angle 1 (-T), the audio track is track 0 (-a), the output format is wav (-y) and the output filename is track20.wav (-m)

    To rip the whole thing don't specify any chapters.. or replace the -1 with the number of the chapter you want.. really simple..

    modify to suit the location of transcode and the disk drive.
     
    Last edited by a moderator: Feb 3, 2010
  6. wort

    wort Member

    Joined:
    May 14, 2007
    Messages:
    12
    Likes Received:
    0
    Trophy Points:
    11
     
  7. wort

    wort Member

    Joined:
    May 14, 2007
    Messages:
    12
    Likes Received:
    0
    Trophy Points:
    11
    You mention Audacity to edit the ripped tracks. The guide mentions Goldwave as the editor. Which one works the best ?
     
  8. cyprusrom

    cyprusrom Active member

    Joined:
    Jan 5, 2006
    Messages:
    5,439
    Likes Received:
    1
    Trophy Points:
    96
    Audacity-FREE, excellent.
    Goldwave-??$$$, don't know.
     
  9. wort

    wort Member

    Joined:
    May 14, 2007
    Messages:
    12
    Likes Received:
    0
    Trophy Points:
    11
    Thanks, i'm going to try Audacity. I would assume there is a guide in the "Guide" section that i could put to use.

    Also do i really need AC3Filter installed if i'm using Audacity. If not i would like to uninstall it.

     
  10. cyprusrom

    cyprusrom Active member

    Joined:
    Jan 5, 2006
    Messages:
    5,439
    Likes Received:
    1
    Trophy Points:
    96

Share This Page