[FFmpeg-trac] #10429(avcodec:new): Error when specifying keyframes with -force_key_frames when using enable-keyframe-filtering=2 with libaom-av1 encoder
FFmpeg
trac at avcodec.org
Thu Jun 22 14:25:53 EEST 2023
#10429: Error when specifying keyframes with -force_key_frames when using enable-
keyframe-filtering=2 with libaom-av1 encoder
---------------------------------+--------------------------------------
Reporter: nicol | Type: defect
Status: new | Priority: normal
Component: avcodec | Version: git-master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
---------------------------------+--------------------------------------
Summary of the bug:
How to reproduce:
{{{
% ffmpeg -f lavfi -i testsrc2=d=10 -c:v libaom-av1 -aom-params enable-
keyframe-filtering=2 –cpu-used 6 -crf 32 -g 250 -b:v 0 -force_key_frames
expr:eq(n,0) foo.mp4
Error encoding frame: Unspecified internal error
Additional information: Compressed data buffer too small
Error submitting video frame to the encoder
Conversion failed!
enable-keyframe-filtering=0, 1 is fine
ffmpeg version N-111233-g83b3ff741b-win64-gpl
built on ... Auto-Build 2023-06-21 15:24
}}}
Patches should be submitted to the ffmpeg-devel mailing list and not this
bug tracker.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10429>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list