Opened 10 months ago
Last modified 10 months 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)
Change History (3)
by , 10 months ago
Attachment: | ffmpeg-20240411-125050.log added |
---|
comment:1 by , 10 months ago
comment:2 by , 10 months ago
Priority: | normal → important |
---|---|
Reproduced by developer: | set |
Status: | new → open |
Version: | unspecified → git-master |
Note:
See TracTickets
for help on using tickets.
Reproduced. Looks related to #10795.