Ffmpeg/Tonspuren: Unterschied zwischen den Versionen
Aus Foxwiki
Keine Bearbeitungszusammenfassung |
K Textersetzung - „wikitable“ durch „table table-striped table-hover“ |
||
| 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=" | {| class="table table-striped table-hover options big" | ||
|- | |- | ||
! Option !! Beschreibung | ! Option !! Beschreibung | ||
Version vom 29. Juli 2026, 10:54 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