Log in

View Full Version : avs2yuv raw I420 output problem


bond
5th March 2005, 14:05
avs2yuv now also support output of raw I420 instead of yuv4mpeg via the "-raw" option

i now tried it with the x264.exe commandline encoder from the x264 svn (r150) and i always get an error like "output error: wrote only xxx of xxx bytes" or so. the created .264 file has a size of 0, therefore i think avs2yuv doesnt pass anything

i piped via cygwin bash, as winme doesnt support piping via dos :(

can anyone reproduce this somehow?

edit:
using yuv4mpeg still works perfectly as before

i also thought that maybe its a problem that dgdecode.dll now outputs YV12 and not I420 now anymore, but letting dgdecode output I420 doesnt change anything
with using coverttorgb() aso in .avs its the same

Wilbert
5th April 2005, 19:50
bond, do you know whether it is possible to open yuv4mpeg streams in AviSynth (via dshow maybe?)?

bond
5th April 2005, 19:52
Originally posted by Wilbert
bond, do you know whether it is possible to open yuv4mpeg streams in AviSynth (via dshow maybe?)? nope sorry :(


btw pengvado, the problem described in my post is still there :(