Forums

Full Version: Unable to get file from TVLAVILogger that plays back at correct speed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This problem occurs on multiple platforms.

I have a TVLScreenCapture connected to a TVLChangeRate connected to a TVLResize connected to a TVLAVILogger.

Regardless of what FrameRate I specify in the first two components, I don't get the correct playback speed in the resulting .avi file. Interestingly, I get about 130% of the correct speed (too fast) when using 12 or 15 frames per second, and I get way too fast (maybe 200% or more) when I use 30 fps.

The File | Properties does show the correct frame rate, but the wrong length.

Does a frame interval have to be assigned somewhere? What could I have left out?

-ted
SOLUTION (via Mr M): Replace the ChangeRage with an ImageGen. Thanks Boian!!!

Dave

How did you replace that? ImageGen has no input...
I believe it requires the latest version. My ImageGen has an ImageInputPin that is connected to the capture's OutputPin.

Dave

Right, that explains it..
Reference URL's