Jonaldinho
2nd July 2012, 15:13
Hi, I normaly use this script to import an encoded avi to CCE SP 2.67:
LoadPlugin("O:\MeGUI\tools\avisynth_plugin\Convolution3DYV12.dll")
DirectShowSource("M:\Video.avi", audio=false).AssumeBFF()
ConvertToYV12(interlaced=true)
separatefields()
vid_e=selecteven()
vid_o=selectodd()
vid_e=convolution3d(vid_e,0,12,22,12,16,2.8,0)
vid_o=convolution3d(vid_o,0,12,22,12,16,2.8,0)
interleave(vid_e,vid_o)
weave()
ConvertToYUY2(interlaced=true)
I'm trying to import the Sony Vegas Pro 10 project into CCE without having to encode to an AVi first. When I use this script the colour or levels looks a bit wrong, a bit brighter, misty, paler etc.
I frameserve in RGB24 but i've tried in YUY2 as well, tried deleting the Convert to YV12 line in the script but I get the same problem.
Does anybody know how to import the Sony Vegas project to CCE 2.67 while retaining the same colour and levels? I have searched but couldn't find this is exact problem. Thanks
LoadPlugin("O:\MeGUI\tools\avisynth_plugin\Convolution3DYV12.dll")
DirectShowSource("M:\Video.avi", audio=false).AssumeBFF()
ConvertToYV12(interlaced=true)
separatefields()
vid_e=selecteven()
vid_o=selectodd()
vid_e=convolution3d(vid_e,0,12,22,12,16,2.8,0)
vid_o=convolution3d(vid_o,0,12,22,12,16,2.8,0)
interleave(vid_e,vid_o)
weave()
ConvertToYUY2(interlaced=true)
I'm trying to import the Sony Vegas Pro 10 project into CCE without having to encode to an AVi first. When I use this script the colour or levels looks a bit wrong, a bit brighter, misty, paler etc.
I frameserve in RGB24 but i've tried in YUY2 as well, tried deleting the Convert to YV12 line in the script but I get the same problem.
Does anybody know how to import the Sony Vegas project to CCE 2.67 while retaining the same colour and levels? I have searched but couldn't find this is exact problem. Thanks