GithubHelp home page GithubHelp logo

scaledown's Introduction

ScaleDown

This Python script is used to monitor a directory and transcode any newly added video files into a new file with lower resolution. The specific transcoding parameters and file naming conventions can be modified by changing the code accordingly.

Requirements

  • Python 3.6+
  • ffmpeg binaries
  • ffmpeg-python
  • watchdog

Installation

  1. Clone the repository.
  2. Install Python 3.6 or above if not already installed.
  3. Install ffmpeg binaries on your OS.
  4. Pip install ffmpeg-python watchdog.

Usage

  1. Open the terminal and navigate to the repository directory.
  2. Set the path variable in settings.py to the directory you want to watch for new video files.
  3. Run the script by executing the command: python app.py.
  4. The script will watch the specified directory for new video files.
  5. When a new video file is detected, the script will transcode it to a lower resolution (480p) and save it in the same directory with the suffix .mp4.
  6. The original file will be left untouched.

License

This project is licensed under the MIT License - see the LICENSE file for details.

scaledown's People

Contributors

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