dotfiles/.local/bin/srt-mp4-embed

3 lines
96 B
Plaintext
Raw Permalink Normal View History

2024-03-13 01:08:46 +00:00
#!/bin/bash
ffmpeg -i "$1" -i "$2" -c:s mov_text -c:v copy -c:a copy $(basename "$1").embed.mp4