Re: [Mjpeg-users] Problems loading zoran-driver for Pinnacle DC10+

2003-11-25 Thread Ronald Bultje
Hi Marco, On Mon, 2003-11-24 at 05:11, Marco Carvalho wrote: > i2c-algo-bit.o: DC10plus[0] i2c_write: error - bailout. That explains why the driver doesn't load. > 00:00.0 Host bridge: VIA Technologies, Inc. VT82C693A/694x [Apollo > PRO133x] (rev c4) > 00:01.0 PCI bridge: VIA Technologies, Inc.

Re: [Mjpeg-users] Problems loading zoran-driver for Pinnacle DC10+

2003-11-25 Thread Marco Carvalho
Hi Bernhard Thank you. Not abusing, how I get from the CVS? Marco Em Seg, 2003-11-24 Ã s 14:16, Bernhard Praschinger escreveu: > Hallo > > > Well, I download the newest zoran-driver (driver-zoran-0.9.4.tar.gz) and > > compile fine, but I can't load the driver. > > > > My board is a Pinnacle DC1

Re: [Mjpeg-users] Problems loading zoran-driver for Pinnacle DC10+

2003-11-25 Thread Marco Carvalho
Hi Bernhard Thank you. Not abusing, how I get from the CVS? Marco Em Seg, 2003-11-24 Ã s 14:16, Bernhard Praschinger escreveu: > Hallo > > > Well, I download the newest zoran-driver (driver-zoran-0.9.4.tar.gz) and > > compile fine, but I can't load the driver. > > > > My board is a Pinnacle DC1

Re: [Mjpeg-users] Problems loading zoran-driver for Pinnacle DC10+

2003-11-25 Thread Bernhard Praschinger
Hallo > Thank you. > Not abusing, how I get from the CVS? > cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/mjpeg co -r ZORAN_VIDEODEV_2 > driver-zoran/ That should work. auf hoffentlich bald, Berni the Chaos of Woodquarter Email: [EMAIL PROTECTED] www: http://www.lysator.liu.se/~gz/bernhard

Re: [Mjpeg-users] how to determine the average bitrate of VBRencodedmpeg files

2003-11-25 Thread Bernhard Praschinger
Hallo > > If you forget the -V option when multiplexing a VBR stream mpeg2enc will > > create a files as large as the maximal video bitrate + audio bitrate. If > > you calculate than the average bitrate it seems that you have a CBR > > stream. > > Minor correction (if you don't mind too m

[Mjpeg-users] png/ppm/jpg 2 mpeg

2003-11-25 Thread Paul Miller
Please help... I figure I'm missing something stupid because there's nothing on google about this -- and the error message has the rare distinction of having spelling errors in it (making it easier find). This is the first day I've tried mjpegtools, so naturally I ran but didn't walk to the howt

[Mjpeg-users] Bug: mplex --vbr doesnt work

2003-11-25 Thread mjpeg
In mplex 1.6.1-90, I see that the long-option form of the -V switch (--vbr) doesnt work. In fact, none of the long options work. I saw the source code and if uses a #ifdef HAVE_GETLONG ...=getlong() but nowhere else in the code is getlong defined. Neither does autoconf/configure check for/

[Mjpeg-users] Docs ahead of code

2003-11-25 Thread mjpeg
In the excellent mjpeg-howto, I see mpeg2enc's -E (eliminate-unit-coeff) switch mentioned, but the code doesnt seem to support it. I grepped the source code in the 1.6.1-90 tarball and no sign of this switch? What gives? Thanks ___ The FREE s

Re: [Mjpeg-users] Docs ahead of code

2003-11-25 Thread Steven M. Schultz
On Tue, 25 Nov 2003 [EMAIL PROTECTED] wrote: > In the excellent mjpeg-howto, I see mpeg2enc's -E (eliminate-unit-coeff) switch > mentioned, but the code doesnt seem to support it. I grepped the source code in the > 1.6.1-90 tarball and no sign of this switch? > > What gives? It's in

[Mjpeg-users] mjpegtools-1.6.2 release candidate 2

2003-11-25 Thread Ronald Bultje
Hi all, As of today, release candidate 2 of mjpegtools-1.6.2 (official version: 1.6.1.91) is available on your local sourceforge mirror. For URLs, see https://sf.net/project/showfiles.php?group_id=5776. This release candidate features an updated yuvdenoise, several bugfixes to mpeg2enc and the rem

Re: [Mjpeg-users] png/ppm/jpg 2 mpeg

2003-11-25 Thread Steven M. Schultz
On Tue, 25 Nov 2003, Paul Miller wrote: > When I pump the .y's to mpeg2enc though, I get: > > "Could not get image dimenstion and frame rate from input stream" > I can't find that error message anywhere in the current sources. That would seem to indicate that you're using an o

Re: [Mjpeg-users] Bug: mplex --vbr doesnt work

2003-11-25 Thread Steven M. Schultz
On Tue, 25 Nov 2003 [EMAIL PROTECTED] wrote: > In mplex 1.6.1-90, I see that the long-option form of the -V switch (--vbr) doesnt > work. In fact, none of the long options work. > > I saw the source code and if uses a > #ifdef HAVE_GETLONG > ...=getlong() > > but nowhere else in the code

Re: [Mjpeg-users] mjpegtools-1.6.2 release candidate 2

2003-11-25 Thread James Klicman
Hi Ronald, It's good to see a push for a new release, but you completely broke the AltiVec port with your changes to utils/altivec/Makefile.am. -James On Tue, Nov 25, 2003 at 05:28:40PM +0100, Ronald Bultje wrote: > Hi all, > > As of today, release candidate 2 of mjpegtools-1.6.2 (official vers

Re: [Mjpeg-users] DVD-Burn Howto?

2003-11-25 Thread James Pattie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Al Bogner wrote: | Am Sonntag, 23. November 2003 00:07 schrieb Al Bogner: | |>At the moment I do not have a lot time to read this list, but AFAIR there |>was a discussion here about making a DVD-Burn Howto? Am I right? If so, |>could you post the link p

Re: [Mjpeg-users] png/ppm/jpg 2 mpeg

2003-11-25 Thread Bernhard Praschinger
Hallo > I happen to have 50 images I wish to encode. So I tried a > quite a few of these (all with different switches and > options): > > jpeg2yuv -f 25 -j image%05d.jpg > r.y > cat *.ppm | ppmtoy4m > r.y > > When I pump the .y's to mpeg2enc though, I get: > > "Could not get image dimenstion a

Re: [Mjpeg-users] Docs ahead of code

2003-11-25 Thread Bernhard Praschinger
Hallo > In the excellent mjpeg-howto, I see mpeg2enc's -E (eliminate-unit-coeff) switch > mentioned, but the code doesnt seem to support it. I grepped the source code in the > 1.6.1-90 tarball and no sign of this switch? The doku is really newer than 1.6.1.90. But should match 1.6.1.91 which wa

Re: [Mjpeg-users] png/ppm/jpg 2 mpeg

2003-11-25 Thread Paul Miller
> Can you inlcude the output from your first command. The command you used > for mpeg2enc and the full output. So we can help you better. No, I cannot. Though, I figured out the problem. Appolgies around, it would seem a very ancient install of mjpeg2enc was before the current version in my PATH.

[Mjpeg-users] Better MPEG decoder for WMP

2003-11-25 Thread Jonathan Bartlett
Does anyone know of a better MPEG decoder for Windows Media Player - maybe one that will play 1024x768 videos? The Windows one won't work - it seems like DVD players install a better one, but I was looking for something I could redistribute with the video. Any ideas? Thanks, Jonathan Bartlett

[Mjpeg-users] Making mpeg stills

2003-11-25 Thread mjpeg
There is a Windows tool for VCD authoring (www.vcdeasy.org) that has a nice tab for making mpg stills (for use on VCD menus/segment items) from JPG/PNG files. It is supposed to use regular Linux tools like netpgm, mjpeg, etc. It handles all the issues Michael mentions in http://www.vcdimager.or

Re: [Mjpeg-users] Better MPEG decoder for WMP

2003-11-25 Thread Ronald Bultje
On Tue, 2003-11-25 at 20:14, Jonathan Bartlett wrote: > Does anyone know of a better MPEG decoder for Windows Media Player - maybe > one that will play 1024x768 videos? The Windows one won't work - it seems > like DVD players install a better one, but I was looking for something I > could redistri

Re: [Mjpeg-developer] Re: [Mjpeg-users] mjpegtools-1.6.2 release candidate 2

2003-11-25 Thread Ronald Bultje
Hi James, On Tue, 2003-11-25 at 17:51, James Klicman wrote: > It's good to see a push for a new release, but you completely broke the > AltiVec port with your changes to utils/altivec/Makefile.am. sorry, I was trying to tidy things up, I probably should have let others test it a bit more (but the

Re: [Mjpeg-users] Bug: mplex --vbr doesnt work

2003-11-25 Thread Florin Andrei
On Tue, 2003-11-25 at 08:39, Steven M. Schultz wrote: > On Tue, 25 Nov 2003 [EMAIL PROTECTED] wrote: > > > In mplex 1.6.1-90, I see that the long-option form of the -V switch (--vbr) doesnt > > work. In fact, none of the long options work. > Yes. Fixed a few minutes ago in CVS. Did it ma

Re: [Mjpeg-users] Problems loading zoran-driver for Pinnacle DC10+

2003-11-25 Thread Marco Carvalho
Thanks for help, but... I dload a driver from cvs (1.1.2.24), but isn't compile because this line in zoran_driver.c: unsigned int minor = iminor(inode); gcc-2.95 -D__KERNEL__ -I/usr/src/kernel-source-2.4.22-xfs/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -

Re: [Mjpeg-users] Bug: mplex --vbr doesnt work

2003-11-25 Thread Steven M. Schultz
On 25 Nov 2003, Florin Andrei wrote: > On Tue, 2003-11-25 at 08:39, Steven M. Schultz wrote: > > > > > In mplex 1.6.1-90, I see that the long-option form of the -V switch (--vbr) > > > doesnt work. In fact, none of the long options work. > > > Yes. Fixed a few minutes ago in CVS. > > Did

Re: [Mjpeg-users] mjpegtools-1.6.2 release candidate 2

2003-11-25 Thread Florin Andrei
On Tue, 2003-11-25 at 08:28, Ronald Bultje wrote: > > As of today, release candidate 2 of mjpegtools-1.6.2 (official version: > 1.6.1.91) is available on your local sourceforge mirror. For URLs, see Excellent! mplex looks good. Minor nitpick: it reports different version numbers when queried in

[Mjpeg-users] feature request

2003-11-25 Thread Florin Andrei
If i understand correctly, one of the reasons why mplex cannot multiplex subtitles was the scarcity of tools to generate subtitle streams with timestamp information. Actually, there is an easy way to extract subtitles with enough information so that the subtitles can be fully reconstructed and mux

Re: [Mjpeg-users] mjpegtools-1.6.2 release candidate 2

2003-11-25 Thread Steven M. Schultz
On 25 Nov 2003, Florin Andrei wrote: > mplex looks good. Minor nitpick: it reports different version numbers > when queried in different ways: > > [EMAIL PROTECTED] stnem]$ mplex > mjpegtools mplex-2 version 1.6.1.91 > Usage: mplex [params] -o ... > > [EMAIL PROTECTED] stnem]$ mplex -f 8 -S 44

Re: [Mjpeg-users] Better MPEG decoder for WMP

2003-11-25 Thread Bernhard Praschinger
Hallo > Does anyone know of a better MPEG decoder for Windows Media Player - maybe > one that will play 1024x768 videos? The Windows one won't work - it seems > like DVD players install a better one, but I was looking for something I > could redistribute with the video. Any ideas? If you just wa

Re: [Mjpeg-users] Making mpeg stills

2003-11-25 Thread Bernhard Praschinger
Hallo > There is a Windows tool for VCD authoring (www.vcdeasy.org) that has a nice tab for > making mpg stills (for use on VCD menus/segment items) from JPG/PNG files. It is > supposed to use regular Linux tools like netpgm, mjpeg, etc. > > It handles all the issues Michael mentions in > http