fix gamma on extract review

This commit is contained in:
Milan Kolar 2021-05-06 20:43:30 +02:00
parent 5e7845b4db
commit b3d4b8e6ff

View file

@ -7,7 +7,7 @@
"enabled": true,
"ffmpeg_args": {
"input": [
"-gamma 2.2"
"-apply_trc gamma22"
],
"output": []
}