Time code and file name prefix in VLC

I find this stuff, http://wiki.videolan.org/Documentation:Play_HowTo/Format_String . I try the time code of the video in my file name prefix like this: "scene- $ T-". But the scene filter does not output a temporary code in the file name. Does these string variables only support version 0.9.0?

Thanks in advance.

+3
source share
4 answers

I think there is an error in this module, so I'm just writing a separate function to retrieve time information.

0
source

Take a look at the documentation for this page and the variables, for me for example

  • Tools → Settings
  • Video
  • $N-, , , ,

enter image description here

+1

, , .

(https://wiki.videolan.org/Documentation:Snapshots/), -snapshot-path -snapshot-prefix 2.2 +0,0. , VLC 2.2.0 .

Linux VLC 2.2.0, Linux Mint, , , Ubuntu. , , Windows VLC.

0

- > , , Ctrl + P

Goto Video → Video snpashot

vlcsnap-%H-%M-%S

, ,

%Y : year
%m : month
%d : day
%H : hour
%M : minute
%S : second

,

https://wiki.videolan.org/Documentation:Play_HowTo/Format_String

enter image description here

0
source

Source: https://habr.com/ru/post/1793550/


All Articles