Guest
18th May 2003, 14:44
Make a frame-numbered HUFYUV file by running this Avisynth script and saving the result to HUFYUV:
blankclip(300)
showframenumber()
Then open this frame-numbered HUFYUV file and start playing for a bit. Hit stop. The frame number shown by VirtualDub on the timeline will not match the actual frame number. Usually it stops with the frame number one too high, but with some files it can stop as many as four numbers too high! You don't actually have to make the AVI to see it. You can just play the AVS file.
It's not a big issue but I lost an hour thinking my filter was broke
before finding that it was VirtualDub.
blankclip(300)
showframenumber()
Then open this frame-numbered HUFYUV file and start playing for a bit. Hit stop. The frame number shown by VirtualDub on the timeline will not match the actual frame number. Usually it stops with the frame number one too high, but with some files it can stop as many as four numbers too high! You don't actually have to make the AVI to see it. You can just play the AVS file.
It's not a big issue but I lost an hour thinking my filter was broke
before finding that it was VirtualDub.