⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install

📁 mpeg4 video codec mpeg4 video codec
💻
字号:
CoreAAC build instructions==========================Requirements :--------------Visual C++ 6 (or later but there is no project file up to date)DX SDK9 (probably compile with DX SDK8 also)faad2 module in the FAAC CVS (http://sourceforge.net/projects/faac/)How to compile the filter :---------------------------First you need to compile the DirectShow BaseClasses available in theSDK ($DXSDK\Samples\C++\DirectShow\BaseClasses).Make sure you have the path to the include files and to the library inyour Visual C++ options (they must be at the top of the list).- Include :$DXSDK\Include$DXSDK\Samples\C++\DirectShow\BaseClasses\- Library :$DXSDK\Lib$DXSDK\Samples\C++\DirectShow\BaseClasses\Debug$DXSDK\Samples\C++\DirectShow\BaseClasses\ReleaseThe faad2 directory must be at the same level as the CoreAAC directory.Now you can open the project workspace CoreAAC.dsw and compile the filter.Registering the filter :------------------------The filter is automatically registered with the project file provided.If you want to register/unregister the filter manually you can use thefollowing commands :To register : regsvr32 CoreAAC.axTo unregister : regsvr32 /u CoreAAC.axAlso some .bat files are provided :register_release.batunregister_release.batregister_debug.batunregister_debug.batInstaller---------To create the installer you need to install NSIS(http://nsis.sourceforge.net/)Just right click on the file CoreAAC.nsi and select "Compile NSI".The file Redist\CoreAAC.exe should be created.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -