Overlay
Layout
Section titled “Layout”Place text freely at 5 positions on images and videos.
┌──────────────────────────────┐│ --tl --tr ││ ││ --center ││ ││ --bl --br │└──────────────────────────────┘Keywords
Section titled “Keywords”| Value | Description |
|---|---|
frame |
Frame number (dynamic in video, 0 in image) |
timecode |
Timecode HH:MM:SS:FF (dynamic in video, 00:00:00:00 in image) |
filename |
Output filename |
Any other string is displayed as-is (arbitrary text).
Examples
Section titled “Examples”Display filename on image
Section titled “Display filename on image”encfixture image --center filename -o sample.pngFrame counter + timecode on video
Section titled “Frame counter + timecode on video”encfixture video --tl frame --tr timecode -d 10 -o counter.mp4All overlay positions
Section titled “All overlay positions”encfixture video --tl frame --tr timecode --bl filename --br "CLIP-001" --center "SAMPLE" -d 10 -o full.mp4Combined with color bar background
Section titled “Combined with color bar background”encfixture video -b test --tl frame --tr timecode --center "TEST" -d 5 -o colorbar.mp4Text scale
Section titled “Text scale”Use --scale (-S) to change the text size. Default is 4.
# Large textencfixture image --center "BIG" -S 8 -o big.png
# Small textencfixture image --center "small" -S 2 -o small.png