[Mjpeg-users] Pinnacle/Miro card information

2004-06-01 Thread Jean-Michel POURE
Dear all, First of all, thanks for bringing information and providing drivers. I am a real GNU/Linux fan, but I lost a lot of time transcoding DV into mpeg-2. Now, it is time to invest into a hardware compression card! I am looking for a DV capture card including an mpeg-2 codec supported by th

Re: [Mjpeg-users] Pinnacle/Miro card information

2004-06-01 Thread Stephen Mollett
Hi, On Tuesday 01 June 2004 11:36, Jean-Michel POURE wrote: > I am a real GNU/Linux fan, but I lost a lot of time transcoding DV into > mpeg-2. Now, it is time to invest into a hardware compression card! > 1) Stock kernel 2.6 support > Are there any mpeg-2 codec included in the stock 2.6.6 kernel?

[Mjpeg-users] mplex accessing unallocated memory

2004-06-01 Thread Mikulas Patocka
Hi This simple patch fixes referencing of unallocated memory in mplex. Mikulas --- MPLEX/INTERACT.CPP_ 2004-05-31 22:01:40.0 +0100 +++ MPLEX/INTERACT.CPP 2004-05-31 22:01:43.0 +0100 @@ -200,8 +200,8 @@ } #endif bad_file = true; -delete bs; mjp

Re: [Mjpeg-users] Pinnacle/Miro card information

2004-06-01 Thread Ronald Bultje
Hi Jean-Michel, On Tue, 1 Jun 2004, Jean-Michel POURE wrote: > I am a real GNU/Linux fan, but I lost a lot of time transcoding DV into > mpeg-2. Now, it is time to invest into a hardware compression card! Be *very* aware that hardware MPEG-2 cards, especially the consumer-level ones, do not come

Re: [Mjpeg-users] mplex accessing unallocated memory

2004-06-01 Thread Bernhard Praschinger
Hallo > This simple patch fixes referencing of unallocated memory in mplex. I have just applied your fix to the CVS. > Mikulas > > --- MPLEX/INTERACT.CPP_ 2004-05-31 22:01:40.0 +0100 > +++ MPLEX/INTERACT.CPP 2004-05-31 22:01:43.0 +0100 > @@ -200,8 +200,8 @@ > } > #end

[Mjpeg-users] Resize a single picture for VCD still

2004-06-01 Thread Lehmeier Michael
I have a jpeg image. I want to put it as a still into a VCD. I do not know its dimensions. First I use ImageMagick to scale it down to size: mogrify -scale '704x576>' v2.jpg The example image has now the size 704x528 Now I want to resize the image but keep the ratio. This means I want to create

Re: [Mjpeg-users] Resize a single picture for VCD still

2004-06-01 Thread Matto Marjanovic
>I have a jpeg image. >I want to put it as a still into a VCD. >I do not know its dimensions. ... >Any easy solutions? Yep: y4mscaler. http://www.mir.com/DMG/stills.html http://www.mir.com/DMG/Software/y4mscaler.html -matt m. --

[Mjpeg-users] Where can I find

2004-06-01 Thread Jim Hatfield
I am running mjpegtools on FreeBSD 5.1, installed from ports. The manpage refers to something called ac3dec: >cat test2.mpg | extract_ac3 - -s | ac3dec -o wav -p sound.wav but it isn't installed by the port. Where can this be found? I do see something called ac3dec in ports/audio but it i

Re: [Mjpeg-users] Where can I find

2004-06-01 Thread Steven M. Schultz
On Tue, 1 Jun 2004, Jim Hatfield wrote: > I am running mjpegtools on FreeBSD 5.1, installed from ports. > > The manpage refers to something called ac3dec: > > >cat test2.mpg | extract_ac3 - -s | ac3dec -o wav -p sound.wav > > but it isn't installed by the port. Where can this be found?