You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,8 @@ Tricky examples of the property expansion:
134
134
|`path`|`string`| full source path - may be a network path, so beware |
135
135
|`pos`|`number`| Current playback position (float), format it with `${#pos:TIMEFORMAT}`! |
136
136
|`unique`|`number`| A sequence number. The script will choose the first available filename, starting with `unique` as 1 and counting up. Use with `${%...}`|
137
-
|`full`|`boolean`| Flag to specify which filename is being expanded - the cropped (`false`) output or the intermediary full-size image (`true`). Use with `${?...}` and `${-...}`|
137
+
|`full`|`boolean`| Flag to specify which filename is being expanded - the cropped (`false`) output or the intermediary full-size image (`true`). Use with `${?...}` and `${!...}`|
138
+
|`is_image`|`boolean`| Flag to tell if the current file is likely an image. Use with `${?...}` and `${!...}`|
0 commit comments