View Single Post
Old 3rd June 2010, 11:34   #1  |  Link
supernater
Registered User
 
supernater's Avatar
 
Join Date: Oct 2008
Posts: 63
does the convertfps option on directshowsource blend frames?

I have a 25 fps video that has audio sync isssues. I can solve these issues by using directshowsource as follows...

directshowSource(".....\101.avi", fps=23.976, convertfps=true, audio=false)

My question is... Does convertfps produce blended frames? Or does it simply drop frames?

If convertfps does blend frames, is there anyway to set it so it simply drops the frames (no blending)? I know that blending frames reduces compressibility so I'd rather avoid doing that. Thanks.
supernater is offline   Reply With Quote