Code Monkey home page Code Monkey logo

shortvideomaker's Introduction

ShortVideoMaker

alt text alt text

Video Processing Application

This Python script provides a graphical user interface (GUI) for processing video data, including downloading, clipping, stitching, and adding captions. The GUI is built using the Tkinter library.

Prerequisites

Before using this application, make sure you have the following dependencies installed:

  • tkinter: The standard GUI toolkit for Python.
  • pytube: A lightweight, dependency-free Python library for downloading YouTube videos.
  • BlackSubtitles.VideoTranscriber: A module for video transcription.
  • VideoClips.Clipper and VideoClips.Stitcher: Modules for clipping and stitching video clips.

You can install the required dependencies using:

pip install -r requirements.txt

How to Use

  1. Clone the Repository:

    git clone https://github.com/AdamHing/ShortVideoMaker.git
    cd ShortVideoMaker
  2. Run the Application:

    python GUI.py
  3. Fill in the GUI Form:

    • Enter the main video link in the "MainVideo" field.
    • Optionally, provide a link to another video in the "OtherVideo" field.
    • Specify the number of clips desired in the "Number of Clips" field.
    • Set the timestamp format in the "Timestamp Format" field.
    • Check the "Captions" box if you want to include captions.
  4. Click "Create":

    • Press the "Create" button to start the video processing.
  5. Review Output:

    • The script will print information about the processing steps, and the final output will be available in the specified output directories.

Notes

  • The script uses a dark-themed GUI for a better user experience.
  • Make sure to provide valid video links and follow the on-screen instructions.
  • Some functionality (commented-out lines) might be incomplete or optional.

shortvideomaker's People

Contributors

adamhing avatar pepperlox avatar numselli 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.