shilohh
Moderator
- Joined
- Jan 1, 2012
- Messages
- 1,752
- Motherboard
- Asus Prime Z490-A
- CPU
- i9-10850K
- Graphics
- RX 5700 XT
- Mac
-
- Mobile Phone
-
I created a simple AppleScript app to automate the process of adding your unsupported/uncertified GPU/s to the supported cards lists of older versions of Premiere Pro CS6/CC, After Effects CS6/CC, and Media Encoder CC. This will enable CUDA and OpenCL acceleration on your unsupported/uncertified GPU/s (Graphics Card/s) in these apps. Note: Adobe has added in-software settings or removed restrictions and allow acceleration from unsupported (uncertified) cards in their newer versions of CC and CC 2015 apps. This app will help with CS6 and CC versions that don't contain this feature.
This app only works when the Adobe apps are installed in their default locations in the /Applications folder. The app will detect which apps are installed in the /Applications folder and run the built in Adobe GPUSniffer.app of each installed app. It will then take the name of your GPU detected by the GPUSniffer.app and add it to the "supported_cards.txt" and/or "raytracer_supported_cards.txt". Note: as of this time my testing indicates that no Nvidia Maxwell cards work for RayTracing acceleration in OS X.
If you wish to undo these changes, you'll need to edit out your GPU/s name/s from the txt docs manually in terminal using the nano command:
Premiere Pro CS6:
CUDA:
OpenCL:
Premiere Pro CC:
CUDA:
OpenCL:
Media Encoder CC:
CUDA:
OpenCL:
After Effects CS6:
After Effects CC:
This app only works when the Adobe apps are installed in their default locations in the /Applications folder. The app will detect which apps are installed in the /Applications folder and run the built in Adobe GPUSniffer.app of each installed app. It will then take the name of your GPU detected by the GPUSniffer.app and add it to the "supported_cards.txt" and/or "raytracer_supported_cards.txt". Note: as of this time my testing indicates that no Nvidia Maxwell cards work for RayTracing acceleration in OS X.
If you wish to undo these changes, you'll need to edit out your GPU/s name/s from the txt docs manually in terminal using the nano command:
Premiere Pro CS6:
CUDA:
Code:
sudo nano /Applications/Adobe\ Premiere\ Pro\ CS6/Adobe\ Premiere\ Pro\ CS6.app/Contents/cuda_supported_cards.txt
OpenCL:
Code:
sudo nano /Applications/Adobe\ Premiere\ Pro\ CS6/Adobe\ Premiere\ Pro\ CS6.app/Contents/opencl_supported_cards.txt
Premiere Pro CC:
CUDA:
Code:
sudo nano /Applications/Adobe\ Premiere\ Pro\ CC/Adobe\ Premiere\ Pro\ CC.app/Contents/cuda_supported_cards.txt
OpenCL:
Code:
sudo nano /Applications/Adobe\ Premiere\ Pro\ CC/Adobe\ Premiere\ Pro\ CC.app/Contents/opencl_supported_cards.txt
Media Encoder CC:
CUDA:
Code:
sudo nano /Applications/Adobe\ Media\ Encoder\ CC/Adobe\ Media\ Encoder\ CC.app/Contents/cuda_supported_cards.txt
OpenCL:
Code:
sudo nano /Applications/Adobe\ Media\ Encoder\ CC/Adobe\ Media\ Encoder\ CC.app/Contents/opencl_supported_cards.txt
After Effects CS6:
Code:
sudo nano /Applications/Adobe\ After\ Effects\ CS6/Adobe\ After\ Effects\ CS6.app/Contents/raytracer_supported_cards.txt
After Effects CC:
Code:
sudo nano /Applications/Adobe\ After\ Effects\ CC/Adobe\ After\ Effects\ CC.app/Contents/raytracer_supported_cards.txt