Re: [Mjpeg-users] Converting MPEG video from 4:3 to 16:9

2003-01-02 Thread Bernhard Praschinger
Hallo > I have an MPEG2 video stream which I'm looking to convert from > 4:3 to 16:9. The actual video is 16:9 anamorphic but Quicktime and > my DVD player play it as 4:3. Is there a tool which can change the > flag in the MPEG stream so it indicates it is 16:9? If you only want to set the aspect

Re: [Mjpeg-users] any mpeg2 encoder faster than mpeg2enc?

2003-01-02 Thread Agent Smith
On Wed, 1 Jan 2003, Bernhard Praschinger wrote: > Hallo > > > > You should be able to watch what comes into the card at the same > > > time on the output of the card even when recording. At least it > > > works on the BUZ/DC10/LML33 cards. > > > > How would you do this with a Marvel? The howto s

Re: [Mjpeg-users] any mpeg2 encoder faster than mpeg2enc?

2003-01-02 Thread Martin Collins
On Thu, 2 Jan 2003 11:05:28 -0800 (PST) Agent Smith <[EMAIL PROTECTED]> wrote: > On Wed, 1 Jan 2003, Bernhard Praschinger wrote: > > > What I tried to say is, but did not: > > When you start a TV application. This activeates the output plugs > > of the card. So you can see the video you feed into

Re: [Mjpeg-users] Converting MPEG video from 4:3 to 16:9

2003-01-02 Thread Matto Marjanovic
>> I have an MPEG2 video stream which I'm looking to convert from >> 4:3 to 16:9. The actual video is 16:9 anamorphic but Quicktime and >> my DVD player play it as 4:3. Is there a tool which can change the >> flag in the MPEG stream so it indicates it is 16:9? > >If you only want to set the

Re: [Mjpeg-users] Converting MPEG video from 4:3 to 16:9

2003-01-02 Thread Gavin Hamill
On Thursday 02 January 2003 9:00 pm, Matto Marjanovic wrote: > Er, I think this fellow already has an MPEG2 stream, and he just wants > some utility which can go through it and flip all the aspect ratio bits > to indicate 16:9 instead of 4:3 > > (I don't have an answer for him either.) http

Re: [Mjpeg-users] Converting MPEG video from 4:3 to 16:9

2003-01-02 Thread Steffen Barszus
On Thursday 02 January 2003 17:29, Bernhard Praschinger wrote: > Hallo > > > I have an MPEG2 video stream which I'm looking to convert from > > 4:3 to 16:9. The actual video is 16:9 anamorphic but Quicktime and > > my DVD player play it as 4:3. Is there a tool which can change the > > flag in the M

Re: [Mjpeg-users] any mpeg2 encoder faster than mpeg2enc?

2003-01-02 Thread Wolfgang Goeller
Hello Martin > I tried that (with mjpegtools 1.6.1): > **ERROR: [lavrec] Error opening video-device (/dev/video): Device or resource busy > ++ WARN: [lavrec] Not ready for capture (state = 0)! > > I think Bernhard must be referring to the TV out, which doesn't really > help if you want to view w

Re: [Mjpeg-users] Converting MPEG video from 4:3 to 16:9

2003-01-02 Thread Wolfgang Goeller
Bernhard Praschinger wrote: > Hello all > I guess with yuvscaler it would look like that (PAL Example): > lav2yuv test.eli | yuvscaler -I USE_720x336+0+120 -O SIZE_720x576 | Might be a close look on the features of transcode could also give a solution. regards Wolfgang --