I am trying to put DV onto a DVD, and am having trouble with the following (thought to be simple) script:
Code:
directshowsource(c:\video.avi)
converttoyv12()
GripCrop(544,480,overscan=0,source_anamorphic=false,dest_anamorphic=false)
HybridFuPP(preset = "high", width = GripFit_resize_width, height = GripFit_resize_height)
GripBorders()
I get the following error message in HCEncoder:
Quote:
Width and height (source) must be dividable by 4 if you want to use Hybridfupp ! Please crop if needed !
|
As far as I know, both 544 and 480 are "dividable by 4" - so why am I getting this error message?
Thanks!
Icarus