Ffmpeg/Tonspuren: Unterschied zwischen den Versionen
Aus Foxwiki
K Textersetzung - „ big"“ durch „"“ |
K Textersetzung - „ options"“ durch „ col1bold col1nowrap"“ |
||
| 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 | {| class="table table-striped table-hover col1bold col1nowrap" | ||
|- | |- | ||
! Option !! Beschreibung | ! Option !! Beschreibung | ||
Aktuelle Version vom 22. September 2026, 21:16 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