Encoding Problem?

Anyone knows reason why I have following problem

I changed systems (XP ->Vista7), reinstalled Megui and am using my old avisynth script but it gives me following error

Error in AviSynth script:ConvertToYV12:
invalid "matrix" parameter (RGB data only)


wat do?
Comments
33
:O dno


but im failing with codecs at win7, only xvid for me
Invalid matrix parameter, you have to use RGB data only.
QuoteXP->Vista7


Vista or win7?
was wondering too
Parent
no idea, good luck finding the solution tough
format + google
AVISource("c:\fm\sony\project\ma.avi")
ConvertToYV12(matrix="pc.709")
I think you might have a problem with the source you are trying to encode
Parent
No, I tried it on sources I successfully encoded with this script, doesn't work.

I can only assume some component has updated in MeGUI or whatever is responsible for this, and is now incompatible with this "matrix" string. Fuck. Or voodoo magic.
Parent
What's a vista7 ? o.O

As for your problem, remake the avisynth script?
you're most probably missing brackets after ConvertToYV12

so it would look like ConvertToYV12()
AviSource("herpderp.avi")
ConvertToYV12(matrix="pc.601")

I used exactly the same script before and it worked.
Parent
Try what danL said (leave out the matrix)

There is something wrong the source if it used to always work and doesn't now... or you might be missing codecs?
Parent
I remember reading something some time ago when I was into moviemaking, pc601 and pc70something are to be used when you're converting an xvid coded file or something like that, when you work with lossless then you need to leave the brackets empty
Parent
I work with raw sources encoded in "loseless" codec, and as I said, exact same files worked with this script.

As for pc601 and 709 I have to use them, cause otherwise, encoded file colors will be way off compared to raw source.
Parent
only thing that comes to mind is that your source is not RGB full range and it doesn't allow you to convert to YV12 full range, I tried converting something now to YV12 using that matrix setting and it didn't let me, when I converted first to RGB full it allowed me to use the matrix when converting to YV12

edit: forgot to add "according to new megui" after "not RGB full range"
Parent
format + google
just use meguis script creator
Play with your dick and spray cum all over your computer
Back to top