1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2021 Martijn Braam -->
<component type="desktop-application">
<id>nl.brixit.Switcher</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>Switcher control</name>
<summary>Control application for Blackmagic Design ATEM video switchers</summary>
<description>
<p>
Switcher is a re-implementation of the Switcher Control application
from Blackmagic Design for controlling the ATEM video mixers/switchers
like the popular Atem Mini.
</p>
</description>
<launchable type="desktop-id">nl.brixit.Switcher.desktop</launchable>
<provides>
<binary>switcher-control</binary>
<modalias>usb:v1EDBpBD28d*</modalias>
<modalias>usb:v1EDBpBD41d*</modalias>
<modalias>usb:v1EDBpBD6Ed*</modalias>
<modalias>usb:v1EDBpBD87d*</modalias>
<modalias>usb:v1EDBpBDAFd*</modalias>
<modalias>usb:v1EDBpBDB4d*</modalias>
<modalias>usb:v1EDBpBDC0d*</modalias>
<modalias>usb:v1EDBpBDC1d*</modalias>
<modalias>usb:v1EDBpBDC5d*</modalias>
<modalias>usb:v1EDBpBDD2d*</modalias>
<modalias>usb:v1EDBpBDD8d*</modalias>
<modalias>usb:v1EDBpBDF2d*</modalias>
<modalias>usb:v1EDBpBDF2d*</modalias>
<modalias>usb:v1EDBpBE0Cd*</modalias>
<modalias>usb:v1EDBpBE10d*</modalias>
<modalias>usb:v1EDBpBE49d*</modalias>
<modalias>usb:v1EDBpBE55d*</modalias>
<modalias>usb:v1EDBpBE56d*</modalias>
<modalias>usb:v1EDBpBE77d*</modalias>
<modalias>usb:v1EDBpBE89d*</modalias>
<modalias>usb:v1EDBpBE90d*</modalias>
<modalias>usb:v1EDBpBE91d*</modalias>
</provides>
<screenshots>
<screenshot type="default">
<caption>OpenSwitcher connected to the Atem Mini Pro</caption>
<image>https://brixitcdn.net/metainfo/openswitcher.png</image>
</screenshot>
<screenshot>
<caption>OpenSwitcher audio page on a fairlight mixer</caption>
<image>https://brixitcdn.net/metainfo/openswitcher-audio.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://sr.ht/~martijnbraam/pyatem</url>
<url type="bugtracker">https://todo.sr.ht/~martijnbraam/OpenAtem</url>
<content_rating type="oars-1.1"/>
<releases>
<release version="0.13.0" date="2025-08-20">
<description>
<ul>
<li>Add support for the ATEM Mini Pro ISO and the ATEM 2 M/E Prod Studio 4k</li>
<li>Fix the mask-enable buttons for upstream keyers</li>
<li>Fix translations for the DSK panel</li>
<li>Implement preset loading and saving for downstream keyers</li>
<li>Implement mask controls for downstream keyers</li>
<li>Implement supersource presets</li>
</ul>
</description>
</release>
<release version="0.12.0" date="2024-07-24">
<description>
<ul>
<li>Fixed up a few issues with ATEM devices running on the 9.5+ firmware</li>
<li>Implemented the webcam output routing as an AUX bus</li>
<li>Implemented Fairlight EQ band settings</li>
</ul>
</description>
</release>
<release version="0.11.0" date="2024-06-06">
<description>
<ul>
<li>Added support for the ATEM USB protocol on 8.6+ firmware releases</li>
<li>Fixed the visibility button for the stream key password</li>
<li>Add basic macro creation support</li>
</ul>
</description>
</release>
<release version="0.10.0" date="2024-01-14">
<description>
<ul>
<li>Add layer filtering in the layout view</li>
<li>Add DVE transition icons</li>
<li>Add a generic preset system</li>
<li>Don't crash on zero-range adjustments linked to dials in the audio mixer</li>
<li>Add EQ band controls</li>
<li>Show supersource boxes in the layout editor</li>
<li>Fixed colorspace conversion code for media on aarch64 machines</li>
<li>Added midi integration in the proxy</li>
</ul>
</description>
</release>
<release version="0.9.0" date="2023-06-01">
<description>
<ul>
<li>Don't crash on python installations without locale support</li>
<li>Convert alpha to premultiplied when uploading .png stills</li>
<li>Support changing the audio bitrate for ATEMs with streaming support</li>
<li>Disable opening the hardware settings panel when not connected</li>
<li>Fixed consistency issues on the palette headings</li>
<li>Add units to the streaming bitrate settings</li>
<li>Make the connection window side-by-side</li>
<li>Add support for the new constellation hardware</li>
<li>Add the supersource and M/E source buttons for the hardware that supports it</li>
<li>Fix performance issue on connecting to hardware with many inputs</li>
</ul>
</description>
</release>
<release version="0.8.2" date="2022-10-18">
<description>
<ul>
<li>Fix deprecated spdx identifiers</li>
<li>Fix paths for generated manpages</li>
</ul>
</description>
</release>
<release version="0.8.1" date="2022-10-15">
<description>
<ul>
<li>Update desktop file metadata</li>
<li>Update license metadata</li>
</ul>
</description>
</release>
<release version="0.8.0" date="2022-09-16">
<description>
<ul>
<li>Implement the advanced chroma keyer</li>
<li>Add a setup utility for BMD converters</li>
<li>Improve error messages for connectivity issues</li>
<li>Rework logging output</li>
</ul>
</description>
</release>
<release version="0.7.0" date="2022-06-12">
<description>
<ul>
<li>Implement stills upload and download</li>
<li>Add support for changing the still in mediaplayers</li>
<li>Make UDP backend threaded for ack reliability</li>
<li>New translations for Danish, German, Norwegian Bokmål, and Swedish</li>
</ul>
</description>
</release>
<release version="0.6.1" date="2022-05-19">
<description>
<ul>
<li>Fix crash when an videohub is disconnected</li>
<li>Add protocol debugger window when pressing F12</li>
<li>Updated translations for the new features</li>
</ul>
</description>
</release>
<release version="0.6.0" date="2022-05-13">
<description>
<ul>
<li>Initial EQ curve support for the fairlight mixer</li>
<li>Added support for the VideoHub protocol</li>
<li>Support linking an input to a VideoHub output for on-the-fly routing changes</li>
<li>Support displaying a VideoHub output as a bus</li>
</ul>
</description>
</release>
<release version="0.5.2" date="2022-03-25">
<description>
<ul>
<li>Implemented internationalisation</li>
<li>Added initial Dutch translation</li>
<li>Added initial Turkish translation by tvgozde</li>
</ul>
</description>
</release>
<release version="0.5.1" date="2022-03-17">
<description>
<ul>
<li>Implemented the live stream start/stop buttons</li>
<li>Added option to save images from the media window</li>
<li>Fix crash when opening the preferences before the initial sync is finished</li>
<li>Fix the AFV setting for fade-to-black</li>
</ul>
</description>
</release>
<release version="0.5.0" date="2022-03-08">
<description>
<ul>
<li>Locate ATEM hardware in the local network automatically</li>
<li>Fixed volume names in the recorder</li>
<li>Make the headerbar red while recording or transmitting</li>
<li>Show the bitrate in the header</li>
<li>Inplement more live streaming controls</li>
<li>Fix TCP fragmentation bug for the proxy protocol</li>
<li>Add aux bus configuration on the output tab</li>
<li>Implement aux-follow-monitor to make an aux output act like an audio
monitor output for the audio tab
</li>
</ul>
</description>
</release>
<release version="0.4.1" date="2021-11-26">
<description>
<p>
Drop the external hexdump dependency and move hexdump.py into pyatem since this library is unmaintained
and the source repository is gone.
</p>
</description>
</release>
<release version="0.4.0" date="2021-11-14">
<description>
<p>
This release has support for the audio mixer in the atem and fairlight audio mixers. The connection
system has also been reworked to be able to connect to USB devices in an easier way and support
connecting to an openswitcher proxy daemon.
</p>
<ul>
<li>Add openswitcher-proxy component</li>
<li>Add level metering in the fairlight mixer</li>
<li>Implement the atem audio mixer</li>
<li>Remove the broken midi support in the gtk application</li>
<li>Add first support for fetching the media files from the hardware</li>
<li>Add the option to add a mini M/E for an AUX output</li>
</ul>
</description>
</release>
<release version="0.3.0" date="2021-06-27">
<description>
<p>
This is the first release that has support for USB access to the new ATEM mini line of switchers.
It's tested on the Atem Mini and Atem Mini Pro, for other devices the usb pid/vid pair needs to be
added.
</p>
</description>
</release>
<release version="0.2.0" date="2021-03-11">
<description>
<p>
This release adds support for multiple M/E blocks. Some basic upstream keyer config
and a visual layout editor to move DVE keys around. The plan is to also control the other
positionable elements using the same layout editor.
</p>
</description>
</release>
<release version="0.1.0" date="2021-02-09">
<description>
<p>
First release
</p>
<ul>
<li>Basic video switching and configuration implemented</li>
<li>Volume and mute/afv control for switchers with fairlight audio</li>
</ul>
</description>
</release>
</releases>
</component>
|