Opened 5 years ago
Closed 5 years ago
#8400 closed enhancement (fixed)
Add tiles encoding support for HEVC QSV
Reported by: | Linjie.Fu | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avcodec |
Version: | git-master | Keywords: | QSV HEVC Tiles |
Cc: | linjie.fu@intel.com | Blocked By: | |
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
There is a requirement for adding tiles encoding support for HEVC.
Since this feature is supported for ICL+ (gen11), I would prefer to create a ticket and provide more detailed information/logs for the evaluation of developers/maintainers who could not get access to this platform currently.
Attachments (2)
Change History (5)
comment:1 by , 5 years ago
by , 5 years ago
comment:2 by , 5 years ago
Patch:
https://patchwork.ffmpeg.org/patch/16416/
Checks in intel-media-ci(including fate/compatible/smoke test):
https://github.com/intel-media-ci/ffmpeg/pull/131
Had one issue in MSDK if default slice (1) was used:
https://github.com/Intel-Media-SDK/MediaSDK/issues/1772
Filed a PR to fix this in MSDK:
https://github.com/Intel-Media-SDK/MediaSDK/pull/1773
Apply this patch in MSDK or set slices large than 1 in cmdline (-slices 2) to verify this feature.
comment:3 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Log after the patch is applied:
option:
-tile_rows 2 -tile_cols 2
Output:
[hevc_qsv @ 0x11f9700] NumTileColumns: 2; NumTileRows: 2