s/o0ukef>
发件人: Xiang, Haihao
发送时间: Monday, August 7, 2023 10:06:41 AM
收件人: ffmpeg-devel@ffmpeg.org
抄送: siriu...@hotmail.com
主题: Re: [FFmpeg-devel] [PATCH v1 1/1] lavc/qsvenc: disable SEI frame before
each P-frame
On So, 2023-08-06 at 19:54 +0800, Ting Hu wrote:
> From: tinghu3
&
] lavc/qsvenc: disable SEI frame before
each P-frame
On So, 2023-08-06 at 19:54 +0800, Ting Hu wrote:
> From: tinghu3
>
> In order to save bandwith for video conference application,
> set pic_timing_sei of av_option to disable SEI frames.
> It doesn't take effect.
On So, 2023-08-06 at 19:54 +0800, Ting Hu wrote:
> From: tinghu3
>
> In order to save bandwith for video conference application,
> set pic_timing_sei of av_option to disable SEI frames.
> It doesn't take effect.
>
> Signed-off-by: tinghu3
> ---
> libavcodec/qsvenc.c | 3 ++-
> 1 file changed,
From: tinghu3
In order to save bandwith for video conference application,
set pic_timing_sei of av_option to disable SEI frames.
It doesn't take effect.
Signed-off-by: tinghu3
---
libavcodec/qsvenc.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavcodec/qsvenc.c b/li