Guest User

Untitled

a guest
Jan 20th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. 1. `concat.txt`
  2.  
  3. ```bash
  4. # this is a comment
  5. file '/path/to/one.mov'
  6. file '/path/to/two.mov'
  7. ```
  8.  
  9. 2. Run command
  10.  
  11. ```bash
  12. $ ffmpeg -safe 0 -f concat -i /path/to/concat.txt -c:a copy -map 0:a dest.mov
  13. ```
Add Comment
Please, Sign In to add comment