Skip to content

Commit

Permalink
fix copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Dec 18, 2024
1 parent eb01aea commit 861ef12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/FFmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class x264_nvenc(Encoder):
class x265_nvenc(Encoder):
preset_tag="x265_nvenc"
preInputsettings = "-hwaccel cuda -hwaccel_output_format cuda"
postInputSettings = "-c:v hevc_nvenc c-preset slow"
postInputSettings = "-c:v hevc_nvenc -preset slow"
qualityControlMode: str = "-cq:v"

class EncoderSettings:
Expand Down

0 comments on commit 861ef12

Please sign in to comment.