rse / vmix-scripts

vMix Scripts Collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vMix Scripts

About

This is a collection of VB.NET 2.0 scripts for automating certain tasks and extending the functionality in the video/audio stream mixing software vMix (4K and Pro editions only). All scripts were created in the professional context of a company filmstudio and its live event productions. The individual scripts are:

Installation

  1. Clone this repository or download a ZIP archive:
    git clone https://github.com/rse/vmix-scripts

  2. Add the individual scripts to vMix with
    SettingsScriptingAddImport

  3. For some of the scripts, do not forget to adjust their configuration section!

Background

All these vMix scripts where created in the professional context of a company filmstudio, where multiple vMix instances (connected through NDI) are used to drive the live event productions. The particularly used vMix instances and their job (partially driven by the scripts and manual Bitfocus Companion control informations) are:

  • Ingest 1: 2160p30 mode, 5x physical camera ingest, 5x chroma-keying, 5x game-engine based background overlaying (indirectly using content 1+2 from Ingest 2), 5x8 physical PTZ management, 5x8x7 virtual PTZ management, 5x7 virtual PTZ emit (to Mixing 1).
    Rationale: 4K cameras have to be still chroma-keyed in 4K, flexible virtual PTZ management.
    Scripts: multiview-overlay, smooth-pan-zoom

  • Ingest 2: 1080p30 mode, content 1+2 ingest (from Mixing 1), content 1+2 emit (via virtual camera into the game engines inside Ingest 1).
    Rationale: content from Mixing has to be ingested back into game-engine instances.
    Scripts: none

  • Mixing 1: 1080p30 mode, 5x7 virtual PTZ ingest (from Ingest 1), 8x remote guests ingest, 1x slide ingest, 12x microphone ingest, 4x4 title overlays, content 1+2 emit (to Ingest 2), primary programm emit (to Playout 1).
    Rationale: primary scene mixing (usually with german audio)
    Scripts: input-bridge, audio-sidechain, event-reconfiguration, event-title-control, recording-log, remoteshowcontrol-once, remoteshowcontrol-loop, ndi-studio-monitor, clone-input, auto-pre-mix

  • Mixing 2: 1080p30 mode, primary program ingest (from Mixing 1), 2x real-time translator ingest, translator audio export/re-import, secondary programm emit (to Playout 2), studio multiview emit.
    Rationale: real-time translation (usually german to englisch audio), studio multiview production.
    Scripts: audio-sidechain

  • Playout 1: 1080p30 mode, primary program ingest (from Mixing 1), event program management, primary program broadcasting.
    Rationale: event program mangement of first stream (usually german audio)
    Scripts: input-mirror, audio-heartbeat

  • Playout 2: 1080p30 mode, secondary program ingest (from Mixing 2), event program management, secondary program broadcasting.
    Rationale: event program mangement of second stream (usually english audio)
    Scripts: none

License

Copyright © 2022-2023 Dr. Ralf S. Engelschall (http://engelschall.com/)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

vMix Scripts Collection


Languages

Language:Visual Basic .NET 100.0%