Opened 10 years ago
Closed 10 years ago
#4281 closed defect (fixed)
-filter_complex causes SIGABRT
Reported by: | Nyyr | Owned by: | |
---|---|---|---|
Priority: | important | Component: | avfilter |
Version: | git-master | Keywords: | crash abort regression fade |
Cc: | Michael Niedermayer | Blocked By: | |
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
Summary of the bug:
I am trying to do a crossfade from one 25 frames MKV to another 25 frmaes MKV. ffmpeg crashes immediately...
How to reproduce:
/opt/ffmpeg/bin/ffmpeg -i 1_postak-e.mkv -i 2_postak-b.mkv -f lavfi -i "color=black" -filter_complex "[0:v]fade=t=out:d=1:alpha=1[v0]; [1:v]fade=t=in:d=1:alpha=1[v1]; [2:v]scale=pal,trim=duration=1[over]; [0:a]afade=out:d=1[a0]; [1:a]afade=in:d=1[a1]; [over][v0]overlay[over1]; [over1][v1]overlay[vout]; [a0][a1]amix=inputs=2[aout]" -map "[vout]" -map "[aout]" -target pal-dvd -q 1 -aspect 16:9 -f matroska -c:v huffyuv 1_postak-2_postak.mkv ffmpeg version 2.5.git downloaded and built on 2015-01-23
Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.
Attachments (2)
Change History (4)
by , 10 years ago
Attachment: | ffmpeg.output added |
---|
comment:1 by , 10 years ago
Cc: | added |
---|
Where can the input files be found or how can it be reproduced without them ?
comment:2 by , 10 years ago
Component: | undetermined → avfilter |
---|---|
Keywords: | crash abort regression fade added; filter_complex SIGABRT removed |
Priority: | normal → important |
Reproduced by developer: | set |
Resolution: | → fixed |
Status: | new → closed |
http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/189367
The issue was fixed in ab3ff19f and 2.6.
For the given command line, I believe this was a regression since a9f79728 - will be fixed in 2.5.7, 2.4.10 and 2.3.7.
Note:
See TracTickets
for help on using tickets.
Console output