Log in

View Full Version : Show frame number


benw
16th July 2013, 00:46
I am looking for a filter that will add the frame number to every frame on conversion in virtual dub. Is there one available?

Thanks!

Ben

LoRd_MuldeR
16th July 2013, 01:58
I'm not aware of a native VirtualDub filter (which doesn't mean there is none), but Avisynth is your friend here:
http://avisynth.org/mediawiki/ShowFrameNumber

raffriff42
16th July 2013, 02:16
Avisynth, yes. Either opening an Avisynth script in VirtualDub, or running a script fragment in VirtualDub, with the ffvdub plugin.

EDIT - never mind. Frame numbers are not reliable when accessed within the plugin. Use "Add Frame Numbers" as suggested by RocketJet - it's great.

RocketJet
16th July 2013, 07:28
You can try the "Add Frame Numbers" Vdub filter :-
www.hlinke.de/vdub-filter/Add_Frame_Numbers_0.6.1.zip
It adds a small frame number in the bottom right of the frame.

A good list of Vdub filters is :-
http://www.hlinke.de/tinc?key=U4rlLOrY&formname=VirtualDub_Filter

benw
16th July 2013, 18:20
Thanks!

Ben