ffmpeg -i input.mp4 -f srt -i input.srt -map 0:0 -map 0:1 -map 1:0 -c:v copy \
-c:a copy -c:s mov_text output.mp4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| import base64 | |
| import requests | |
| # TODO: When you have your own Client ID and secret, put down their values here: | |
| instanceId = "YOUR_GATEWAY_INSTANCE_ID_HERE" | |
| clientId = "YOUR_OWN_ID_HERE" | |
| clientSecret = "YOUR_OWN_SECRET_HERE" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ffmpeg -i in.mkv -f srt -i in.srt -map 0:0 -map 0:1 -map 1:0 -c:v copy -c:a copy -c:s srt out.mkv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "estadoPorDdd": { | |
| "11": "SP", | |
| "12": "SP", | |
| "13": "SP", | |
| "14": "SP", | |
| "15": "SP", | |
| "16": "SP", | |
| "17": "SP", | |
| "18": "SP", |