FallingSnow / h265ize

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

LIBX265 is not available #104

Closed danmed closed 7 years ago

danmed commented 7 years ago

I've getting this every time i try to encode..

I'm running on Ubuntu 16.04 and libx265-79 is installed and up to date..

any ideas?

FallingSnow commented 7 years ago

Sounds like you have a strange version of ffmpeg. Make sure ffmpeg -version matches 3.3.2. Also paste the output of ffmpeg -version please.

danmed commented 7 years ago

My version shows : ffmpeg version git-2017-05-30-87bddba Copyright (c) 2000-2017 the FFmpeg developers

FallingSnow commented 7 years ago

Then you are most likely using a build that was compiled without the libx265 encoder. You will need a build that supports libx265.

FallingSnow commented 7 years ago

Closing because no response.