Created
September 13, 2025 01:33
-
-
Save iTrauco/4f3b069cc06f623d6bd89932e496c542 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "timestamp": { | |
| "format": "%Y-%m-%d %H:%M:%S", | |
| "position": { | |
| "x": "w-tw-10", | |
| "y": "h-th-10", | |
| "comment": "bottom-right corner" | |
| }, | |
| "font": { | |
| "size": 8, | |
| "color": "white", | |
| "file": "/usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf" | |
| }, | |
| "background": { | |
| "enabled": true, | |
| "color": "[email protected]", | |
| "border_width": 5 | |
| } | |
| }, | |
| "branding": { | |
| "enabled": true, | |
| "text": "GeorgiaTrafficCameraArchive.com", | |
| "opacity": 0.7, | |
| "position": { | |
| "x": "(w-text_w)/2", | |
| "y": "(h-text_h)/2", | |
| "comment": "perfectly centered" | |
| }, | |
| "font": { | |
| "size": 20, | |
| "color": "[email protected]", | |
| "file": "/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf" | |
| }, | |
| "background": { | |
| "enabled": false, | |
| "color": "transparent", | |
| "border_width": 1 | |
| } | |
| }, | |
| "extraction": { | |
| "samples_to_keep": 4, | |
| "clip_duration": 10, | |
| "clip_positions": ["0%", "25%", "50%", "75%"], | |
| "frames_per_clip": 3, | |
| "comment": "Configure how many sample videos to keep and extraction settings" | |
| }, | |
| "encoding": { | |
| "codec": "libx264", | |
| "preset": "fast", | |
| "crf": 23 | |
| }, | |
| "batching": { | |
| "max_parallel": 2, | |
| "batch_size": 25 | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment