jggimi
5th January 2004, 23:23
I find that when I have a script that uses another script as the source ... for example, using an .avs script as input to Gknot ... there seems to be something that looks colorspace-wrong with the resulting video.
Eg: If I have a script that joins two .d2v projects
mpeg2source("part1.d2v")++mpeg2source("part2.d2v")and I use this as input to Gknot, the automated script produces what should be a legalavisource("both.avi").If I replace the AviSource() with my mpeg2source aligned splice line, the problem goes away. The problem also appears to occur when DirectShowSource() is used in the base script, also. It was reported by snowcrash in the GK forum: http://forum.doom9.org/showthread.php?s=&threadid=67958.
Info() says the AviSource is YV12, but I'm flummuxed as to what it is. If I force a different colorspace, or play with all the various SwapUV() variants, I cannot correct it. Nor can I make a good video stream appear like the stream in error using SwapUV() either.
I don't see this in the buglist at sourceforge, nor in the Q&A or FAQ at avisynth.org. I haven't found it mentioned in the AviSynth Usage forum, either. Granted, I'm not in AviSynth Usage daily, and my forum searches may have missed it.
Is it known? If so, I apologize for not being able to find mention of it.
If it has not been reported here before, can a brighter bulb than I am determine what filter set might correct it? That way I can report what the problem actually is to the sourceforge project bug list. Low priority, of course, since there's a simple circumvention to include the script rather than AviSource-ing it, but a bug nonetheless.
Eg: If I have a script that joins two .d2v projects
mpeg2source("part1.d2v")++mpeg2source("part2.d2v")and I use this as input to Gknot, the automated script produces what should be a legalavisource("both.avi").If I replace the AviSource() with my mpeg2source aligned splice line, the problem goes away. The problem also appears to occur when DirectShowSource() is used in the base script, also. It was reported by snowcrash in the GK forum: http://forum.doom9.org/showthread.php?s=&threadid=67958.
Info() says the AviSource is YV12, but I'm flummuxed as to what it is. If I force a different colorspace, or play with all the various SwapUV() variants, I cannot correct it. Nor can I make a good video stream appear like the stream in error using SwapUV() either.
I don't see this in the buglist at sourceforge, nor in the Q&A or FAQ at avisynth.org. I haven't found it mentioned in the AviSynth Usage forum, either. Granted, I'm not in AviSynth Usage daily, and my forum searches may have missed it.
Is it known? If so, I apologize for not being able to find mention of it.
If it has not been reported here before, can a brighter bulb than I am determine what filter set might correct it? That way I can report what the problem actually is to the sourceforge project bug list. Low priority, of course, since there's a simple circumvention to include the script rather than AviSource-ing it, but a bug nonetheless.