On 22 Oct 2003, Florin Andrei wrote:
> tccat -i /dev/dvd -t dvd -P 1 -d 0 | \
>   tcdemux -i blah.vob -A 0xe0,0x80,0x20 > small.vob

Here's what I do:

cpvts -d /dev/dvd -t 1 -n -i -s 0 -q - 2>/dev/null |\
vstrip - -i/toshiba/VIDEO_TS/VTS_01_0.IFO -\$0 -\!o- 0xe0 0xbd 0x80 0xbd 0x20 
2>/dev/null |\
dvdauthor -o mydvd --audio de --subpicture=de --file="/dev/stdin"

The syntax for dvdauthor is quite old and I had to modify vstrip to:
1. compile under linux:
   http://gitteundmarkus.de/patches/vstrip_compile.patch

2. accept stdin/stdout:
   http://gitteundmarkus.de/patches/vstrip_stdout.patch

The patches are against 0.8f version of vStrip.

As you can see you can do the whole reauthoring in one step.

regards
Markus



-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to