Page 1 of 1
Timestamp of snapshot
Posted: 07 Jan 2015 12:13
by Marcusdeman
Hello,
The standard format of the snapshot is sequential numbering or the current date/time.
However I would like to have the time of the video when the snapshot was taken. That way I can jump through the video and take snapshots while they still appear in order in the directory I choose to save them in (when I order by filename).
Is this possible to configure? If so, how can I do this?
Thanks in advance
Re: Timestamp of snapshot
Posted: 07 Jan 2015 14:57
by Marcusdeman
So according to this site
http://www.o-learn.com/content/vlc-medi ... a-filename
I can add variables to the prefix. However when I use "vlc-snap - $T -" the variable $T is not substituted with the time code of the video!
Is this a bug?
I did tick seq. numbering to prevent multiple timestamps in the filename of the snapshot.
Re: Timestamp of snapshot
Posted: 07 Jan 2015 15:37
by Rémi Denis-Courmont
$T is the current wall clock time, not the video time code.
Re: Timestamp of snapshot
Posted: 07 Jan 2015 16:28
by Marcusdeman
I was not clear with my previous message.
What I meant about the variable "$T" not being substituted is that the file created (and thus the filename given) in my directory after taking the snapshot is "vlcsnap -$T -"+sequence number like I wrote as setting in the VLC preferences.
So I get filenames like: vlcsnap-$T-00001.png etc
The $T variable (or any other variable used) is not substituted with the value it is suppose to represent.
Re: Timestamp of snapshot
Posted: 08 Jan 2015 14:51
by Rémi Denis-Courmont
You need to update.
Re: Timestamp of snapshot
Posted: 08 Jan 2015 15:20
by Marcusdeman
Running 2.1.5 Rincewind already. Problem persists.
Re: Timestamp of snapshot
Posted: 09 Jan 2015 01:08
by Tavok
This does appear to be a bug in later builds. This was happening to me in the TwoFlower builds and persists into the current build (2.1.5 Rincewind). I installed an earlier version on my VM (0.9.9 Grishenko) and the prefixes all work once I save and re-open VLC.
Re: Timestamp of snapshot
Posted: 09 Jan 2015 12:39
by Rémi Denis-Courmont
Works fine here (VLC 2.2.0 RC)
Re: Timestamp of snapshot
Posted: 09 Jan 2015 16:49
by Marcusdeman
With vlc 2.2.0 rc the variable substitution does indeed work. Hope that it will be released soon as stable.