Log in

View Full Version : How to find Frame Number?


Calca_P
12th April 2005, 09:52
I am trying to find out how to get a frame number with avisynth or simple programe.

eg. If I want to use "trim" in an avisynth script, how do I find out what frame to trim to or from?

I have done a search and either Im not using the right words or
Im blind, A direction would be appreciated.

Thanks

kurt
12th April 2005, 09:57
load your video in VirtualDub(Mod). There you can slide to the correct positions and read off the the according frames...

Calca_P
12th April 2005, 10:19
Thanks kurt,
Apreciate your quick responce.

I will have to download it though I would prefer a simple Avisynth function as I imagine it would be simple and quick. Any Ideasif it exists?

Thanks

Wilbert
12th April 2005, 10:49
I will have to download it though I would prefer a simple Avisynth function
What's wrong with ShowFrameNumber() ?

Didée
12th April 2005, 10:50
XYZsource("path\to\whatever")
ShowFrameNumber()

Calca_P
13th April 2005, 05:00
Thanks fella's,

That is what I was looking for.