sylviiu / ezytdl

Advanced electron-based frontend for yt-dlp
GNU General Public License v3.0
517 stars 21 forks source link

Auto-detecting hardware acceleration #112

Closed dubstepfuneral closed 10 months ago

dubstepfuneral commented 10 months ago

Type: Error

Title:

Failed to determine hardware acceleration capabilities

Content:

Could not get video codec of "C:\Users\chill\AppData\Local\Temp\jnBYupeEvzfFJbAnjhtORGFl-sample.mp4"

Stack:

- at module.exports (C:\Users\chill\AppData\Local\Programs\ezytdl\resources\app.asar\core\sendNotification.js:9:30)
- at C:\Users\chill\AppData\Local\Programs\ezytdl\resources\app.asar\core\configActions.js:71:25
- at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Below this line, please describe what caused this error.


Pressed on the "Auto-Detect" button in settings under "Enable Hardware-Accelerated Video Conversion"

sylviiu commented 10 months ago

Issue has been fixed; I improperly configured my domain with GitHub Pages, and nothing was working.

You should be able to try it again and successfully determine the capabilities now, but in the event it doesn't work, reset your DNS cache

Windows (Command Prompt): ipconfig /flushdns MacOS (Terminal): sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder (linux varies based on DNS resolver / connection manager)