zoukankan      html  css  js  c++  java
  • How to get Expression Encoder to work with the latest Apple QuickTime (7.64.17.0 and greater)

    In their recent QuickTime update, Apple added a new DLL dependency to their SDK which unfortunately breaks our QuickTime integration. Until this situation is resolved in a more permanent fashion, here is a workaround to get QuickTime to work again in all versions of Expression Encoder:

    • From the Start menu, right-click on "Computer" and select "Properties".
    • Select "Advanced system settings"
    • In the "System Properties" dialog, click on "Environment Variables..." in the Advanced tab.
    • In the "System variables" list, find the "Path" variable and double click on it.
    • Add this string at the end of "Variable value" to add the missing directory to your path:

    ;C:\Program Files (x86)\QuickTime\QTSystem\         (For a 64-bit environment)

    or

    ;C:\Program Files\QuickTime\QTSystem\                 (For a 32-bit environment)

    • Click OK to close all the dialogs and restart Windows. QuickTime will be working again in Expression Encoder.
  • 相关阅读:
    拯救公主
    爱情之路
    无聊的会议
    对拍检验程序
    TCP三次握手
    OA系统走过的的坑之部门岗位管理
    蓝屏警告
    三级联动
    Ajax二级联动
    近期疑惑和总结
  • 原文地址:https://www.cnblogs.com/chuncn/p/1577320.html
Copyright © 2011-2022 走看看