Wangotango
1st December 2006, 20:01
Hi all.
I'm currently working on converting video to be played on my cellphone. Don't ask why.
Currently I'm using:
For Progressive VFR WMVs:
DirectShowSource("....wmv", fps = 120, convertfps=true)
FDecimate(rate = 15, threshold = ...)
For Progressive CRF Sources:
AVISource("....avi")
ChangeFPS(15)
Does anyone have suggestions for improving the conversion?
Thanks
I'm currently working on converting video to be played on my cellphone. Don't ask why.
Currently I'm using:
For Progressive VFR WMVs:
DirectShowSource("....wmv", fps = 120, convertfps=true)
FDecimate(rate = 15, threshold = ...)
For Progressive CRF Sources:
AVISource("....avi")
ChangeFPS(15)
Does anyone have suggestions for improving the conversion?
Thanks