Skip to content

curtismuntz/pubg_automontage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PUBG AutoMontage Maker

Inputs a directory containing shadowplay clips, combines them all in time stamped order into one movie file output.

Usage

  • Install ffmpeg
  • Install pip3 requirements

python3 pubg_automontage.py --input_dir $DIR_CONTAINING_MP4_FILES --output_dir $OUTDIR

This repository also contains a dockerfile in case you don't want to system install anything. You can build it yourself with:

docker build -t pubg_automontage .

Or use my public dockerfile:

docker pull murtis/pubg_automontage

Run with:

docker run -it --rm -v ~/Desktop/vids:/usr/io murtis/pubg_automontage

About

An automatic montage maker for pubg shadowplay clips

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published