Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ffmpeg [2022/02/06 14:38] – niklas | ffmpeg [2024/02/14 12:20] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
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 |
</ | </ |