I'm looking for a way to add a frame counter to an avi, mpeg, mov, whatever. I can convert to any format if I can just find a program or utility to do it. We're talking about well over 1000 frames here so doing it in Pshop as a script will just take forever. Any help would be appreciated!
eric
+ Reply to Thread
Results 1 to 4 of 4
-
-
AviSynth - ShowFrameNumber() or ShowSMPTE()
There's also a VirtualDub filter that will do it, but I can't remember at the moment what it's called.
Edit: I found it. AddFrameNumber/AddTimeStamp from Thomas Hargrove."Shut up Wesley!" -- Captain Jean-Luc Picard
Buy My Books -
http://thomashargrove.com/addframenumbers/
Looks like this might be one of the ones for VirtualDub. I'm going to give it a shot. Thanks for the nudge in the right direction. -
There is an AVISynth plugin that I use called "FRAMENUMBER.DLL" that gives a single, small, frame number at either the lower right or left (user selectable). It is also very fast. The old SHOWFRAMENUMBER() used to be very slow, since it had to generate the numbers as text, and also put them quite liberally on each frame, like:
1
1
1
1
1
1
1
1
2
2
2
2
2
2
2
3
3
3
3
3
3
3
3
etc. The one that I use only puts one on each page.ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W
Similar Threads
-
Smooth frame by frame accelerated video playback?
By Malachaidc in forum Newbie / General discussionsReplies: 10Last Post: 30th Jul 2012, 11:40 -
Best software for Frame by Frame Video Edit?
By VEBouto in forum Newbie / General discussionsReplies: 5Last Post: 8th Feb 2010, 16:28 -
Suggest a video editor for frame-by-frame editing
By ontherocks in forum Newbie / General discussionsReplies: 14Last Post: 24th Apr 2008, 09:36 -
Add JPEG as First Frame - Windows Explorer Preview - Without Reencoding..
By aces27 in forum EditingReplies: 1Last Post: 28th Feb 2008, 09:07 -
What Video editor's can cut frame by frame?
By VEBouto in forum Newbie / General discussionsReplies: 19Last Post: 28th Oct 2007, 01:31