Commit 7629645
Extend image_name_template to allow timestamp (#395)
* Added TIMESTAMP_MS to file_path substitutions
* Added $TIMESTAMP to image_name_template in test
* Improved variable name
* Added $TIMECODE to image name template options (also added $FRAME_NUMBER to test)
* Added TIMESTAMP_MS to file_path substitutions
* Added $TIMESTAMP to image_name_template in test
* Improved variable name
* Added $TIMECODE to image name template options (also added $FRAME_NUMBER to test)
* Use semicolon as timestamp separator in filename
* Proper string concatenation
* Updated docstring
---------
Co-authored-by: Sara Veldhoen <s.veldhoen@beeldengeluid.nl>1 parent dbd8455 commit 7629645
2 files changed
+16
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
387 | | - | |
388 | | - | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| |||
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
497 | 502 | | |
498 | 503 | | |
499 | 504 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| |||
0 commit comments