voc / voctomix

Full-HD Software Live-Video-Mixer in python
https://c3voc.de/
MIT License
573 stars 104 forks source link

replaced deprecated colon syntax for panning #239

Closed dnet closed 5 years ago

dnet commented 5 years ago

FFmpeg 4.1-1 as distributed in Debian Testing now won't start when using the current colon-based (:) syntax, so I replaced it with the new pipe-based (|) syntax, which solved the issue, and it has been already present within the FFmpeg examples, see stream-combined.sh