logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
RoboST  
#1 Posted : Friday, July 1, 2016 1:20:27 PM(UTC)
RoboST

Rank: Advanced Member

Groups: Registered
Joined: 9/2/2014(UTC)
Posts: 91
Location: Washington

Thanks: 18 times
Was thanked: 2 time(s) in 2 post(s)
Is there a way to increment a number for each additional recording (video) and for us specifically for snapshots? eg. 1, next 2 etc.

Right now I have a value for a shortcut / snapshots:

Code:
Snap_{0:yyyyMMMdd_hh-mm-sstt}.jpg


Instead of the time, I'd rather increment a number each time.

With time, only 1 snapshot per second is allowed.

For Month, I'd rather have the number of the month (06 for June) vs Jun for the example above, is that possible? I tried mm and gave 38 for June.



RoboST  
#2 Posted : Friday, July 1, 2016 7:11:13 PM(UTC)
RoboST

Rank: Advanced Member

Groups: Registered
Joined: 9/2/2014(UTC)
Posts: 91
Location: Washington

Thanks: 18 times
Was thanked: 2 time(s) in 2 post(s)
I got the month in numeric format, thought I had tried MM, perhaps mm was what I tried (that gave an incorrect result). I also changed time to 24 Hour format. EDIT: of course it would, mm for time/minutes.

Code:
Snap_{0:yyyyMMdd_HH-mm-ss}.jpg



This still only allows one snapshot per second. Perhaps I can add sub-seconds or if there is an option to increment a number I'd go that route and not even use time.


For recordings, I use the following for Filename Format:

Code:
{0}_{1:yyyyMMdd_HH-mm-ss}



Just curious if there is an option to increment a number and/or use sub-seconds (nn or 3N)?

We do have the desire to take more than one snap per second, more like 3-5.






Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.