Merge pull request #1382 from pypeclub/bugfix/ffmpeg_gamma

FFmpeg gamma argument
This commit is contained in:
Milan Kolar 2021-04-23 12:59:14 +02:00 committed by GitHub
commit 31d873483f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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