Git Product home page Git Product logo

concat-gopro-videos-drive's Introduction

Concatenate GoPro Videos stored in your Google Drive

Tired of dealing with segmented videos from your action camera (GoPro) and spending too much time merging them, risking loss of quality? Concatenate your video files stored on Google Drive using a Colab Notebook script. Save time while maintaining video quality. This script utilizes the FFmpeg concatenation script demuxer. For more information, refer to the official documentation

Getting Started

Prerequisites

  • Google account

Installation

  1. Upload the file join_videos.ipynb to your Google Drive.
  2. Open the file in Drive using Google Colab.
  3. Configure the following lines of the Notebook:
  • Change the path where your video files are stored:
%cd /content/gdrive/MyDrive/VIDEOS
  • Add the name of the video files into mylist.txt:
!echo file "video_1.MOV" >  mylist.txt
!echo file "video_2.MOV" >> mylist.txt
...
!echo file "video_n.MOV" >> mylist.txt
  • Modify the name of the output file:
!ffmpeg -f concat -i mylist.txt -c copy "output.mp4"

concat-gopro-videos-drive's People

Contributors

alejanpa17 avatar

Watchers

 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.