Ffmpeg/Tonspuren: Unterschied zwischen den Versionen

Aus Foxwiki
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
K Textersetzung - „ big"“ durch „"“
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
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="wikitable options big"
{| 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