Skip to content

Commit

Permalink
rollback force dither change
Browse files Browse the repository at this point in the history
  • Loading branch information
GBeauregard committed Feb 27, 2022
1 parent 1f567a8 commit 662957a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pyffstream/encode.py
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,6 @@ def determine_scale(fv: EncodeSession) -> None:
"color_primaries=bt709",
"color_trc=bt709",
"range=tv",
*(("force_dither=1",) if fv.ev.eightbit else ()),
*fv.ev.placebo_opts,
f"format={fv.ev.pix_fmt}",
]
Expand Down

0 comments on commit 662957a

Please sign in to comment.