-
ive been tinkering around with modv since there isnt really much software out there that does what im looking for and i see in the website that you can add videos on modv but i havent been able to find out how to do that,, can anyone help me? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @izackpaz. The latest version of modV (3.x) currently doesn't support video as we changed the architecture of the application heavily. We're looking to bring video back in upcoming versions. For now, one approach would be to use a virtual webcam application to play back video and use the For Windows and macOS you can use OBS as a virtual webcam: If you're looking for something more lightweight on macOS you could also use CamTwist: A quick Google presents these options for Linux, however I've never used them myself: |
Beta Was this translation helpful? Give feedback.
Hi @izackpaz.
The latest version of modV (3.x) currently doesn't support video as we changed the architecture of the application heavily.
We're looking to bring video back in upcoming versions.
For now, one approach would be to use a virtual webcam application to play back video and use the
Webcam
module to display this.For Windows and macOS you can use OBS as a virtual webcam:
https://streamshark.io/blog/using-obs-as-a-virtual-webcam-on-windows-and-macos/
If you're looking for something more lightweight on macOS you could also use CamTwist:
http://camtwiststudio.com/
A quick Google presents these options for Linux, however I've never used them myself:
https://github.com/webcamoid/akvcam
h…