Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- # deu: kombiniert englische und deutsche tonspuren von mediathek-downloads
- # eng: combines english and german audio tracks from mediathek-downloads
- # https://mediathekviewweb.de
- #
- ffmpeg -i 03deu_3141120_58079978.mp4 -i 03eng_3141124_58080088.mp4 -map 0:v -map 0:a -map 1:a -c:v copy -c:a copy -metadata:s:a:0 language=deu -metadata:s:a:1 language=eng -metadata date="1989" -metadata title="S0103: The Adventure of Johnnie Waverly" -metadata description="Poirot tries to prevent the kidnapping of a country squire's son. While his plan fails, all is not what it seems." ../s01e03_poirot_und_der_kidnapper.mp4
Advertisement
Add Comment
Please, Sign In to add comment