Skip to content

Instantly share code, notes, and snippets.

@pleshevskiy
Created January 9, 2021 10:55
Show Gist options
  • Save pleshevskiy/d042be5f23e7afc78173b7aa66d96ee3 to your computer and use it in GitHub Desktop.
Save pleshevskiy/d042be5f23e7afc78173b7aa66d96ee3 to your computer and use it in GitHub Desktop.
How to concatenate video files
  1. Bulk rename files via nomino [Optional]
  2. Add inputs.txt with files in format:
    file video1.mp4
    file video2.mp4
    ...
    
  3. ffmpeg -f concat -i inputs.txt -c copy out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment