Differences

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

Link to this comparison view

Next revisionBoth sides next revision
ffmpeg [2022/02/06 14:37] – created niklasffmpeg [2022/02/06 14:38] niklas
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 fmpeg -i input.mp4 -vf scale=-1:480 -crf 27 -c:a copy -ss 00:24:00 -t 00:00:30 output.mp4
 </code> </code>