Releases: masterofobzene/FileConverter-H265
Releases · masterofobzene/FileConverter-H265
FileConverter-H265
- Fixed CRF (cq) control bar, it now lets the user select the desired -cq for nvenc encoding.
- Fixed rotation for mp4 / mkv.
File Converter (H265)
- Added .TS files support.
Have in mind that:
- You will need to create a profile for ts files and enable it. (done from app itself like any other profiles)
- Bear in mind that some TS files are already heavily compressed and in those cases, converting it using H.265 codec will make the file heavier.
💥UPDATE ON GPU VERSION: The encoder now runs the command "-c:v hevc_nvenc -rc vbr -cq 27 -qmin 27 -qmax 27 -b:v 0" on MP4 and MKV containers for a much efficient compression and size reduction. This means the crf "quality" slidebar doesn't have any effect on the conversion job.
File Converter (H265)
This updates the app with the latest FFmpeg binaries and adds H265 codec by default, replacing H264.
Have in mind Its 64x only. There are 2 versions, CPU (libx265) and GPU (hevc_nvenc). If you have an nvidia card supporting nvenc you may want to use the GPU version for increased speed.
EDIT 10-18-2022: Re-compiled installers correctly now.