Does anyone know of source code or instructions on how to write code to demultiplex a VOB to get the .m2v and .ac3 (or .mp2) streams. I currently use TMPGen to do this but would like a command line or automatic tool to do the job. The goal being a way to reauthor a DVD using dvdauthor without lots of little manual steps.
Also, to join VOBs is it simply a matter of putting the VOBs end to end like using the Unix cat command? I currently have to join VOBs by writing a DVD then using DVDdecrypter with the merge VOB command to get one large VOB.
My process currently:
- 1. Use Dvdshrink to create a menuless back to back disk of movies or extras
2. Write the folder to a DVD+RW
3. Use DVDdecrypter with the merge VOB feature turned on to extract each movie or extra into it's own VOB
4. Use TMPGen to demultiplex the VOBs into .mv2 and .ac3 files
5. use mplex -f 8 to recombine the .mv2 and .ac3 files to get timestamps and to get into a format that dvdauthor likes
6. create a XML file for dvdauthor and create menus and run dvdauthor
7. Burn the disk and enjoy
I believe that I could write a tool to get rid of steps 2,3 and 4 if I just knew some secrets. Please help.
Thanks
+ Reply to Thread
Results 1 to 5 of 5
-
Ted Rossin
http://www.tedrossin.0sites.net/ -
Hi,
How about Vstrip http://www.maven.de/code/
It demux's streams and the source code is avalible
Abnormal -
As far as I know www.doom9.org has a lot of source codes.
Try source for DVDtoAVI i.e. MPEG2Dec3v110_src
It allows u to open a complete VOB project. -
Thanks Ufit,
I found bbTools 1.9 at www.doom9.org. It is exactly what I was looking for. Simple command line tool with easy to compile source that demuxes video so that I can dump it into mplex and then into dvdauthor.
Ted.Ted Rossin
http://www.tedrossin.0sites.net/ -
Originally Posted by trossinThe more I learn, the more I come to realize how little it is I know.
Similar Threads
-
How to code Multipe Subtitles on MP4 from VOB files
By 1337assassin in forum User guidesReplies: 0Last Post: 16th Oct 2010, 10:27 -
Command line tool to demultiplex video
By lovyagin in forum EditingReplies: 6Last Post: 20th Dec 2009, 12:43 -
testing thecoalman's suggestion of [code=php] test [/code] ... FAILED!
By vhelp in forum TestReplies: 1Last Post: 10th Jun 2009, 01:15 -
PHP code used to generate code for Avysinth join mov and avi files
By lindylex in forum User guidesReplies: 0Last Post: 19th Sep 2008, 03:37 -
demultiplex and multiplex ..........HELP!
By efiste2 in forum DVD RippingReplies: 1Last Post: 21st Jul 2007, 17:01