Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- /usr/local/bin/ffmpeg -f concat -i <(for file in /path/*.mpg; do echo "file '$file'"; done) -i /path/001.mp3 -c:v copy -shortest -strict -2 -movflags faststart /path/vid/output.mp4;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement