Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
ffmpeg [2022/02/06 14:38] – niklas | ffmpeg [2022/02/06 14:40] (current) – niklas | ||
---|---|---|---|
Line 20: | Line 20: | ||
Scale to 480px height (auto width) with 27 quality (1 is best), unchanged audio, starting from 24th minute and lasting for 30s: | Scale to 480px height (auto width) with 27 quality (1 is best), unchanged audio, starting from 24th minute and lasting for 30s: | ||
<code bash> | <code bash> | ||
- | fmpeg -i input.mp4 -vf scale=-1: | + | ffmpeg |
</ | </ |