On Wed, 2003-10-22 at 14:35, Steven M. Schultz wrote:
> On 21 Oct 2003, Florin Andrei wrote:
> 
> > The problem is, what happens if it's still too big? (larger than the
> > space available on the destination DVD)
> > Sometimes you need to shrink the m2v part. Is there a way to shrink it
> > without actually extracting it?
> 
>       No, I do not believe there is a way to do that "in place".
> 
>       It did not occur to me that was what you were attempting to do.
>       Looking at the examples gave me the idea you were primarily
>       interesting in removing the unwanted streams to reduce the size -

Yeah, actually, i'm backing up DVDs on media that might be smaller than
the source (think: DVD1 - business-card sized). For that, i'm trying to
do the "right thing" and eliminate less important parts, in an attempt
to preserve unchanged the stuff that matters.
If i have room to back it up wholesale, fine. vobcopy can do that.
If i can back up just the whole main title, fine.
If i can back up just one V and one A track (and maybe subtitles as
well) from the main title, fine.
The last resort is when even #3 doesn't work, so i have to shrink the
main V track.

>       for that 'vstrip' is the perfect tool for the job.

I'm currently experimenting with another way:

tccat -i /dev/dvd -t dvd -P 1 -d 0 | \
  tcdemux -i blah.vob -A 0xe0,0x80,0x20 > small.vob

So, instead of dumping the whole title and then stripping it, this way
you extract the stuff you want directly. But the empty NAV packets might
be a problem with this method.

But i'll have a look at vstrip as well.

>       Nice thing about vstrip is that is retains the VOB structure - no
>       mplex run necessary.

That's actually very cool.

>       Next time you run into the problem try using a '%d' in the output
>       file name and seeing how much data actually gets written to the
>       second file after the split.   

Will do.

-- 
Florin Andrei

http://florin.myip.org/



-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to