Re: [Mjpeg-users] VCD easy (hopefully) question - transcode to stdout

2004-02-11 Thread Gene Dascher
Is there a way to get transcode to dump the yuv directly to y4mscaler/yuvscaler? If so, I'd love to know it. I had the same problem, when I tried using /dev/stdout as the outfile argument with much success: transcode -i mpfc_01-001.vob -z -y yuv4mpeg -q 0 -o /dev/stdout | yuvscaler -blah | mpeg

Re: [Mjpeg-users] VCD easy (hopefully) question

2004-02-10 Thread romildo
On Tue, Feb 10, 2004 at 10:44:34AM -0500, Paul Miller wrote: > > Is there a way to get transcode to dump the yuv directly to > y4mscaler/yuvscaler? If so, I'd love to know it. Yes, using a named pipe: $ mkfifo stream.yuv $ transcode [...] -y yuv4mpeg,mp2enc [...] -o stream.yuv \ --write_pi

Re: [Mjpeg-users] VCD easy (hopefully) question

2004-02-10 Thread Richard Ellis
On Tue, Feb 10, 2004 at 10:44:34AM -0500, Paul Miller wrote: > On Mon, Feb 09, 2004 at 04:56:14PM -0500, [EMAIL PROTECTED] wrote: > > y4mscaler -I active=704x480+12+0 -I matte=696x472+16+0 -S > > option=sinc8lan -O preset=DVD -O size=704x480 -O > > Xscale=15:16 -O Yscale=14:15 > > Is there a way t

Re: [Mjpeg-users] VCD easy (hopefully) question

2004-02-10 Thread Paul Miller
On Mon, Feb 09, 2004 at 04:56:14PM -0500, [EMAIL PROTECTED] wrote: > y4mscaler -I active=704x480+12+0 -I matte=696x472+16+0 -S > option=sinc8lan -O preset=DVD -O size=704x480 -O > Xscale=15:16 -O Yscale=14:15 Incidentally, y4mscaler worked great! Thanks very much. I have a brand new problem thou

Re: [Mjpeg-users] VCD easy (hopefully) question

2004-02-09 Thread Paul Miller
On Mon, Feb 09, 2004 at 04:39:20PM -0500, Richard Ellis wrote: > Where/what is introducing the subtitles into the video? Are you > using some tool to "write" the subtitles on each video frame before > it gets coded by the mpeg encoder? Or are the subtitles generated by > the DVD player from the D

Re: [Mjpeg-users] VCD easy (hopefully) question

2004-02-09 Thread scholnik
> No bites at all... *sigh* > > Let me ask mor simply then. Is there a way to get yuvscaler > or some other tool to add black bars to the sides of stream? > > > On Sun, Feb 08, 2004 at 03:31:51PM -0500, Paul Miller wrote: > > Is there some trick I can use to fool my DVD player into > > clippin

Re: [Mjpeg-users] VCD easy (hopefully) question

2004-02-09 Thread Matto Marjanovic
Hi, Paul, >I'm not having a problem with the tools per se, but a >problem with my DVD player. I need to fool it. Question >below code. ... >The problem is, my DVD player cuts off 10 or so pixels from >each side, and 15 or so from the top and bottom. When I try >to play the VCD it render

Re: [Mjpeg-users] VCD easy (hopefully) question

2004-02-09 Thread Richard Ellis
> > The problem is, my DVD player cuts off 10 or so pixels from > each side, and 15 or so from the top and bottom. When I try > to play the VCD it renders some of the subtitles off the > screen -- not to mention some of the video. Are you certain it's the DVD player? It sounds like you are witn

Re: [Mjpeg-users] VCD easy (hopefully) question

2004-02-09 Thread Paul Miller
No bites at all... *sigh* Let me ask mor simply then. Is there a way to get yuvscaler or some other tool to add black bars to the sides of stream? On Sun, Feb 08, 2004 at 03:31:51PM -0500, Paul Miller wrote: > Is there some trick I can use to fool my DVD player into > clipping less of my video;

[Mjpeg-users] VCD easy (hopefully) question

2004-02-08 Thread Paul Miller
I'm not having a problem with the tools per se, but a problem with my DVD player. I need to fool it. Question below code. This works: transcode -i $infile -V -y yuv4mpeg,mp2enc -F 1 -Z 384x240 -E 44100 -b 224 -o $outnam || exit 1 So does this: transcode -k -i $infile -V -y yuv4mpeg,mp