howto:merge-video
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
howto:merge-video [2024/11/24 22:44] – Wulf Rajek | howto:merge-video [2025/04/03 23:58] (current) – Wulf Rajek | ||
---|---|---|---|
Line 244: | Line 244: | ||
< | < | ||
ffmpeg -i input_file -c copy -an output_file | ffmpeg -i input_file -c copy -an output_file | ||
+ | |||
+ | # remove all but a specific language audio streams | ||
+ | ffmpeg -i input_file -map 0 -map -0:a -map 0: | ||
</ | </ | ||
howto/merge-video.txt · Last modified: 2025/04/03 23:58 by Wulf Rajek