Moti172
13th March 2007, 23:28
Hi
I tried to encode avi (XviD) movie in order to resize it from 800,336 to 704,304. I used the following script:
DirectShowSource("E:\2\1.avi",fps=23.9759856527702,audio=false)
#deinterlace
#crop
LanczosResize(704,304) # Lanczos (Sharp)
#denoise
but received the next error message:
"Your AviSynth clip is is the wrong colorspace, 1610612740.
The colorspace should by YV12. Do you want me to add ConvertToYV12() to the end of your script?"
What does it mean? and what should I do about it?
Thanks
I tried to encode avi (XviD) movie in order to resize it from 800,336 to 704,304. I used the following script:
DirectShowSource("E:\2\1.avi",fps=23.9759856527702,audio=false)
#deinterlace
#crop
LanczosResize(704,304) # Lanczos (Sharp)
#denoise
but received the next error message:
"Your AviSynth clip is is the wrong colorspace, 1610612740.
The colorspace should by YV12. Do you want me to add ConvertToYV12() to the end of your script?"
What does it mean? and what should I do about it?
Thanks