Log in

View Full Version : eac3to-like software for DVD structure?


bennynihon
11th March 2013, 02:56
Hi. I'm curious if there is a program that is similar to eac3to but capable of reading a DVD structure (as opposed to Blu-ray and HD-DVD for eac3to). It would similarly be able to read the structure and demux video, audio, chapters, and subtitles. And be able to recode the audio to other formats. Thanks!

doom-nine
11th March 2013, 03:23
I would recommend “DVD Decrypter” to demux DVD resources. If you just need to demux DVD audios, then "DVD Audio Extractor" is another alternative.

tebasuna51
11th March 2013, 13:32
If you have a DVD structure ripped in hard disk you can load the first VOB in UsEac3to, press 'Add Sources' to add the rest of VOB's to eac3to input.
With eac3to command line you can use:
eac3to "d:\dvd\VIDEO_TS\VTS_01_1.VOB"+"d:\dvd\VIDEO_TS\VTS_01_2.VOB"+...

Now you can extract the video to .m2v or .mkv, and extract or convert the audio tracks.
eac3to can't extract VOB subtitles but you can use subrip directly from VOB's

Take in mind than VTS_01_1.VOB, VTS_01_2.VOB, ... must contain only the Program main movie without extras.
Use PgcDemux to extract the main movie if needed. PgcDemux can extract also the audio tracks if only need this.

bennynihon
11th March 2013, 16:47
thanks for the suggestions

mariner
24th March 2013, 07:25
If you have a DVD structure ripped in hard disk you can load the first VOB in UsEac3to, press 'Add Sources' to add the rest of VOB's to eac3to input.
With eac3to command line you can use:
eac3to "d:\dvd\VIDEO_TS\VTS_01_1.VOB"+"d:\dvd\VIDEO_TS\VTS_01_2.VOB"+...

Now you can extract the video to .m2v or .mkv, and extract or convert the audio tracks.
eac3to can't extract VOB subtitles but you can use subrip directly from VOB's

Take in mind than VTS_01_1.VOB, VTS_01_2.VOB, ... must contain only the Program main movie without extras.
Use PgcDemux to extract the main movie if needed. PgcDemux can extract also the audio tracks if only need this.

Many thanks, tebasuna51.