voctomix icon indicating copy to clipboard operation
voctomix copied to clipboard

Full-HD Software Live-Video-Mixer in python

Results 91 voctomix issues
Sort by recently updated
recently updated
newest added

``` ERROR Connection: received error: error list index out of range ERROR Connection: received error: error list index out of range ERROR Connection: received error: error list index out of...

This isn't a voctomix issue, but close enough. I sometimes end up with videos with black frames. (due to some mistake I made and the best fix is not to...

While trying to debug another issue, I ran voctocore with `-ggg`: ``` ❯ python voctocore/voctocore.py -ggg Traceback (most recent call last): File "/home/samw/prog/voctomix/voctocore/voctocore.py", line 111, in main() File "/home/samw/prog/voctomix/voctocore/voctocore.py", line...

https://docs.python.org/3.9/whatsnew/3.2.html?highlight=safeconfigparser#configparser Trying to get voctocore via dockerfile on ubuntu:noble running results in: ``` File "/opt/voctomix/vocto/config.py", line 5, in from configparser import SafeConfigParser ImportError: cannot import name 'SafeConfigParser' from 'configparser' (/usr/lib/python3.12/configparser.py)....

Recent developments with GTK4 look interesting, especially the [Graphics offload revisted](https://blog.gtk.org/2024/04/17/graphics-offload-revisited/) blogpost, where gstreamer (gst-plugins-rs) also gained support for [recently in the gtk4paintablesink](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/commit/c92462b2406cacb82efab0d8f67140b9f574753b). This would also fix our X11 dependency...

Maybe move it to readthedocs or something.

When configuring voctomix with multiple audio inputs (or, if voctomix is running with blinder enabled) and those sources have different frame rates (or sample rates?), voctomix will produce "robot audio"...

Ideally, i'd be able to configure each and every pipeline step to play out whereever i want. Resolution and audio yes/no should be configurable per output. There should be the...