Aucune description

lzl12051 f8f63ed806 Fix UI logic il y a 3 ans
.gitignore 3bd5cfbe42 Improved UI il y a 3 ans
README.md 3bd5cfbe42 Improved UI il y a 3 ans
concatGOPRO.py f8f63ed806 Fix UI logic il y a 3 ans

README.md

ConcatGoproVideos

A python script that can help you to concatenate GoPro's 4GB sliced videos.

The script will scan the file names (GoPro File naming Convention, e.g. GH011234.mp4) in your input directory (maybe GoPro's TF card) and find out all chaptered videos. And it will generate a file for FFmpeg to concatenate all videos.

Usage

FFmpeg must be installed first to use this script. Just run the script file and it will ask you to set the source folder and output folder.

python3 concatGOPRO.py

Or you could use command line interface like below:

python3 concatGOPRO.py input_path output_path

Go check your output folder!