Difference between revisions of "Snapshot Tool"

From VideoLAN Wiki
Jump to navigation Jump to search
m (DoesItReallyMatter moved page SnapshotTool to Snapshot Tool: Why pipe like [‍[SnapshotTool|Snapshot Tool]] instead of [‍[Snapshot Tool]]?)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
+
{{See also|Documentation:Snapshots}}
 +
<div class="widebox" style="padding:1em;">Mystery solved: see [[Documentation:Format String]]</div>
 
== '''Known Prefix Codes & Output''' ==
 
== '''Known Prefix Codes & Output''' ==
 
If you put these as part of the filename in the default filename preferences (Windows from this particular set of experiments), they create different output.  I don't have much idea what they represent, but I know some of the output, and can't find any documentation on this anywhere.
 
If you put these as part of the filename in the default filename preferences (Windows from this particular set of experiments), they create different output.  I don't have much idea what they represent, but I know some of the output, and can't find any documentation on this anywhere.
  
* $A - "A"
+
{| class="wikitable sortable"
* $B - "0"
+
! scope="col" | Prefix code !! scope="col" | Output
* $C - "0"
+
|-
* $D - ? 00_00_08 ?
+
| $A || "A"
* $E - "E"
+
|-
* $F - path and filename, minus path info special characters
+
| $B || "0"
* $G - "G"
+
|-
* $H - "H"
+
| $C || "0"
* $J - "J"
+
|-
* $K - "K"
+
| $D || ? 00_00_08 ?
* $L - ? 00_00_07 ?
+
|-
* $M - "M"
+
| $E || "E"
* $N - Filename
+
|-
* $O - "-"
+
| $F || path and filename, minus path info special characters
* $P - ? Frame?
+
|-
* $Q - "Q"
+
| $G || "G"
* $R - ? 1.0 ?  Aspect Ratio?
+
|-
* $S - ? 0.0 ? - Audio Info?
+
| $H || "H"
* $T - Timecode from video?
+
|-
* $U - "-"
+
| $J || "J"
* $V - ? 256 ?  Color depth?
+
|-
* $W - "W"
+
| $K || "K"
* $X - "X"
+
|-
* $Y - "Y"
+
| $L || ? 00_00_07 ?
* $Z - "Z"
+
|-
 +
| $M || "M"
 +
|-
 +
| $N || Filename
 +
|-
 +
| $O || "-"
 +
|-
 +
| $P || ? Frame?
 +
|-
 +
| $Q || "Q"
 +
|-
 +
| $R || ? 1.0 ?  Aspect Ratio?
 +
|-
 +
| $S || ? 0.0 ? - Audio Info?
 +
|-
 +
| $T || Timecode from video?
 +
|-
 +
| $U || "-"
 +
|-
 +
| $V || ? 256 ?  Color depth?
 +
|-
 +
| $W || "W"
 +
|-
 +
| $X || "X"
 +
|-
 +
| $Y || "Y"
 +
|-
 +
| $Z || "Z"
 +
|}
  
 
{{Documentation}}
 
{{Documentation}}

Latest revision as of 02:36, 14 March 2019

Mystery solved: see Documentation:Format String

Known Prefix Codes & Output

If you put these as part of the filename in the default filename preferences (Windows from this particular set of experiments), they create different output. I don't have much idea what they represent, but I know some of the output, and can't find any documentation on this anywhere.

Prefix code Output
$A "A"
$B "0"
$C "0"
$D ? 00_00_08 ?
$E "E"
$F path and filename, minus path info special characters
$G "G"
$H "H"
$J "J"
$K "K"
$L ? 00_00_07 ?
$M "M"
$N Filename
$O "-"
$P ? Frame?
$Q "Q"
$R ? 1.0 ? Aspect Ratio?
$S ? 0.0 ? - Audio Info?
$T Timecode from video?
$U "-"
$V ? 256 ? Color depth?
$W "W"
$X "X"
$Y "Y"
$Z "Z"
This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.