Unable to get file from TVLAVILogger that plays back at correct speed - Printable Version +- Forums (http://mitov.com/forum) +-- Forum: VCL Components (/forum-6.html) +--- Forum: VideoLab (/forum-19.html) +--- Thread: Unable to get file from TVLAVILogger that plays back at correct speed (/thread-85.html) |
Unable to get file from TVLAVILogger that plays back at correct speed - Ted Wagner - 12-23-2011 10:02 AM 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 RE: Unable to get file from TVLAVILogger that plays back at correct speed - Ted Wagner - 12-23-2011 11:51 AM SOLUTION (via Mr M): Replace the ChangeRage with an ImageGen. Thanks Boian!!! RE: Unable to get file from TVLAVILogger that plays back at correct speed - Dave - 12-23-2011 09:45 PM How did you replace that? ImageGen has no input... RE: Unable to get file from TVLAVILogger that plays back at correct speed - Ted Wagner - 12-24-2011 12:04 AM I believe it requires the latest version. My ImageGen has an ImageInputPin that is connected to the capture's OutputPin. RE: Unable to get file from TVLAVILogger that plays back at correct speed - Dave - 12-24-2011 02:26 AM Right, that explains it.. |