From: James Zern via ffmpeg-devel <ffmpeg-devel@ffmpeg.org> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Cc: "James Zern" <jzern@google.com>, "Dariusz Marcinkiewicz" <darekm@google.com>, "Erik Språng" <sprang@webrtc.org> Subject: Re: [FFmpeg-devel] [PATCH v2] libavcodec: add tune_content option also for VP8. Date: Wed, 7 Feb 2024 22:13:26 -0800 Message-ID: <CABWgkXLBsR5w94MMQ6=-BzMKPAYmf4c2LEfRTFC9sXXiirOscw@mail.gmail.com> (raw) In-Reply-To: <20240207160340.357523-1-darekm@google.com> Hi, On Wed, Feb 7, 2024 at 8:04 AM Dariusz Marcinkiewicz via ffmpeg-devel <ffmpeg-devel@ffmpeg.org> wrote: > > This exposes VP8E_SET_SCREEN_CONTENT_MODE option from libvpx. > For the subject use '(libavcodec|avcodec|lavc)/libvpxenc: ...' to better document what is being changed. See the history of the file for examples. > Changes since v1: > - Put the new param initialzation in the right place, > - Account for cases when the encoder's output is queued up. > This is better left as a comment in the thread. It will lose its meaning when committed. > Co-authored-by: Erik Språng <sprang@webrtc.org> > Signed-off-by: Dariusz Marcinkiewicz <darekm@google.com> > --- > doc/encoders.texi | 7 ++++-- > libavcodec/libvpxenc.c | 56 ++++++++++++++++++++++++++++++++++++++---- Please bump LIBAVCODEC_VERSION_MICRO in libavcodec/version.h. > 2 files changed, 56 insertions(+), 7 deletions(-) > > diff --git a/doc/encoders.texi b/doc/encoders.texi > index c9fe6d6143..2a9b38f62a 100644 > --- a/doc/encoders.texi > +++ b/doc/encoders.texi > @@ -2186,6 +2186,11 @@ Enable error resiliency features. > Increase sharpness at the expense of lower PSNR. > The valid range is [0, 7]. > > +@item tune-content Please match the vpxenc command line. They're separate, vp8 has --screen-content-mode. _______________________________________________ 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:[~2024-02-08 6:13 UTC|newest] Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-01-31 16:23 Dariusz Marcinkiewicz via ffmpeg-devel 2024-02-07 16:03 ` Dariusz Marcinkiewicz via ffmpeg-devel 2024-02-08 6:13 ` James Zern via ffmpeg-devel [this message] 2024-02-08 21:56 ` [FFmpeg-devel] [PATCH v3] lavc/libvpxenc: add screen-content-mode option Dariusz Marcinkiewicz via ffmpeg-devel 2024-02-09 18:28 ` James Zern via ffmpeg-devel 2024-02-10 8:21 ` [FFmpeg-devel] [PATCH v4] " Dariusz Marcinkiewicz via ffmpeg-devel 2024-02-12 23:12 ` James Zern via ffmpeg-devel 2024-02-13 6:34 ` [FFmpeg-devel] [PATCH v5] " Dariusz Marcinkiewicz via ffmpeg-devel 2024-02-14 3:26 ` James Zern via ffmpeg-devel 2024-02-16 3:12 ` James Zern via ffmpeg-devel 2024-02-14 2:24 ` [FFmpeg-devel] [PATCH v4] " Dariusz Marcinkiewicz via ffmpeg-devel 2024-02-10 8:28 ` [FFmpeg-devel] [PATCH v3] " Dariusz Marcinkiewicz via ffmpeg-devel 2024-02-08 22:00 ` [FFmpeg-devel] [PATCH v2] libavcodec: add tune_content option also for VP8 Dariusz Marcinkiewicz via ffmpeg-devel
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='CABWgkXLBsR5w94MMQ6=-BzMKPAYmf4c2LEfRTFC9sXXiirOscw@mail.gmail.com' \ --to=ffmpeg-devel@ffmpeg.org \ --cc=darekm@google.com \ --cc=jzern@google.com \ --cc=sprang@webrtc.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