Log in

View Full Version : Lost Keyframes with avisynth?


Xombie
4th December 2002, 04:52
I looked around at avisynth.org and searched the forum but didn't see a similar problem. Here's what I'm getting.

I have a DivX 5.0.2 avi file loaded into vdub and I can use the program to move to the keyframes. However, when I put that avi file into a very simple .avs script and load it into vdub, I no longer have the same keyframes. The next/previous keyframe buttons seems to just seek to the next/previous frame. I've tried this with a few different avis and the result is the same. The little .avs file I'm using contains the line:

AVIFileSource ("C:\guu.avi")

And that's it. Is this normal behavior? I'm using avisynth 2.0.7.0

trbarry
4th December 2002, 06:15
When you read records from Avisynth you are reading them as if they were an already uncompressed file, no key frames.

On the good side, you can cut wherever you want. But the downside is you have to recompress the darn thing.

- Tom