Code Monkey home page Code Monkey logo

automated_video_conversion's Introduction

Installation

To download this script and its dependencies, copy and paste the following commands into your bash terminal.

# Install Dependencies
sudo apt update
sudo apt install ffmpeg wget



# Download Script
sudo wget https://github.com/Valkryst/Automated_Video_Conversion/blob/main/convert.sh



# Modify the script's permissions to allow it to be run.
sudo chmod +x convert.sh

With the script downloaded, you must then perform these steps:

  • Move the script into its own folder.

    • e.g. /home/conversion/video
  • Edit the script and make the following changes:

    • Change /home/conversion/video in the command cd /home/conversion/video to point to the folder in which you placed the script.

    • Change ubuntu in the command chown -R ubuntu "$folder_path" to your username.

    • Change ubuntu in the command chgrp -R ubuntu "$folder_path" to your username.

  • Run the script to generate all necessary subfolders.

  • Add a cron job to run the script at a set interval.

    • e.g. 0 * * * * /bin/bash /home/conversion/video/convert.sh > /home/conversion/video/convert.log

Usage

Place files and folders in the todo folder and they will be converted by the cron job.

Important Notes

  • Any folders containing the word sample are deleted, along with all files within those folders.

  • Any files ending in .exe, .jpg, .jpeg, .png, .nfo or .txt are deleted.

  • Dolby Vision and HDR files are not supported.

automated_video_conversion's People

Contributors

valkryst avatar

Stargazers

 avatar

Watchers

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