prysme01 / 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!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

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.

About

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


Languages

Language:Shell 100.0%