Re: [FFmpeg-devel] [PATCH 1/2] lavc/qsvenc_hevc: allow user set more coding options

2021-06-21 Thread Xiang, Haihao
On Mon, 2021-06-21 at 02:15 +, Xiang, Haihao wrote: > On Sun, 2021-06-20 at 23:03 +0800, Zhong Li wrote: > > Haihao Xiang 于2021年4月25日周日 上午9:32写道: > > > > > > The SDK supports NalHrdConformance, RecoveryPointSEI and AUDelimiter for > > > hevc encoder, so we may allow user to set these coding o

Re: [FFmpeg-devel] [PATCH 1/2] lavc/qsvenc_hevc: allow user set more coding options

2021-06-20 Thread Xiang, Haihao
On Sun, 2021-06-20 at 23:03 +0800, Zhong Li wrote: > Haihao Xiang 于2021年4月25日周日 上午9:32写道: > > > > The SDK supports NalHrdConformance, RecoveryPointSEI and AUDelimiter for > > hevc encoder, so we may allow user to set these coding options like what > > we did for h264_qsv encoder. > > > > '-stric

Re: [FFmpeg-devel] [PATCH 1/2] lavc/qsvenc_hevc: allow user set more coding options

2021-06-20 Thread Zhong Li
Haihao Xiang 于2021年4月25日周日 上午9:32写道: > > The SDK supports NalHrdConformance, RecoveryPointSEI and AUDelimiter for > hevc encoder, so we may allow user to set these coding options like what > we did for h264_qsv encoder. > > '-strict xxx' to turn on / off NalHrdConformance > '-recovery_point_sei xx

Re: [FFmpeg-devel] [PATCH 1/2] lavc/qsvenc_hevc: allow user set more coding options

2021-06-17 Thread Xiang, Haihao
> The SDK supports NalHrdConformance, RecoveryPointSEI and AUDelimiter for > hevc encoder, so we may allow user to set these coding options like what > we did for h264_qsv encoder. > > '-strict xxx' to turn on / off NalHrdConformance > '-recovery_point_sei xxx' to turn on / off RecoveryPointSEI

[FFmpeg-devel] [PATCH 1/2] lavc/qsvenc_hevc: allow user set more coding options

2021-04-24 Thread Haihao Xiang
The SDK supports NalHrdConformance, RecoveryPointSEI and AUDelimiter for hevc encoder, so we may allow user to set these coding options like what we did for h264_qsv encoder. '-strict xxx' to turn on / off NalHrdConformance '-recovery_point_sei xxx' to turn on / off RecoveryPointSEI '-aud xxx' to