Page 1 of 1
time of clip?
Posted: Thu Aug 30, 2007 5:48 pm
by strictly
how would I be able to make a timer for clips? i.e. if the clip is 20 seconds long, the time counts down somewhere when I activate clip.
it would be useful to know when a clip is going to end...
Re: time of clip?
Posted: Fri Aug 31, 2007 12:29 am
by boris
Hi,
You can use the keywords :
'info_layer_media_timeLength' and 'direct_layer_media_timePositionSec'
to do that.
strictly wrote:how would I be able to make a timer for clips? i.e. if the clip is 20 seconds long, the time counts down somewhere when I activate clip.
it would be useful to know when a clip is going to end...
Posted: Fri Aug 31, 2007 2:10 pm
by sigmasix
be careful, it's not direct_layer_media_timePositionSec but direct_layer_movie_timePositionSec
I spend some time trying to do that... I'll post my module on the online library as soon as it's done
Posted: Fri Aug 31, 2007 6:46 pm
by sigmasix
I added a module in the online library (s6) Media Timer
it's not complete as it doesn't support correctly the speed and the in/out options. I'll try to improve it in the future, in the meantime you can also try to improve it

Posted: Sat Sep 01, 2007 2:21 pm
by sigmasix
v 1.1 now supports the in and out selection.
The speed is not defined yet, but if the fact that the timer goes faster or slower doesn't bother you you can use it!
Things to improve:
- showing milliseconds (or images, but don't know if we can get the framerate in modul8)
- adapt the timer with the speed of a clip and the global speed.
Posted: Sun Sep 02, 2007 11:39 am
by Lupin
nice module , I think you should also add a display mode to let user choose between bar views or pot views or number fields views to improve CPU use