leoenc
29th October 2007, 13:29
I'm trying to load an AVI with AVIsynth.
The AVI was captured with Blackmagic and is reported by Vdub as YUV 4:2:2 (FourCC UYVY).
When using this script:
AVIsource("c:\test.avi")
info()
But AVIsynth reports it as RGB32! So I was trying this:
AVIsource("c:\test.avi", fourCC="UYVY", pixel_type="YUY2")
But it didn't help. I also tried with different FourCC's, using DirectShowSource and OpenDML, either it doesn't open or colors are all green and pink.
Any ideas?
I really want to avoid converting the colorspace.
The AVI was captured with Blackmagic and is reported by Vdub as YUV 4:2:2 (FourCC UYVY).
When using this script:
AVIsource("c:\test.avi")
info()
But AVIsynth reports it as RGB32! So I was trying this:
AVIsource("c:\test.avi", fourCC="UYVY", pixel_type="YUY2")
But it didn't help. I also tried with different FourCC's, using DirectShowSource and OpenDML, either it doesn't open or colors are all green and pink.
Any ideas?
I really want to avoid converting the colorspace.