This is the ffmpeg warning for AMD encoding that I get …
VBAQ is not supported by cqp rate control method, automatically disabled
The encode goes ok, but would be nice to not have the yellow coloured warning.
Below is the sample pseudo ffmpeg syntax that causes it.
ffmpeg -y -i "%_INPUT_FILE%" -map 0:v -vcodec h264_amf -qp_i 23 -qp_p 23 -qp_b 23 -quality quality -g 25 -bf 2 -max_b_frames 3 -map 0:a:0 -c:a copy Output.mp4
I appreciate any help with this, thanks.
+ Reply to Thread
Results 1 to 3 of 3
-
-
You could disable vbaq through:
Code:-vbaq false
users currently on my ignore list: deadrats, Stears555, marcorocchini -
Many thanks Selur, I really appreciate the fix, that worked out great. Very useful link to AMD encoder settings too.
Similar Threads
-
Possible to eliminate the motion interpolation used in this SOV source?
By mwesten in forum Video ConversionReplies: 5Last Post: 30th May 2025, 01:55 -
[Avisynth] Is there any way to eliminate the ghosting from this video?
By elektro in forum Newbie / General discussionsReplies: 2Last Post: 21st Dec 2024, 13:20 -
Error message while encoding x265 using ffmpeg, thread message queue blo...
By sienipulla in forum Video ConversionReplies: 10Last Post: 30th Sep 2022, 09:51 -
Google Researcher Co-Authors Paper Saying A.I. Will Eliminate Mankind 😈
By El Heggunte in forum Off topicReplies: 0Last Post: 15th Sep 2022, 21:59 -
ffmpeg "Missing key frame while searching for timestamp" message
By the_steve_randolph in forum Newbie / General discussionsReplies: 0Last Post: 19th Aug 2021, 14:38