I have 10 folders with about 99 vobs and they're about 1.2G each (HDD Cam) ..
i can convert them from MOD to VOB/MPG -- not a problem.
Here's the command i'm running for dvdauthor in each folder:
for %i in (*.vob) do dvdauthor -t %i -o C:\TEST
This creates 99 VTS titles in my C:\test folder
(VTS_01_01 , VTS_02 _01 up to VTS_99_01)
I then go to my next folder (with another 99 titiles) run the
same command and here's where i'm stuck. See the problem? dvdauthor
just overrides the 99 titles
I have tried copy/b *.vob video1.vob (in each folder) to create single Vobs but dvdauthor doesn't like them, so i then demux and remux with ffmpeg...works..but the whole process is very time consuming...
Another approach i tried was batchdemux everything in one folder, use muxman to author each folder, use dvdshink to reauthor them all onto a DL
.. can i just add a command to my script above to specify VTS 1 for all vobs in folder 'A' then VTS 2 for folder 'B', VTS 3 next folder and so on ?
If i can, then i can just create the TOC and burn.
Thanks for any tips!
Cheers
+ Reply to Thread
Results 1 to 4 of 4
-
-
1. A DVD may have only 99 titles (DVD spec problem).
Therefore you need to join the files (and maybe create chapters for these 99) before authoring. I don't know a program which would join the vob files with correct timing without the demux/remux step. But maybe you could do this easier:
ProjecX can demux/join/clean the vob files in the folders (then you would have one m2v and one mp2 or ac3 file for each folder). These could be muxed with mplex and authored by dvdauthor or muxed and authored in one step with muxman. If a size reduction is necessary, requant can be used for the demuxed m2v files from the command line before authoring.GUI for dvdauthor:
https://www.videohelp.com/~gfd/ -
TMPGEnc DVD Author will join the vobs.
I think,therefore i am a hamster. -
Similar Threads
-
DVD Maestro - Multiple assets, one VTS
By alfini in forum Authoring (DVD)Replies: 0Last Post: 10th Nov 2010, 01:32 -
Which to use, DVDAuthorgui or "GUI for dvdauthor" ? Or DVDauthor in batch ?
By halsboss in forum Authoring (DVD)Replies: 2Last Post: 1st Feb 2010, 11:00 -
Multiple episodes in one vts
By c9806961 in forum DVD RippingReplies: 12Last Post: 15th Aug 2009, 02:35 -
Joining vobs without VTS and then getting VTS in the end?
By BurnBabyBurn in forum EditingReplies: 7Last Post: 23rd May 2008, 11:28 -
How to make xvid of VTS with multiple pgcs?
By Talayero in forum DVD RippingReplies: 0Last Post: 30th May 2007, 09:55