User Tools

Site Tools


ffmpeg:audio:strip_audio

Differences

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

Link to this comparison view

ffmpeg:audio:strip_audio [2025/01/12 12:22] – created peterffmpeg:audio:strip_audio [2025/01/12 21:02] (current) peter
Line 8: Line 8:
 **NOTE:**  The **-an** flag strips audio. **NOTE:**  The **-an** flag strips audio.
 </WRAP> </WRAP>
 +
 +----
 +
 +===== Mute example =====
 +
 +<code bash>
 +ffmpeg -i input.mp4 -c:v libx264 -qmin 0 -qmax 25 -crf 23 -b:v 1M -vf scale=1920:-2 -an -threads 0 output.mp4
 +</code>
  
  
ffmpeg/audio/strip_audio.1736684566.txt.gz · Last modified: 2025/01/12 12:22 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki