Merge remote-tracking branch 'origin/bugfix/ffmpeg_gamma' into feature/1235-hiero-unify-otio-workflow-from-resolve

This commit is contained in:
Jakub Jezek 2021-04-23 12:58:16 +02:00
commit 0f42ea0f60
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -26,11 +26,11 @@
"ftrackreview"
],
"ffmpeg_args": {
"video_filters": [],
"audio_filters": [],
"input": [
"-gamma 2.2"
"video_filters": [
"eq=gamma=2.2"
],
"audio_filters": [],
"input": [],
"output": [
"-pix_fmt yuv420p",
"-crf 18",