Coder Social home page Coder Social logo

shanemilton / prores-conversion-bash-script Goto Github PK

View Code? Open in Web Editor NEW
22.0 2.0 3.0 15 KB

This is a script to use ffmpeg to convert videos to apple prores for use in video editors like Davinci Resolve on Linux!

License: GNU General Public License v3.0

Shell 100.00%

prores-conversion-bash-script's Introduction

ProRes-conversion-bash-script

This is a script to use FFMPEG to convert videos to apple prores for use in video editors like Davinci Resolve on Linux! This script will convert videos recursively in a directory.

This script works for any video resolution 1080P and up!

How to use

Create a folder named bin in your home directory and add it to your path in the ~/.bashrc using the text below.

PATH="${PATH}:/home/username/bin"
replace username with your user

This is so you can execute the script from any ware on your system.

Then put the prores script into the bin folder and chmod +x prores to make executable.

Changing the quality!

The -profile:v # is for ProRes quality

0: ProRes422 (Proxy)

1: ProRes422 (LT)

2: ProRes422 (Normal)

3: ProRes422 (HQ)

Change the number in -profile:v 2 to the quality level you wold like to use.

prores-conversion-bash-script's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

prores-conversion-bash-script's Issues

How to use the script?

Do I need to cd in the folder with files I want to convert? What do I need to set in front of or behind the name of the conversion file?

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.