Ffmpeg/Tonspuren: Unterschied zwischen den Versionen
Aus Foxwiki
K Textersetzung - „wikitable“ durch „table table-striped table-hover“ |
K Textersetzung - „ big"“ durch „"“ |
||
| Zeile 4: | Zeile 4: | ||
$ ffmpeg -i [input file] '''-an''' '''-c:v copy''' [output file] | $ ffmpeg -i [input file] '''-an''' '''-c:v copy''' [output file] | ||
{| class="table table-striped table-hover options | {| class="table table-striped table-hover options" | ||
|- | |- | ||
! Option !! Beschreibung | ! Option !! Beschreibung | ||
Aktuelle Version vom 1. August 2026, 11:10 Uhr
Tonspuren
- Tonspuren entfernen
Videostrom ohne Ton kopieren
$ ffmpeg -i [input file] -an -c:v copy [output file]
| Option | Beschreibung |
|---|---|
| -an | Tonspur ignorieren |
| -c:v copy | Kopie ohne Neukodierung |
- Beispiel
$ ffmpeg -i input.mp4 -an -c:v copy output.mp4