Skip to content

NapoleonWils0n/curve2ffmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

curve2ffmpeg

convert a gimp curve into ffmpeg filter code

curve2ffmpeg youtube

usage

curve2ffmpeg -i gimp-curve.txt

used with the correct-clip script

which is included with the ffmpeg-scripts

Install scripts with pip

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.

Freebsd install

pip install --user git+https://github.com/NapoleonWils0n/curve2ffmpeg.git

Upgrade scripts with pip

pip install --upgrade --user git+https://github.com/NapoleonWils0n/curve2ffmpeg.git

Linux install

pip3 install --user git+https://github.com/NapoleonWils0n/curve2ffmpeg.git

Upgrade scripts with pip

pip3 install --upgrade --user git+https://github.com/NapoleonWils0n/curve2ffmpeg.git

mac install

xcode command line tools install

xcode-select --install

Homebrew install

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Homebrew path setup

edit you bashrc or zshrc and add the following code to the file

export PATH=/usr/local/bin:$PATH

source your ~/.bash_profile

source ~/.bash_profile

or if you are using zsh source your ~/.zshrc file

source ~/.zshrc

python 3 install

brew install python

curve2ffmpeg install

pip3 install --user git+https://github.com/NapoleonWils0n/curve2ffmpeg.git

curve2ffmpeg upgrade

pip3 install --upgrade --user git+https://github.com/NapoleonWils0n/curve2ffmpeg.git

About

convert a gimp curve to ffmpeg filter code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages