From: Rick Kern <kernrj@gmail.com> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] [PATCH] libavcodec/videotoolboxenc.c: add option to hevc encoder to prioritize speed. Date: Mon, 2 May 2022 08:18:49 -0700 Message-ID: <CABmg8gU2Z7da_7r4F9g_UmZSH0EGhhukTw8rZa1MZb9cZtuuig@mail.gmail.com> (raw) In-Reply-To: <CAAF8913-382E-4A66-8ED9-BB852A86F9FB@lisanet.de> On Sun, May 1, 2022 at 12:12 PM Simone Karin Lehmann <simone@lisanet.de> wrote: > Hi, > > … I’m so sorry, the patch I recently sent didn’t test the prio_speed bool. > This corrects it. > > I really sorry. :-/ > > Regards > Simone > Pushed, with some commit message changes. The first line of the commit message should start with a short topic - in this case lavc/videotoolboxenc, followed by a brief description. Commit messages should also be limited to an 80-character width when practical. > > > > Am 01.05.2022 um 20:25 schrieb Richard Kern <kernrj@gmail.com>: > > > > > > > >> On May 1, 2022, at 1:31 PM, Simone Karin Lehmann <simone@lisanet.de> > wrote: > >> > >> Hi, > >> > >> may I kindly ask you to check, if this patch could now be applied? > > I’ll look at it today. > > > >> > >> Regards > >> Simone > >> > >> Von meinem iPad gesendet > >> > >>> Am 25.04.2022 um 22:33 schrieb Simone Karin Lehmann <simone@lisanet.de > >: > >>> > >>> > >>> > >>>>>> Am 25.04.2022 um 21:14 schrieb Rick Kern <kernrj@gmail.com>: > >>>>>> > >>>>>> > >>>>>> { "a53cc", "Use A53 Closed Captions (if available)", OFFSET(a53_cc), > >>>>>> AV_OPT_TYPE_BOOL, {.i64 = 1}, 0, 1, VE }, > >>>>>> + { "prio_speed", "prioritize encoding speed", > OFFSET(prio_speed), > >>>>>> AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VE }, > >>>>>> > >>>> It might be simpler to make the default value of prio_speed -1, and > set > >>>> this property on the encoder session only when it's non-negative. > Then we > >>>> won't need to worry about the default value changing for different > codecs > >>>> or different OS versions. It could also be moved into COMMON_OPTIONS > in > >>>> this case. > >>> > >>> oh yes, that’s way better. I didn’t think of that in the first place. > Thanks for the hint. > >>> > >>> Here’s the modified patch > >>> > >>> Simone > >>> > > <0001-add-options-to-h264-hevc-and-prores-encoders-to-prio.patch> > >> > >>> > >>> _______________________________________________ > >>> 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". > >> _______________________________________________ > >> 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". > > _______________________________________________ > > 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". > > _______________________________________________ > 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". > _______________________________________________ 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".
prev parent reply other threads:[~2022-05-02 15:19 UTC|newest] Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top [not found] <80886934-2099-4FE0-A95D-F9B6658F777F@lisanet.de> 2022-04-14 6:48 ` Simone Karin Lehmann 2022-04-14 8:13 ` Thilo Borgmann 2022-04-21 15:42 ` Simone Karin Lehmann 2022-04-22 16:24 ` Andreas Rheinhardt 2022-04-22 16:52 ` Thilo Borgmann 2022-04-23 12:31 ` Simone Karin Lehmann 2022-04-23 15:07 ` Thilo Borgmann 2022-04-23 15:42 ` Simone Karin Lehmann 2022-04-23 19:56 ` Thilo Borgmann 2022-04-23 20:51 ` Simone Karin Lehmann 2022-04-24 10:10 ` Thilo Borgmann 2022-04-25 19:14 ` Rick Kern 2022-04-25 20:33 ` Simone Karin Lehmann 2022-05-01 17:31 ` Simone Karin Lehmann 2022-05-01 18:25 ` Richard Kern 2022-05-01 19:11 ` Simone Karin Lehmann 2022-05-02 15:18 ` Rick Kern [this message]
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=CABmg8gU2Z7da_7r4F9g_UmZSH0EGhhukTw8rZa1MZb9cZtuuig@mail.gmail.com \ --to=kernrj@gmail.com \ --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