Converts gimp color adjustment curves to ffmpeg
Quick hack that probably falls apart in all of the edge cases. curve types, linearity etc ignored
- tweak color curves in gimp, choose "Export Current Settings To File"
- python gimp-to-ffmpeg.py input-curve-file.txt > ffmpeg-filter-command.txt
- have fun