Opened 5 weeks ago

Last modified 5 weeks ago

#10959 open defect

ffmpeg 7.0: Assertion best_input >= 0 failed at fftools/ffmpeg_filter.c:1923

Reported by: Andreas Owned by:
Priority: important Component: undetermined
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

I try to split a video into 3 parts:

% C:/Java/ffmpeg-n7.0-latest-win64-gpl-7.0/bin/ffmpeg.exe -report -nostdin -y -i video.mp4 -filter_complex "[v:0]select=n='3':e='gte(t,0.00)*lt(t,10.45)*1 + gte(t,10.45)*lt(t,58.50)*2 + gte(t,58.50)*lt(t,3661.00)*3'[vout001][vout002][vout003]" -map [vout001] v00-001.mp4 -map [vout002] v00-002.mp4 -map [vout003] v00-003.mp4
...
[out_0_0 @ 0000021b889bd600] 100 buffers queued in out_0_0, something may be wrong.
...
[out_1_0 @ 0000021b889be200] 100 buffers queued in out_1_0, something may be wrong.
[out_1_0 @ 0000021b889be200] 1000 buffers queued in out_1_0, something may be wrong.
...
Assertion best_input >= 0 failed at fftools/ffmpeg_filter.c:1923

It is independent of the input video, but you can find the video here: https://a-voss.de/ffmpeg/video.mp4

Attachments (1)

ffmpeg-20240411-125050.log (714.6 KB ) - added by Andreas 5 weeks ago.

Download all attachments as: .zip

Change History (3)

by Andreas, 5 weeks ago

Attachment: ffmpeg-20240411-125050.log added

comment:1 by Gyan, 5 weeks ago

Reproduced. Looks related to #10795.

comment:2 by Gyan, 5 weeks ago

Priority: normalimportant
Reproduced by developer: set
Status: newopen
Version: unspecifiedgit-master
Note: See TracTickets for help on using tickets.