Log in

View Full Version : Suggestions for conversion to 15 fps


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

Chainmax
1st December 2006, 21:42
Why? ;) :p

Seriously though, without a sample clip or at least a description of how the source is we can't do much better than useless guesswork.