Merge branch 'main' of https://git.oliveratkinson.net/Oliver/config
This commit is contained in:
commit
308940981f
2
.local/bin/srt-mp4-embed
Executable file
2
.local/bin/srt-mp4-embed
Executable 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
|
Loading…
Reference in New Issue
Block a user