welcome to www.hangar-eleven.de - your premier resource for console development





DVD Backups

CSS Decryption

Video Recompression
FlaskMPEG
MPEG2AVI

Audio Recompression
GraphEdit Filters
AC3DEC

AVI Remultiplexing
With AC3-Sound
With MP3/Vorbis Sound

DVD->(S)VCD
DVDx Encoder
DVD2SVCD Toolkit

Javascript Bitrate Calculator

Download Section

Back to News

 

  AC3 Audio Decoding using AC3DEC
  Written: January 22nd, 2001 @ 14:08 GMT By: Thorsten Titze
 
 

Software needed for this step of DVD conversion:

[VStrip Demultiplexer]
[AC3DEC Freeware Decoder]


 

An easy and straightforward way of decoding an AC3 Audio Stream is to use the free AC3DEC decoder by Aaron Holtzman. You feed an AC3 Stream to this tool and it produces a .WAV-file. Here is the guide on how to do it:

  • Download AC3DEC and unzip in a directory.
    (you may also set a path to this directory for easy accessibility)
  • Open a command prompt and change directory to where your VOB-Files are lying.
  • Use the VSTRIP Tool to demultiplex the audio stream from the VOB.

    (If you copied the whole vob-file structure to harddisk without joining the VOBs refer to the list-file method)

  • Use the following commandline to demultiplex the audio stream:

    vstrip vts_01_x.vob audio.ac3 ! d 0xbd 0x8s

    08xs is the language you wanna strip. 0x80 is first language, 0x81 is second a.s.o.

  • If you had several VOB-Files then you can use the list-feature of vstrip:

    • Generate a listfile movie.lst
    • In each line put the name of the next vts_01_x.vob file
      (including full path !!!)
    • Save this file to disk
    • Use the following commandline to demultiplex the audio:

      vstrip @movie.lst -!oaudio.vob 0xbe 0xbd 0x8s = 0x80

      As above 08xs is the language you want to strip.

  • After doing so (you may have skipped the vStrip steps if you already had only one vob-file) you have to decode the VOB using AC3DEC :

    ac3dec audio.ac3 -o output.wav

  • AC3DEC starts do decode now.

After this procedure you have the decoded WAV-File sitting on your harddisk ready for further processing.

  No external link defined

Back to DVD Backup Section Main


DISCLAIMERS:
Website Design © 2002 by Thorsten Titze / hangar-eleven.de
(the pictures used for the design were taken from a WindowsXP Skin and WindowsXP)
All brand names used on this site are registered trademarks of their respective owners
No copyright infringement is intended
Last updated @ 23-May-2002 12:35 PM Contact me via eMail