howto:merge-video
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
howto:merge-video [2024/03/04 21:43] – Wulf Rajek | howto:merge-video [2025/04/03 23:58] (current) – Wulf Rajek | ||
---|---|---|---|
Line 12: | Line 12: | ||
</ | </ | ||
+ | {{: | ||
Line 239: | Line 240: | ||
ffmpeg -i input.ass input.srt | ffmpeg -i input.ass input.srt | ||
</ | </ | ||
+ | |||
+ | Remove audio from a video 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.1709588632.txt.gz · Last modified: 2024/03/04 21:43 by Wulf Rajek