Replies: 1 comment 1 reply
-
That's pretty odd, does setting the That being said, consider using output mode |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I finally got OpenCV compiled and working on Fedora. It seems like every guide/discussion on the topic is about Ubuntu...in the end, I think it would've been far easier to just rebuild my system with Ubuntu. It generally works, but I've hit a bit of a wall. Using the stock dvr-scan[opencv] from pip, the output motion AVIs are encoded with xvid ("Xvid MPEG-4 Video (XVID)"), but using the CUDA OpenCV I compiled, the output motion AVIs are encoded with divx and results in a much lower quality video.
My guess is that it is a gstreamer vs ffmpeg thing and I'm missing some library or plugin, but I've tried all the ones I found in the repository that make sense and no luck. Anybody know why it might be behaving this way?
Beta Was this translation helpful? Give feedback.
All reactions