Opened 11 months ago

#10429 new defect

Error when specifying keyframes with -force_key_frames when using enable-keyframe-filtering=2 with libaom-av1 encoder

Reported by: nicol Owned by:
Priority: normal Component: avcodec
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

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.

Change History (0)

Note: See TracTickets for help on using tickets.