Log in

View Full Version : batch for extracting audio from dvd


kevotinh
20th March 2011, 04:14
I used PgcDemux.exe to extract audio from my dvd. Each dvd only have one eps, and the VTS_01_0 file is always the eps. I been extracting the audio one by one. I am start to get tired of doing it. I found out there can be a script to do this with one click.

Anyone have a script to do this??
It also nice if the out put audio will be the same name as the dvd folder

Chetwood
20th March 2011, 07:53
Use AnyDVD in background and write a small batch with DVD Decrypter.

Ghitulescu
20th March 2011, 08:52
I don't get it, you still need to put and take the DVD by hand in the drive ....

kevotinh
22nd March 2011, 01:37
I don't get it, you still need to put and take the DVD by hand in the drive ....

I already copy all the dvds into my hard drive. Now I have to extract the audio out of the dvd folder I have in my drive.

Ghitulescu
22nd March 2011, 10:12
Well, put each movie into a folder, then run a DOS batch command (.BAT) which contains a repetitive instruction (FOR ;)) to do a demux (I think of eac3to as a CLI demuxer, maybe there are others), rename the audio part, move it to the destination folder, repeat.