GithubHelp home page GithubHelp logo

tibtiq / gopro_joiner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sebnil/gopro_joiner

0.0 1.0 0.0 34.63 MB

Script to combine, rename and compress gopro videos

License: MIT License

Python 100.00%

gopro_joiner's Introduction

Archived as of 2022/09/14.

GoPro joiner python script

gopro_joiner is a script to combine, rename and compress gopro videos. It is just something I hacked together because the file naming convention from GoPro is quite messed up. The script will also run ffmpeg on the files to combine the videos to compress them.

$ python ./joiner path/to/video_folder

Examples

Just combine

You have two GoPro video session. One is in three chapters, and the other one is just one chapter like this:

  • GH010073.MP4 (video 1 chapter 1)
  • GH010074.MP4 (video 2 chapter 1)
  • GH020073.MP4 (video 1 chapter 2)
  • GH030073.MP4 (video 1 chapter 3)

Run the script in the folder:

$ python ./joiner path/to/video_folder

The script will output video files:

  • GH010073_combined.MP4
  • GH010074_combined.MP4

Combine and compress

If you want to combine and compress just add scale and fps arguments like so:

$ python ./joiner path/to/video_folder --scale hd720 --fps 25
$ python ./joiner path/to/video_folder --scale hd1080 --fps 60
$ python ./joiner path/to/video_folder --scale 2k --fps 60
$ python ./joiner path/to/video_folder --scale 4k --fps 30

And so on..

Support my creation of open source software:

Flattr this git repo

Buy Me a Coffee at ko-fi.com

gopro_joiner's People

Contributors

sebnil avatar tibtiq avatar fefetost avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.