View Single Post
Old 9th May 2012, 11:31   #24  |  Link
Gavino
Avisynth language lover
 
Join Date: Dec 2007
Location: Spain
Posts: 3,431
Quote:
Originally Posted by Soulvomit View Post
Is there a way of converting interlaced YV12 to RGB without the shift in chroma using chromaresample="point" and preserving the interlacing?
The interlaced equivalent of my code in post#19 is:
Code:
ConvertToYV24(interlaced=true, chromaresample="point")
MergeChroma(PointResize(width, height, 0, 2))
ConvertToRGB32()
... # filtering in RGB32
ConvertToYV12(interlaced=true, chromaresample="point")
__________________
GScript and GRunT - complex Avisynth scripting made easier
Gavino is offline   Reply With Quote