Formatting

This commit is contained in:
Nicolas Mowen 2024-09-19 12:52:22 -06:00
parent 51dc47ce7e
commit 7eec569cbc

View File

@ -77,9 +77,8 @@ class TestFfmpegPresets(unittest.TestCase):
assert "preset-nvidia-h264" not in (
" ".join(frigate_config.cameras["back"].ffmpeg_cmds[0]["cmd"])
)
assert (
"fps=10,scale_cuda=w=2560:h=1920,hwdownload,eq=gamma=1.05"
in (" ".join(frigate_config.cameras["back"].ffmpeg_cmds[0]["cmd"]))
assert "fps=10,scale_cuda=w=2560:h=1920,hwdownload,eq=gamma=1.05" in (
" ".join(frigate_config.cameras["back"].ffmpeg_cmds[0]["cmd"])
)
def test_default_ffmpeg_input_arg_preset(self):