Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| lwc:multimedia_and_graphics:transcoding [2022/07/14 22:41] – [ffmpeg] John Harrison | lwc:multimedia_and_graphics:transcoding [2024/02/13 19:50] (current) – John Harrison | ||
|---|---|---|---|
| Line 25: | Line 25: | ||
| * find framerate: ffmpeg -i $file 2>&1 | sed -n "s/.*, \(.*\) fp.*/ | * find framerate: ffmpeg -i $file 2>&1 | sed -n "s/.*, \(.*\) fp.*/ | ||
| * make video from single image (example): '' | * make video from single image (example): '' | ||
| + | * make video from a series of images (not necessarily numbered from 0000): '' | ||
| ==== filters ==== | ==== filters ==== | ||