Skip to content

Commit

Permalink
AMD VCN Improvements
Browse files Browse the repository at this point in the history
This is Bradley's work as a base commit.
-presets: Add AMD VCE hardware-accelerated presets.
-libhb: Quality tuning for VCE's constrained vbr rate control mode. Results are the same or better than cqp mode, and bit rate is much more predictable.

This code is rebased manually due to the changes.
  • Loading branch information
sr55 committed Jul 9, 2021
1 parent dd99306 commit fd725a6
Show file tree
Hide file tree
Showing 5 changed files with 9,333 additions and 8,554 deletions.
2 changes: 2 additions & 0 deletions libhb/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -1470,6 +1470,8 @@ const char* hb_video_quality_get_name(uint32_t codec)
case HB_VCODEC_FFMPEG_VP9:
case HB_VCODEC_FFMPEG_NVENC_H264:
case HB_VCODEC_FFMPEG_NVENC_H265:
case HB_VCODEC_FFMPEG_VCE_H264:
case HB_VCODEC_FFMPEG_VCE_H265:
case HB_VCODEC_FFMPEG_VT_H264:
case HB_VCODEC_FFMPEG_VT_H265:
case HB_VCODEC_FFMPEG_VT_H265_10BIT:
Expand Down
Loading

0 comments on commit fd725a6

Please sign in to comment.