FallingSnow / h265ize

A node utility utilizing ffmpeg to encode videos with the hevc codec.
MIT License
527 stars 81 forks source link

How do you get this to utilize hwaccel? #111

Closed kevinseelbach closed 6 years ago

kevinseelbach commented 6 years ago

I saw the code here but haven't fully researched the issue https://github.com/FallingSnow/h265ize/blob/master/lib/classes/encoder.js#L44

Is this option used to pass the -c:v hvec_nvenc option to ffmpeg in the scripts?

Having a hard time getting it to recognize a GTX 1050. Have tried on Windows 10 and Linux, although both hosts are ESXi VMs.

FallingSnow commented 6 years ago

https://github.com/FallingSnow/h265ize/issues/75#issuecomment-291000061