Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| lwc:multimedia_and_graphics:transcoding [2021/01/06 19:54] – [ffmpeg] John Harrison | lwc:multimedia_and_graphics:transcoding [2024/02/13 19:50] (current) – John Harrison | ||
|---|---|---|---|
| Line 24: | Line 24: | ||
| * transcode a video file so it is playable through Windows Media Player (Windows) and Quicktime (MacOS): | * transcode a video file so it is playable through Windows Media Player (Windows) and Quicktime (MacOS): | ||
| * 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 a series of images (not necessarily numbered from 0000): '' | ||
| + | |||
| ==== filters ==== | ==== filters ==== | ||