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