Skip to content

Overlay

Place text freely at 5 positions on images and videos.

┌──────────────────────────────┐
│ --tl --tr │
│ │
│ --center │
│ │
│ --bl --br │
└──────────────────────────────┘
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).

Terminal window
encfixture image --center filename -o sample.png
Terminal window
encfixture video --tl frame --tr timecode -d 10 -o counter.mp4
Terminal window
encfixture video --tl frame --tr timecode --bl filename --br "CLIP-001" --center "SAMPLE" -d 10 -o full.mp4
Terminal window
encfixture video -b test --tl frame --tr timecode --center "TEST" -d 5 -o colorbar.mp4

Use --scale (-S) to change the text size. Default is 4.

Terminal window
# Large text
encfixture image --center "BIG" -S 8 -o big.png
# Small text
encfixture image --center "small" -S 2 -o small.png