Latest post Wed, Feb 13 2013 2:00 PM by mikedz. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • Wed, Feb 13 2013 2:00 PM

    • mikedz
    • Not Ranked
    • Joined on Wed, Jul 21 2010
    • Posts 51
    • Points 645

    Here's how to disable BM Card temporarily

    For a variety of reasons you may want to temporarily prevent MC from interacting with your Blackmagic decklink card. In our case it prevents us from opening 1080P projects because the card is older and only supports 1080i. It also causes problems if you try to consolidate/transcode or apply timewarps to 1080P clips. Hitting the disable hardware button within MC 6.5 does NOT resolve these issues. You may have seen this message:

    AME Resource Manager: ReconfigHW_LegendBoB_play()Error (2147483656) unable to: SetVideoFormatBlk.

    Here is how to temporarily disable the BM card and prevent MC from interacting with it (without uninstalling the drivers)

    Open TextEdit and choose Format>Make Plain text

    Then paste this code:

    #!/bin/bash

    sudo kextunload /System/Library/Extensions/DeckLink_Driver.kext

    Save the file as: Disable_Decklink.sh onto your desktop.

    Then open Terminal and type: chmod 777

    before you hit enter, drag the Disable_Decklink.sh file onto the terminal window (this will fill in the path to the file) and hit enter.

    Now whenever you want to disable the BM card just open the Disable_decklink.sh using terminal and enter your system password. Then open MC and you should be in full software only mode.

    To re-enable the card you simply need to redo the steps above to make a Enable_Decklink.sh by using the following code instead:

    #!/bin/bash

    sudo kextload /System/Library/Extensions/DeckLink_Driver.kext

    Please note - this workaround has not been fully tested and may be unreliable. 

    Enjoy software only mode folks!!!

    Various versions of MC between v5.0.3.9 & 6.0.1.1, Mac Pro(Quad-Core Intel Xeon 3Ghz, 11 GB RAM) + various PC workstations. [view my complete system specs]
Page 1 of 1 (1 items)

© Copyright 2011 Avid Technology, Inc.  Terms of Use |  Privacy Policy |  Site Map |  Find a Reseller