User Tools

Site Tools


ffmpeg:remove_video_audio_streams_by_language

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ffmpeg:remove_video_audio_streams_by_language [2023/10/30 11:01] peterffmpeg:remove_video_audio_streams_by_language [2023/10/30 11:03] (current) peter
Line 18: Line 18:
 ---- ----
  
 +===== Enhanced version to only keep English =====
 +
 +<code bash>
 +fmpeg -i "input.mkv" -map 0:0 -map 0:a:m:language:eng? -c copy -c:s copy -map 0:s:m:language:eng? -map 0:d? -map 0:t? "output.mkv"
 +</code>
 +
 +----
 +
 +===== Tdarr Plugins =====
  
 You can automate this process on your files using the following Tdarr Plugins: You can automate this process on your files using the following Tdarr Plugins:
ffmpeg/remove_video_audio_streams_by_language.1698663661.txt.gz · Last modified: 2023/10/30 11:01 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki