Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. /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