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

Assume a config with sources like this: ```ini [source.cam1] ... audiostream[0] = 0 audiostream[1] = 1 ``` This worked perfectly with Debian 9 based installations (gstreamer 1.10). Now starting with...

bug
voctocore

Hi! I've developed a GStreamer source element leveraging WPEWebKit to provide video frames representing a web page to downstream elements of the pipeline. I talked about it at FOSDEM, see...

This is just a small usability improvement as you don't need to klick on the small buttons.

enhancement
voctogui
needs-discussion
voc2mix

With the new internal sources for decklink & images, it would be cool to also have an internal source for looping background & pause-clip. Possibly the loop-source could decompress the...

experiment
voctocore
voc2mix

Implement a countdown timer. Display time remaining on canvas. Cut to different source on completion. Probably could exist as a bash script with gstreamer.

It would be nice to have a rough outline on where a PiP of one input would be placed over another to e.g. make it easier to decide whether to...

As discussed in hackint/#voctomix, although elements responsible for saving/streaming are independent of voctomix, it's incredibly important to communicate to the person operating the UI if these elements are working. A...

enhancement
voctogui

I'd like to add Prometheus monitoring support to this code to make it easier for FOSDEM to monitor our video fleet. This would involve adding [client_python](https://github.com/prometheus/client_python) to things like voctocore....