PDA

View Full Version : adding time stamps or frame count to frame


gvm
25th June 2004, 01:40
I need to produce video in which every frame can be identified by a number visible during playback, eg a timer (ie the frame is 45 seconds from the beginning) or a frame count (ie the frame is number 1126).

I thought Avisynth might be able to do this but I haven't had any luck searching for a script. (I'm still very much a beginner with Avisynth). Any ideas please? thanks again...

rfmmars
25th June 2004, 06:08
Run it though VD with the proper plug-in.

Richard

gvm
25th June 2004, 07:56
finding the proper plug-in is my problem, Can you tell me what it's called please?
thanks

Wilbert
25th June 2004, 10:52
I thought Avisynth might be able to do this but I haven't had any luck searching for a script. (I'm still very much a beginner with Avisynth). Any ideas please? thanks again...
Have a look at ShowFrameNumber.

stickboy
25th June 2004, 11:48
... and ShowSMPTE. (They're both built-in.)