Activity › Forums › Avid Media Composer › Hiding Black Magic card from Media Composer
-
Hiding Black Magic card from Media Composer
Posted by Julian Gil on June 22, 2012 at 5:03 pmIs there a way to keep Media Composer from seeing my Black Magic video card? I don’t use it to capture. I only use it for monitoring from Resolve. Is there a settings file I can edit to keep MC from seeing it?
Julian Gil replied 13 years, 1 month ago 4 Members · 5 Replies -
5 Replies
-
Shane Ross
June 22, 2012 at 6:04 pmSorry…there was an option in MC5.5 to turn off the external devices. But that option went away in MC6.
Shane
Little Frog Post
Read my blog, Little Frog in High Def -
John Pale
June 23, 2012 at 4:03 amYou may want to try to use the terminal to load and unload the Decklink drivers. Drivers are referred to as kexts (kernel extensions)
Kext can be loaded and unloaded during runtime using the kextload and kextunload command lines.
in order to load kext, from terminal write:
sudo kextload kextName (where kextName stands for the kext name you want to load)
enter your password and press enter
the system should reply with a success or fail message.in order to unload kext, from terminal write:
sudo kextunload kextName (where kextName stands for the kext name you want to unload)
enter your password and press enter
the system should reply with a success or fail message.Since you may want to do this regularly, you might want to save it as a script.
-
Kjell Peterson
April 12, 2013 at 10:36 amI can confirm that the kextunload-trick works. You need the -b option though. This is the complete command:
sudo kextunload -p -b com.blackmagic-design.desktopvideo.iokit.driverAnd to reload the driver:
sudo kextload -b com.blackmagic-design.desktopvideo.iokit.driver
Reply to this Discussion! Login or Sign Up