diff options
author | Haihao Xiang <haihao.xiang@intel.com> | 2022-11-28 10:48:34 +0800 |
---|---|---|
committer | Haihao Xiang <haihao.xiang@intel.com> | 2022-12-01 09:38:30 +0800 |
commit | 7cfc3c0d260a97740b4c2833e846d939440bdd58 (patch) | |
tree | 5539477ad1fd13e8a4591452c5be10a2f5260ffb /doc/examples/demuxing_decoding.c | |
parent | 47fff1eda155c30fc77cae74f40e71d4203c5043 (diff) | |
download | ffmpeg-7cfc3c0d260a97740b4c2833e846d939440bdd58.tar.gz |
lavc/qsvenc_h264: don't support P010 format
The SDK will return error if feeding h264_qsv encoder p010 input.
$ ffmpeg -f lavfi -i testsrc -vf "format=p010" -c:v h264_qsv -f null -
[...]
[h264_qsv @ 0x55584888b080] Current pixel format is unsupported
[h264_qsv @ 0x55584888b080] some encoding parameters are not supported
by the QSV runtime. Please double check the input parameters.
Error initializing output stream 0:0 -- Error while opening encoder for
output stream #0:0 - maybe incorrect parameters such as bit_rate, rate,
width or height
Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
Diffstat (limited to 'doc/examples/demuxing_decoding.c')
0 files changed, 0 insertions, 0 deletions