-
Hi everyone, |
Beta Was this translation helpful? Give feedback.
Answered by
banchan86
Feb 4, 2025
Replies: 1 comment 2 replies
-
Several things to check
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
yqwang1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Several things to check
ffmpeg
into the command line.h264_nvenc
is available usingffmpeg -encoders
.CameraCapture
, and test if you can transcode that file offline with those parameters ieffmpeg -i input.avi -s 2560x1440 -c:v h264_nvenc output.avi
you might be missing some parameters