Log in

View Full Version : Question about end credits


hellgauss
4th November 2003, 20:10
How can i tell the codec to use low bitrate for credits until LAST frame without knowing the exact movie lenght?

If i put a value like 10000000 (so i'm sure that the movie is ended for each film...)in the box 'credits end at frame no' in the end credits options, is this ok? Is there a problem since frame 10000000 does not exist?

Tnx
HG

Soulhunter
4th November 2003, 20:48
To know the frame where the credits start or end...

- You can simply open your AviSynth script with VDub !

- Move the slider froward till you reach the credits !

- Watch the frame at the bottom of VDubs main window !

Bye

hellgauss
4th November 2003, 21:24
Yes, I know. I should do that anyway to find the start of the creds.
But i want to know if I can do this without see the last frame of vdub.
So i have to find only a number, not two :)
(yes, i know this is stupid, but i need to know if this can be done)

Koepi
4th November 2003, 21:38
Wait for dev-api-4 - it's possible to just use a single number there.

Regards
Koepi

HellSpawn
12th November 2003, 10:30
In the .avs of the movie,at the trim command use the number of the frame where the end credits start and use 0 as the second parameter.It should look like trim(xxx,0).In that way you don't have to know the last frame's number.