Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ffmpeg [2022/02/06 14:37] – created niklasffmpeg [2024/02/14 12:20] (current) – external edit 127.0.0.1
Line 18: Line 18:
 </code> </code>
  
-Scale to 480px height (auto width) with 27 quality (1 is best), 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:480 -crf 27 -c:a copy -ss 00:24:00 -t 00:00:30 output.mp4+ffmpeg -i input.mp4 -vf scale=-1:480 -crf 27 -c:a copy -ss 00:24:00 -t 00:00:30 output.mp4
 </code> </code>