Re: [FFmpeg-devel] [PATCH] lavc/videotoolboxenc: set DataRateLimits for hevc

2021-05-05 Thread Rick Kern
On Mon, Apr 26, 2021 at 3:24 AM "zhilizhao(赵志立)" wrote: > > > > On Apr 25, 2021, at 11:31 PM, Rick Kern wrote: > > > > On Sun, Apr 25, 2021 at 4:06 AM Zhao Zhili > wrote: > > > >> From the comment it's not available on old version. It works now > >> by testing on macOS 11.2.1. There is no docum

Re: [FFmpeg-devel] [PATCH] lavc/videotoolboxenc: set DataRateLimits for hevc

2021-04-26 Thread zhilizhao(赵志立)
> On Apr 25, 2021, at 11:31 PM, Rick Kern wrote: > > On Sun, Apr 25, 2021 at 4:06 AM Zhao Zhili wrote: > >> From the comment it's not available on old version. It works now >> by testing on macOS 11.2.1. There is no document about since when. >> So trying to set the configuration and ignore

Re: [FFmpeg-devel] [PATCH] lavc/videotoolboxenc: set DataRateLimits for hevc

2021-04-25 Thread Rick Kern
On Sun, Apr 25, 2021 at 4:06 AM Zhao Zhili wrote: > From the comment it's not available on old version. It works now > by testing on macOS 11.2.1. There is no document about since when. > So trying to set the configuration and ignore the error for hevc. > --- > libavcodec/videotoolboxenc.c | 10

Re: [FFmpeg-devel] [PATCH] lavc/videotoolboxenc: set DataRateLimits for hevc

2021-04-25 Thread Steven Liu
> 2021年4月25日 下午4:06,Zhao Zhili 写道: > > From the comment it's not available on old version. It works now > by testing on macOS 11.2.1. There is no document about since when. > So trying to set the configuration and ignore the error for hevc. > --- > libavcodec/videotoolboxenc.c | 10 +++--- >

[FFmpeg-devel] [PATCH] lavc/videotoolboxenc: set DataRateLimits for hevc

2021-04-25 Thread Zhao Zhili
>From the comment it's not available on old version. It works now by testing on macOS 11.2.1. There is no document about since when. So trying to set the configuration and ignore the error for hevc. --- libavcodec/videotoolboxenc.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-)