Anyone using this supposedly great encoder?
Looks like it runs a little script and is several years old.
Can't get it to work with type 1 DV-AVI
Settings?
Thx
+ Reply to Thread
Results 1 to 4 of 4
-
-
You need to feed it an Avisynth script
DVfile.AVS
Code:DirectShowSource("yourDVfile.avi") FixBrokenChromaUpsampling() #Perhaps not needed BicubicResize(640,480) #To maintain Aspect Ratio #Any Additional Filters
Start with installing the latest 2.58 Avisynth
Save the script above as DVfile.AVS
Feed it into WMnicEnc
AutoMKV should work as well, and you won't have to manually create a script.