From: "Xiang, Haihao" <haihao.xiang-at-intel.com@ffmpeg.org> To: "ffmpeg-devel@ffmpeg.org" <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] [PATCH] lavc/qsvenc: Set default bitrate to 2M Date: Mon, 18 Dec 2023 06:51:10 +0000 Message-ID: <59870719516e4ab1ed7cfc8edd9251f86095c759.camel@intel.com> (raw) In-Reply-To: <170196835711.8914.7110041510032621274@lain.khirnov.net> On Do, 2023-12-07 at 17:59 +0100, Anton Khirnov wrote: > Quoting Timo Rothenpieler (2023-12-06 13:26:51) > > On 06/12/2023 07:51, Xiang, Haihao wrote: > > > On Di, 2023-12-05 at 12:47 +0100, Timo Rothenpieler wrote: > > > > On 05.12.2023 09:15, Xiang, Haihao wrote: > > > > > From: Haihao Xiang <haihao.xiang@intel.com> > > > > > > > > > > 2M is suitable for more cases, e.g. 4K video. > > > > > > > > > > Signed-off-by: Haihao Xiang <haihao.xiang@intel.com> > > > > > --- > > > > > libavcodec/qsvenc_av1.c | 2 +- > > > > > libavcodec/qsvenc_h264.c | 2 +- > > > > > libavcodec/qsvenc_hevc.c | 2 +- > > > > > libavcodec/qsvenc_mpeg2.c | 2 +- > > > > > libavcodec/qsvenc_vp9.c | 2 +- > > > > > 5 files changed, 5 insertions(+), 5 deletions(-) > > > > > > > > > > diff --git a/libavcodec/qsvenc_av1.c b/libavcodec/qsvenc_av1.c > > > > > index c697845d7b..78c92c1844 100644 > > > > > --- a/libavcodec/qsvenc_av1.c > > > > > +++ b/libavcodec/qsvenc_av1.c > > > > > @@ -129,7 +129,7 @@ static const AVClass class = { > > > > > }; > > > > > > > > > > static const FFCodecDefault qsv_enc_defaults[] = { > > > > > - { "b", "1M" }, > > > > > + { "b", "2M" }, > > > > > > > > Wouldn't it be better to use a constant quality option as default, > > > > rather than a fixed bitrate? > > > > > > Did you mean change the default bitrate control mode to CQP ? I was > > > concerned > > > about the impact to current users. > > > > Yeah, it's technically a breaking change. > > Though at least libx264 also at some point changed its default to a > > reasonable medium quality crf mode, away from a fixed, rather low, bitrate. > > Not sure if that was done on a major bump, or if it was considered low > > impact enough to just push out. > > FYI we should have a major bump if the next few months (before 7.0). > > So you could schedule the switch for then, ideally with a runtime > warning and perhaps a changelog entry. Thanks for the info, we'll try to change the default mode. BRs Haihao > _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next prev parent reply other threads:[~2023-12-18 6:51 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-12-05 8:15 Xiang, Haihao 2023-12-05 11:47 ` Timo Rothenpieler 2023-12-06 6:51 ` Xiang, Haihao 2023-12-06 12:26 ` Timo Rothenpieler 2023-12-06 13:04 ` Zhao Zhili 2023-12-07 16:59 ` Anton Khirnov 2023-12-18 6:51 ` Xiang, Haihao [this message] 2024-02-08 7:43 ` Xiang, Haihao
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=59870719516e4ab1ed7cfc8edd9251f86095c759.camel@intel.com \ --to=haihao.xiang-at-intel.com@ffmpeg.org \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git