VideoHelp Forum




+ Reply to Thread
Results 1 to 13 of 13
  1. I want to rip out the audio of my TV shows with VirtualDub.

    I basically, want a nice format that sounds good but it doesn't have to be 320kb/s. I want to be able to put it on my Creative Zen Vision M (mp3 player) and listen to my shows.

    Do I need to do conversion and compression?

    There are so many different options, I just need some general guidance.
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    What's the audio codec and bitrate in your tvshows video? You can identify it with gspot.
    Quote Quote  
  3. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    Since you mention "VirtualDub", I assume you're talking about AVI videos.

    Most AVis have audio in MP3 format.
    Quite often this is 128kB.

    So no point in going to a higher rate,

    Several ways to demux.

    E.g., in VirtualDubMod:
    Streams
    Stream List
    Demux

    And you'll have an MP3 (most of the time).

    If you can use command line,
    Get avi2raw from
    http://pbx.mine.nu/w21sa/mpeg4ip.html

    And use this batch file to extract the MP3 audio from all files in a directory:

    @echo avimp3 avifile.avi
    @echo demux (assumed mp3) audio from avi files

    @if %1X==X goto ALL

    :LOOP
    for %%I in (%1) do avi2raw -a %%I %%~nI.mp3
    SHIFT
    @if %1X==X goto END
    @goto LOOP

    :ALL
    for %%I in (*.avi) do avi2raw -a %%I %%~nI.mp3

    :END


    [Edit: changed VDub to VirtualDubMod; I always use the latter so tend to forget the parent's differences.]
    Quote Quote  
  4. Member
    Join Date
    Aug 2002
    Location
    South Florida
    Search Comp PM
    Save as a wav file-then convert(with other software) to mp3 and burn. Some loss of quality with mp3 takes place. Burn as audio cd for better quality, but with fewer tracks.
    Quote Quote  
  5. Originally Posted by AlanHK
    Several ways to demux.

    E.g., in VDub:
    Streams
    Stream List
    Demux
    VirtualDubMod.
    Quote Quote  
  6. VH Wanderer Ai Haibara's Avatar
    Join Date
    Jan 2006
    Location
    Somewhere on VideoHelp...
    Search Comp PM
    You can also try AVI2WAV.

    I can't remember, though, if AVI2WAV actually converts the audio track of an AVI to a proper WAVE file, or if it just takes the audio track and slaps a RIFF WAVE header on it. Also, I'm not sure how well it works with all codecs in an AVI, or if it works if more than one audio track is present.
    Besides, if it is converting to a proper WAVE file, and then you convert it again to an MP3, that's technically a double-reencode, and the sound quality may well suffer. (Yeah, I'm really making AVI2WAV sound like a worthwhile option, aren't I? )
    If cameras add ten pounds, why would people want to eat them?
    Quote Quote  
  7. Member MysticE's Avatar
    Join Date
    Nov 2003
    Location
    United States
    Search Comp PM
    I've been using this app lately.

    http://www.aoamedia.com/audioextractor.htm

    It's a little slow, but it seems to work fine.
    Quote Quote  
  8. Member Soopafresh's Avatar
    Join Date
    Jan 2004
    Location
    United States
    Search Comp PM
    Another vote for the AoA AudioExtractor. Works on a lot of different file types as well.
    Quote Quote  
  9. Thank you for all of your help.

    I believe I will use the VirtualDubMod method most of the time, then one of the other methods in case the audio for some reason is not mp3.

    I'm starting to like VirtualDubMod. Before I never had a reason to use it, because I use mainly VirtualDub-MPEG2 and sometimes VirtualDub, but I love the Demux feature.

    Could you possibly add the MPEG2 to VirtualDubMod by copying over the MPEG2 module?

    EDIT: I added the mpeg2 plugin and apparently so far, you can add MPEG2 support to VirtualDubMod.
    Quote Quote  
  10. VirtualDubMod can read MPEG 1 and 2 video without any plugins.
    Quote Quote  
  11. Oh I feel silly then.

    Thanks for telling me that.

    Maybe I should start using VirtualDubMod for now on.

    Anyone care to say their favorite version of VirtualDub and why?
    Quote Quote  
  12. Banned
    Join Date
    Jun 2007
    Location
    UNREACHABLE
    Search Comp PM
    VirtualDub 1.7.7.

    I prefer the "pure breed" to the mpeg-2 mods only because
    it has an independent Audio menu And requires only
    280KB of plugins for opening mpeg-2 and wmv.

    *****
    Quote Quote  
  13. Originally Posted by RedPenguin
    Anyone care to say their favorite version of VirtualDub and why?
    VirtualDub, now that it has plugins for MPEG, WMV and other sources, has made VirtualDubMPEG2 obsolete. I still use VirtualDubMod on occasion because of its ability to mux and demux audio (especially AC3) and handle multiple audio streams.
    Quote Quote  



Similar Threads

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