voc / voctomix

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

Add config options for video-format #221

Closed sophieschi closed 6 years ago

sophieschi commented 6 years ago

Video format type to use for decklinkavsources. Default value is set to auto which was automatically in use till now. Not setting this option in the voctocore config doesn't change current behaviour. With adding e.g. video_format=8bit-argb to a source section an explicit video format can be chosen if autodetection fails. All possible video formats can be listed via gst-inspect-1.0 decklinkvideosrc.

MaZderMind commented 6 years ago

@sophieschi would you mind squashing those commits together (for example by using git rebase -i and git push -f)? LGTM, otherwise.