dotfiles/.local/bin/srt-mp4-embed
2024-03-12 19:08:46 -06:00

3 lines
96 B
Bash
Executable File

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