I'm using vmesquita's script excluding the filtering lines, below are the crucial lines
#Resize, overscan and borders
gripCrop(720, 480, overscan=0,source_anamorphic=true,dest_anamorphic= true)
GripSize(resizer="BicubicResize")
GripBorders()
swapuv() #To correct colors in Divx 3 videos
ConvertToYUY2()
When I import this scrip into CCE, it gave me an error saying "Frame size 868x56 is not supported. Supported frame is up to 720x576." I suspect it's because the Divx video has an unusual resolution of 640x359(almost 16:9). What can I do in the script so I can import it into CCE. 640x360 Divx video works fine using identical scripts.
|