PDA

View Full Version : RealVideo editing with Avisynth


DeathTheSheep
16th May 2005, 22:20
I've heard of this in different places, but frankly, I don't quite know what to do here.

I have RealAlternative working, and I set up my movie-in script with 1 simple line:

directshowsource("movie.rmvb")


However, because of some dropped frames in the movie, the sync is irraparably terrible. Is there some way to regulate/validate video timecode so that the sync will always be good, regardless of dropped frames?

I'll need anything that works, though. Cheers!

Wilbert
16th May 2005, 22:42
Get v2.56 beta 3 and try

directshowsource("movie.rmvb", fps=xxx, convertfps=true)

where xxx is the average framerate. That should keep it in sync.