Skip to content

Instantly share code, notes, and snippets.

@MatthewGlenn
MatthewGlenn / CombineVideosWithFFmpegAndPython.md
Last active March 8, 2025 13:41
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