This commit is contained in:
Oliver Atkinson 2024-04-30 13:12:07 -06:00
commit 308940981f

2
.local/bin/srt-mp4-embed Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
ffmpeg -i "$1" -i "$2" -c:s mov_text -c:v copy -c:a copy $(basename "$1").embed.mp4