diff --git a/.local/bin/srt-mp4-embed b/.local/bin/srt-mp4-embed new file mode 100755 index 0000000..8c6d2ec --- /dev/null +++ b/.local/bin/srt-mp4-embed @@ -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