Re: [FFmpeg-devel] [PATCH]lavc/qsvenc: Clip the bitrate, Intel limits it to 65535k

2019-01-11 Thread Li, Zhong
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Carl Eugen Hoyos > Sent: Friday, January 11, 2019 5:35 AM > To: FFmpeg development discussions and patches > > Subject: Re: [FFmpeg-devel] [PATCH]lavc/qsvenc: Clip the bitrate, Intel limits > it to 6

Re: [FFmpeg-devel] [PATCH]lavc/qsvenc: Clip the bitrate, Intel limits it to 65535k

2019-01-10 Thread Carl Eugen Hoyos
2019-01-10 22:32 GMT+01:00, Eoff, Ullysses A : > We should use mfxInfoMFX::BRCParamMultiplier to handle high bitrate. Sadly, the rules here forbid an answer. ;-) Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/

Re: [FFmpeg-devel] [PATCH]lavc/qsvenc: Clip the bitrate, Intel limits it to 65535k

2019-01-10 Thread Eoff, Ullysses A
peg development discussions and patches > Subject: [FFmpeg-devel] [PATCH]lavc/qsvenc: Clip the bitrate, Intel limits it > to 65535k > > Hi! > > Attached untested patch tries to limit the effects of setting a high > bitrate for qsv. > Works around ticket

[FFmpeg-devel] [PATCH]lavc/qsvenc: Clip the bitrate, Intel limits it to 65535k

2019-01-10 Thread Carl Eugen Hoyos
Hi! Attached untested patch tries to limit the effects of setting a high bitrate for qsv. Works around ticket #7663. Please comment, Carl Eugen From 9c51b260a0c65fe7fbf18ac5235f3336be66502c Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 10 Jan 2019 21:50:04 +0100 Subject: [PATCH] lav