Quick Start
Generate your first files
Section titled “Generate your first files”encfixture image -o test.pngGenerates a black 1920x1080 PNG image.
encfixture video --tl frame --tr timecode -d 5 -o test.mp4Generates a 5-second video with frame number and timecode overlays.
encfixture audio -t sine -f 1000 -d 3 -o beep.wavGenerates a 3-second WAV file with a 1000Hz sine wave.
Overlay system
Section titled “Overlay system”Place text freely at 5 positions on images and videos.
┌──────────────────────────────┐│ --tl --tr ││ ││ --center ││ ││ --bl --br │└──────────────────────────────┘Each position accepts:
| Value | Description |
|---|---|
frame |
Frame number (dynamic in video, 0 in image) |
timecode |
Timecode HH:MM:SS:FF |
filename |
Output filename |
| Any other string | Displayed as-is (arbitrary text) |
Example: all overlay positions
Section titled “Example: all overlay positions”encfixture video --tl frame --tr timecode --bl filename --br "CLIP-001" --center "SAMPLE" -d 10 -o full.mp4Global flags
Section titled “Global flags”Every command accepts these flags:
| Flag | Description |
|---|---|
--json |
Output results (and errors) as JSON to stdout |
--verbose |
Show ffmpeg log output and encoding progress |