View Single Post
Old 20th December 2008, 21:49   #82  |  Link
skystrife
Registered User
 
skystrife's Avatar
 
Join Date: Feb 2007
Posts: 176
Quote:
Originally Posted by LoRd_MuldeR View Post
LOL. Stupid my used wrong syntax to create the pipe and overwrote x264_x64.exe with random data

It does work now, like this:


However I get some continuous horizontal shift in the output file. I suspect the color format is wrong. Any ideas?


[EDIT]

Here is a sample of what I get:
http://www.mediafire.com/file/kcy4n2...x64-avs2yuv.7z
When piping using stdout x264 is expecting raw yuv input, and avs2yuv is outputting y4m. The detection for this is based on file extension, and stdout has none, so x264 wrongly assumes yuv input.

Try using avs2yuv -raw file.avs - | x264 --stuff.

/me curses the lack of named pipes in windows.
skystrife is offline   Reply With Quote