mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
add gamma as video filter in ffmpeg arguments
This commit is contained in:
parent
f765e2f2e8
commit
fe92192793
1 changed files with 4 additions and 4 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue