cdgriffith / FastFlix

FastFlix is a free GUI for H.264, HEVC and AV1 hardware and software encoding!
https://fastflix.org/
MIT License
1.12k stars 55 forks source link

Be able to update the x265 version #258

Closed malzen closed 2 years ago

malzen commented 2 years ago

Will I be able to update the x265 version of the software

cdgriffith commented 2 years ago

FastFlix is dependent on FFmpeg which has the x265 tool in it. Currently on Windows using https://github.com/BtbN/FFmpeg-Builds builds. You can see what commit x265 is based off of https://github.com/BtbN/FFmpeg-Builds/blob/master/scripts.d/50-x265.sh#L4

On Windows, You can always update to latest FFmpeg through the Help Menu > Download Newest FFmpeg

On Mac / Linux you would have to download and link a newer static build or custom compile.

cdgriffith commented 2 years ago

If you're having any further issues with this, please feel free to keep asking / re-open.