@title Time-Lapse Calc@param h Video Hours Needed@default h 0@param m Video Minutes Needed@default m 1@param s Video Seconds Needed@default s 0@param f Frame-Rate@default f 30@param M Shoot Interval Minutes@default M 0@param S Shoot Interval Seconds@default S 10rem Shoot Interval is your intervalometer shooting raterem calculate needed video-length in secondsv=h*3600+m*60+srem calculate intervalometer shoot-time in secondsi=M*60+Srem calculate total shooting time needed in secondst=f*v*irem display results in consoleprint "Shoot " v*f " frames,"print "for " t/3600 " H, " t%3600/60 " M, " t%60 " S"end
Started by dayzman Script Writing
Started by Barney Fife General Discussion and Assistance
Started by fbonomi « 1 2 ... 8 9 » Completed and Working Scripts
Started by trekkie00 General Help and Assistance on using CHDK stable releases
Started by Tito Feature Requests