Giter VIP home page Giter VIP logo

process_video's Introduction

Overview

Proof-of-concept Python 'app' for downloading, editing, and exporting video files.

Current State

  • Downloads the https://www.youtube.com/watch?v=a7V02xJVLI0 video from YouTube
  • Saves the video as videos/youtube/video.mp4
  • Scales the assets/overlay.png image before placing it in the bottom-left of the video
  • Encodes video as H.264
  • Exports the edited video to videos/youtube/video.avi

TODO

  1. Parameterize process_video.py to accept command-line args
  2. Apply "speed ramp"
  3. Mechanism for downloading video files from web (Not YouTube)
  4. Apply overlay without breaking existing sound

Dependencies

Environment Setup

  1. Install the latest stable Python version (3.11.4 as of 6/12/2023)
  2. Install the latest FFmpeg version (Link)
  3. Verify ffmpeg has been added to your PATH by running ffmpeg in the command-line/terminal. If the command cannot be found, try following these instructions to add the FFmpeg binary directory to your PATH (Mac / Windows)
  4. Once Python and FFmpeg are installed, proceed with "Run App" instructions

Run App

  1. Clone this repository or Download as .zip
  2. Open the command-line/terminal
  3. cd to the process_video directory
  4. Execute the process_video.py script by entering the following command:
    • py ./process_video.py

process_video's People

Contributors

pooter07 avatar

Watchers

phunkeler 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.