Log in

View Full Version : pgcdemux or other sw for episodes separation


Terka
14th March 2010, 16:24
hi,
made a post in
http://forum.doom9.org/showthread.php?p=1382897#post1382897

want to split (automatically) vobs into episodes and run them thru avisynth to mkv.
can do this using pgcdemux, but it takes a time to do it manually:
1st episode, save, 2st episode, save....


has pgcdemux some command line for it or exist some other sw to do it automatically?
until now i`ve used dgmpgdec to make d2v file and opened the file in avisynth using mpeg2source("file.d2v")

will the command and quality be the same?
mpeg2source("file.m2v")

Terka
16th March 2010, 11:58
no one could/wants to help? :(

Inspector.Gadget
16th March 2010, 13:54
Look for a tool called ddtool, which works as a batch frontend for PGCDemux. You may also wish to check out DoItFast4U (which I haven't ever used) or use MakeMKV to rip by title (all at once) and then demuxing with mkvextract (or MKVCleaver for batch).

Terka
16th March 2010, 17:06
Thank you, for the answer. trying the dvd demuxer tool as sugested, but im not able to install the necessary "mplex"
is there a version for windows? it seems like an linux software.

Inspector.Gadget
16th March 2010, 17:28
There should be a link on the tool's homepage that will allow you download a zip containing the mjpegtools package, including the mplex.exe executable.

Guest
17th March 2010, 00:26
will the command and quality be the same?
mpeg2source("file.m2v") You cannot do that. mpeg2source() must receive a D2V file as input.