Hallo

> >Am I correct if I say that the HP dvd200i is a DVD+R/RW writer ?  If
> >yes read the mjpeg-howto (on SF): Section Creating DVD's.
> I've done so.  It uses dd to write to a DVD??  WHOA!!!! :-)  But it just
> worked; I have my first chaptered DVD-video.  Thanks a bazillion!!!
If you tried to tell a joke, I didn't get it. 

> >>Here's a dumb question....I'm assuming that the sequence-end/
> >>sequence-begin marks produced by mpeg2enc's -S option are the same
> >>thing as chapter marks.  Is that correct?
> >
> >Basically, yes.
> OK, cool.  mplex generated one big file, and a warning that said
> "Sequence end marker found in video stream but single-segment splitting
> specified!" for every chapter mark.  I burned it to DVD, and there were
> no chapters.  I then hacked mplex so that -M wasn't automatically turned
> on by "-f 8", and burned those separate videos to one DVD; that gave me
> chapters, but there's a tiny audio hiccup between each track now.
As I wrote in the mail shortly before you should not use the -M switch
(or any other spliting by mplex). If you multiplex a DVD the -M switch
was deactivated because it generated several files. The -M option does
not generate valid MPEG streams.

You should use the -S -B option of mpeg2enc for spliting videos. 

> Pretty neat that I can burn MPEG-2 video to a DVD, and that it works in
> my player; as far as I can tell, that's not "standard", i.e. I think
> the audio is supposed to be uncompressed 48kHz PCM.
You can also use mp2 audio with 48kHz. 

> Here's the command line that I used to generate the video:
> 
> lav2yuv -v 0 -A 1:1 -P 4:3 movie.eli \
>  | yuvscaler -v 0 -n n -I ACTIVE_690x480+12+0 \
>  | mpeg2enc -v 0 -f 8 -b 5000 -B 305 -S frames.txt -V 224 \
>  -h -4 1 -2 1 -s -r 16 -q 4 -a 2 -F 4 -n n -o video.m2v
Drop the -b option, raise the -q to 7-8, and use the denoiser.

> Can anyone see anything especially broken about it?  (The -B 305 was a
> typo, but I don't think it affects anything, especially since this is
> my magic hacked-up version of mpeg2enc that takes a list of frame
> numbers where sequence-ends should be put.)  The "-q 4" is new to me; I
> mostly produce VideoCDs.  The intention was very high quality.  I almost
> did "-q 1" but wanted to reserve that for a later experiment.  (What can
> I say, I want a perfect-looking DVD of my "Pink Floyd: live at Pompeii"
> LaserDisc, especially since I doubt that'll ever get released on DVD. :-)
Take a look at the mjpeg howto, sections: Creating MPEG2 Videos
subsection: Which values should be used for VBR Encoding and Optimizing
the stream



auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED] [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard


-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to