0xC0000054 / libheif-sharp

Provides .NET bindings for libheif.
https://0xc0000054.github.io/libheif-sharp/
GNU Lesser General Public License v3.0
61 stars 3 forks source link

x265 slower #4

Closed pol2095 closed 3 years ago

pol2095 commented 3 years ago

Hello,

I convert a jpg 1792x1792 px 500 ko to heic, it take 7 sec using x265, on Mac using the native class the same jpg take 1 sec to convert to heic, how x265 is slower ?

Thanks

0xC0000054 commented 3 years ago

how x265 is slower ?

My guess it that Apple is using a hardware-accelerated encoder, x265 is a software encoder.

pol2095 commented 3 years ago

Thanks