convert a gimp curve into ffmpeg filter code
usage
curve2ffmpeg -i gimp-curve.txtused with the correct-clip script
which is included with the ffmpeg-scripts
Note if you only have python 3.6 install the pip command will be pip and not pip3 The pip command may also be called pip3.6 on different linux distribution
The quickest way to find to find the name of the pip command on linux is to type pip in the terminal and then press the tab key and it will show you a list of the pip commands.
pip install --user git+https://github.com/NapoleonWils0n/curve2ffmpeg.gitpip install --upgrade --user git+https://github.com/NapoleonWils0n/curve2ffmpeg.gitpip3 install --user git+https://github.com/NapoleonWils0n/curve2ffmpeg.gitpip3 install --upgrade --user git+https://github.com/NapoleonWils0n/curve2ffmpeg.gitxcode-select --install/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"edit you bashrc or zshrc and add the following code to the file
export PATH=/usr/local/bin:$PATHsource your ~/.bash_profile
source ~/.bash_profileor if you are using zsh source your ~/.zshrc file
source ~/.zshrcbrew install pythonpip3 install --user git+https://github.com/NapoleonWils0n/curve2ffmpeg.gitpip3 install --upgrade --user git+https://github.com/NapoleonWils0n/curve2ffmpeg.git