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_pid /tmp/transcode.pid &

$ cat stream.yuv | y4mscaler [...] | mpeg2enc [...]

Romildo


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to