Page 1 of 1

video countdown timer

Posted: 24 Mar 2014, 12:32
by Chris
Hi All,

I'm trying to create a simple solution for displaying a videos time in reverse (a countdown of the selected videos time).
I've got the video time converted into mins and seconds, (01:35) but im not sure exactly how to get it to countdown to zero.

Can someone help out please?

Thanks
Chris

Re: video countdown timer

Posted: 24 Mar 2014, 14:58
by joysprod
Subtract the position from the duration!
Both available in the node output.

Peter

Re: video countdown timer

Posted: 26 Mar 2014, 00:33
by Chris
Hi Peter,

Sorry I didn't make myself very clear. I figured the subtract the Position from the Duration. I was having trouble then converting the seconds result (e.g 358 secs) into
mins and seconds format (1:05) and getting it to count down correctly.
.....anyways, I was making a simple thing too complex ;)) Sorted now ;)

thanks for the speedy reply though :)

Chris