
the image that come up every time i try to import and AVS script, i have already installed pwolfs AVS plug-in for premiere pro cs5 64-bit version, so please HELP!
yesBrad wrote:Can you open up the script in VirtualDub?
Code: Select all
ConvertToRGB32(matrix="Rec709")
i did that and thank you vary much for replying, and it works but the video in the preview window in premiere and when i render that video it shows that the video is corrupted...mirkosp wrote: - If you really insist in direct avs editing, but want to avoid 64bit avisynth, use fake avi files through avisynth virtual file system+pismo file mount and 32bit avisynth, as shown in the avtech.
In all 3 cases I suggest you to convert to RGB as the guide tells. Remember to specify the correct colormatrix when converting to RGB. This is "Rec601" for DVD sources (even if you are upscaling them) and "Rec709" for BD sources (even if you are downscaling them).
The code should be put at the end of the script and is like this (hd source example, since it seems that's what you have):Code: Select all
ConvertToRGB32(matrix="Rec709")
thanx that solved all my problems!mirkosp wrote:Did you also switch to ffvideosource or are you still using directshowsource? Because if the latter's the case, I'd say the issue explains itself.