diff --git a/predict.py b/predict.py index 9a52950..d1352f7 100644 --- a/predict.py +++ b/predict.py @@ -57,7 +57,7 @@ def predict( f"--nv-hardware-rendering", f"--output=cog-clip.mp4", ] - command.append("--nv-fast-encoding") + command.append("--nv-direct-encoding") # if debugCommand != "": # # Run bash with the command # command = ["bash", "-c", debugCommand]