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
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
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
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
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
> 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
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
>
> 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
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;
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
10 matches
Mail list logo