[Mjpeg-users] DVD "safe" limits

2003-08-15 Thread Florin Andrei
http://dvd.muddle.de/technology.html See the document above. According to it, it's safe to use any bitrate you like when creating a DVD, as long as the total (A + V) bitrate does not exceed 10.08MBit/s. Hence my previous question about the maximum bitrate accepted by mpeg2enc. In your experience,

Re: [Mjpeg-users] aitech wavewatcher

2003-08-15 Thread Ronald Bultje
Hi Jason, On Fri, 2003-08-15 at 03:01, Jason Gabriele wrote: > Hi. Has anyone gotten a aitech wavewatcher pci card working and want to > help me? I think it has a zoran 36120? and saa7110A. any help would be > appreciated. There's a zr36120 driver on http://www.polyware.nl/~middelink/En/hob-v4l.

Re: [Mjpeg-users] Compiling CVS [WAS: mjpegtools compile problem]

2003-08-15 Thread Maik Holtkamp
Hi, 0n 03/08/[EMAIL PROTECTED]:12 Steven M. Schultz told me: > > From: Maik Holtkamp <[EMAIL PROTECTED]> > > motion.c: In function `calc_SAD_uv420_mmx': > > motion.c:250: warning: use of memory input without lvalue in asm > > operand 3 is deprecated > > ---cut--- > > are all warnings. >

[Mjpeg-users] aitech wavewatcher

2003-08-15 Thread Jason Gabriele
Hi. Has anyone gotten a aitech wavewatcher pci card working and want to help me? I think it has a zoran 36120? and saa7110A. any help would be appreciated. Thanks jason --- This SF.Net email sponsored by: Free pre-built ASP.NET sites includi

[Mjpeg-users] Help me, please! (fwd)

2003-08-15 Thread Gernot Ziegler
I will try to have a look at it later, maybe someone can already help ? :-) Servus, Gernot -- Forwarded message -- Date: Fri, 15 Aug 2003 14:11:32 +0300 From: Tykhonov Sergey <[EMAIL PROTECTED]> To: Gernot Ziegler <[EMAIL PROTECTED]> Subject: Help me, please! Hello, Gernot Ziegl

Re: [Mjpeg-users] DVD "safe" limits

2003-08-15 Thread Alexei Dets
Hi! > In your experience, is it "safe" (same meaning as above) to use variable > bitrate? Yes. > VBR is automatically set when using -q, right? > What becomes then the meaning of -b parameter? Does it become the > _maximum_ bitrate? Yes. This is mentioned in the docs :-) Alexei -

[Mjpeg-users] Zoran drivers (Buz) + AMD chipsets

2003-08-15 Thread Matthew Caron
(Disclaimer - I am new to this list. If this should be on developers, yell at me and I will take it there) There seems to be lots of discussion about Via vs. Intel vs. SIS, but no one mentions AMD. Has anyone tried/gotten any of the Zoran cards to work with an AMD chipset board? Specifically, I

Re: [Mjpeg-users] max bitrate

2003-08-15 Thread Selva Nair
On 14 Aug 2003, Florin Andrei wrote: > Quoting from the HOWTO, the "Creating DVD's" section: > > "The maximum bitrate is set to 7500kBps" (it talks about mpeg2enc) ?? > > Is that true? I ran mpeg2enc with -b 9800 and

[Mjpeg-users] MP2 and NTSC DVDs

2003-08-15 Thread Florin Andrei
I've heard that, in theory, NTSC DVDs are not supposed to use MP2 for audio, only either PCM or AC3. However, i've heard people claiming that they created NTSC DVDs with MP2 audio, and it works fine on most standalone players. What's your experience with that? I never heard of any such limitation

Re: [Mjpeg-users] MP2 and NTSC DVDs

2003-08-15 Thread Steven M. Schultz
On 15 Aug 2003, Florin Andrei wrote: > I've heard that, in theory, NTSC DVDs are not supposed to use MP2 for > audio, only either PCM or AC3. > However, i've heard people claiming that they created NTSC DVDs with MP2 > audio, and it works fine on most standalone players. > > What's your experien

Re: [Mjpeg-users] Compiling CVS [WAS: mjpegtools compile problem]

2003-08-15 Thread Steven M. Schultz
On Fri, 15 Aug 2003, Maik Holtkamp wrote: > > Ah, I see one thing that might be a problem. Try removing the > > '-Werror' from the Makefile. I think gcc 3.3.x is issuing warning > Worked, thanks a lot. Super! I've removed the -Werror from the yuvdenoise/Makefile.am

Re: [Mjpeg-users] Zoran drivers (Buz) + AMD chipsets

2003-08-15 Thread Steven M. Schultz
On Fri, 15 Aug 2003, Matthew Caron wrote: > (Disclaimer - I am new to this list. If this should be on developers, > yell at me and I will take it there) Perfectly on topic for this forum. > There seems to be lots of discussion about Via vs. Intel vs. SIS, but no > one mentions AMD. Ha

Re: [Mjpeg-users] Zoran drivers (Buz) + AMD chipsets

2003-08-15 Thread Matthew Caron
Bernhard Praschinger (<[EMAIL PROTECTED]>) has a Tyan 2466-4M with two MP-2400 (if memory serves me correctly) cpus and TWO mjpeg capture cards plus two sound cards. The last I heard it was working very well. Then I wonder if it's just that the Buz is flaky (which

Re: [Mjpeg-users] Zoran drivers (Buz) + AMD chipsets - never mind

2003-08-15 Thread Matthew Caron
I've made progress with this enough that I can capture a few minutes of video with Lavrec. I'm still dropping frames all over and it dies after a few minutes, but I remember seeing a whole bunch of stuff about this in the archives, so I will go look there. Thanks for the help, folks. Matthew C

Re: [Mjpeg-users] MP2 and NTSC DVDs

2003-08-15 Thread Florin Andrei
On Fri, 2003-08-15 at 09:55, Steven M. Schultz wrote: > > It is in the DVD specifications. I believe version 1.0 allows > _only_ PCM and AC3 while version 1.1 permits MPEG-1/Layer-2 I see now. Thanks for the explanation. > I've made dozens (hundreds?) of DVDs using MP2 audio

[Mjpeg-users] mplex issues with DVD

2003-08-15 Thread Florin Andrei
I'm trying to generate DVD-compatible MPEG2. I used these commands to create the video and audio streams: mpeg2enc -v 0 -f 8 -b 9800 -F 4 -n n -o "test".m2v -q 7 -a 2 -I 1 -4 2 -2 1 -P mp2enc -v 0 -r 48000 -b 224 -s -o "test".mpa The generated files seem to be ok. In fact, the quality of the vi

Re: [Mjpeg-users] mplex issues with DVD

2003-08-15 Thread Steven M. Schultz
On 15 Aug 2003, Florin Andrei wrote: > I'm trying to generate DVD-compatible MPEG2. I used these commands to > create the video and audio streams: > > mpeg2enc -v 0 -f 8 -b 9800 -F 4 -n n -o "test".m2v -q 7 -a 2 -I 1 -4 2 > -2 1 -P That's probably a little too high on the bitrate.Y

Re: [Mjpeg-users] MP2 and NTSC DVDs

2003-08-15 Thread Steven M. Schultz
On 15 Aug 2003, Florin Andrei wrote: > On Fri, 2003-08-15 at 09:55, Steven M. Schultz wrote: > So, what was the maximum video bitrate that you used and didn't create > issues with standalone players? My usual goal is to aim for a specific amount of playing time on a disc. ~90 mi