Skip to content

Instantly share code, notes, and snippets.

@MatthewGlenn
MatthewGlenn / CombineVideosWithFFmpegAndPython.md
Last active June 26, 2024 19:54
Combine all videos in a folder using ffmpeg and python

Combine Videos with FFmpeg and Python

This script allows you to combine multiple videos into a single video using FFmpeg and Python.

Dependencies

  • Python
  • FFmpeg

Optional Enhancement