Skip to content

Releases: masterofobzene/FileConverter-H265

FileConverter-H265

14 Jan 19:31
c36fe3c
Compare
Choose a tag to compare
  • 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)

30 Oct 22:46
03259f0
Compare
Choose a tag to compare
  • Added .TS files support.
    Have in mind that:
  1. You will need to create a profile for ts files and enable it. (done from app itself like any other profiles)
  2. 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)

13 Aug 03:49
64ecd42
Compare
Choose a tag to compare

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.