View Single Post
Old 20th December 2008, 21:59   #86  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by skystrife View Post
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.
That works flawlessly! Thank you!

Quote:
Originally Posted by skystrife View Post
/me curses the lack of named pipes in windows.
Windows does have named pipes. No idea how to create them from in the shell, but:
http://msdn.microsoft.com/en-us/libr...50(VS.85).aspx
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊
LoRd_MuldeR is offline   Reply With Quote