add script

This commit is contained in:
Rushmore75 2024-03-12 19:08:46 -06:00
parent 9c83663b89
commit 5e4a1adff7

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