mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #1382 from pypeclub/bugfix/ffmpeg_gamma
FFmpeg gamma argument
This commit is contained in:
commit
31d873483f
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