ffmpeg-templates icon indicating copy to clipboard operation
ffmpeg-templates copied to clipboard

a video editor without a gui

Results 6 ffmpeg-templates issues
Sort by recently updated
recently updated
newest added

- [x] optionally round background color - [x] ignore transitions on preview - we _could_ make previews derrive from +x seconds into a transition, rather than always shifting everything exactly...

## investigate - [ ] keypoints ```yaml clips: - file: 'something.mp4' trim: start: '0.4' variable_length: 'end' keypoints: - name: important_moment timestamp: '4.5' - file: something_else.mp4 keypoints: - name: important_moment timestamp:...

Can this be used to combine pictures into an mp4 with a background song? I don't see a way after reading the directions.

ffmpeg can optionally accept input via stdin. Let's see if we can input videos directly via the forager database. This avoids the need for saving them elsewhere and losing context....

## ffprobe caching store ffprobe output in `ffmpeg-projects/.json` files. ### cache busting - either get smart with video timestamps, - or add a `--clear-cache`/`--overwrite-cache` flag ## font asset caching only...

templates & overrides have been a long time coming. Heres the schema def: ```ts import type { Template } from './input' interface TemplateOverrides extends Template { overrides: { [id: ClipID]:...