[FFmpeg-trac] #10988(undetermined:new): Acrossover crash
FFmpeg
trac at avcodec.org
Tue Apr 30 19:02:47 EEST 2024
#10988: Acrossover crash
-------------------------------------+-------------------------------------
Reporter: JamesBond | Type: defect
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Setup: Windows 7 x64, FFMPEG g08781ebe1-2024-04-29 x64
Source: song.dsf https://fastupload.io/en/8hp1Dg1K3KNY3Zc/file
Command: ffmpeg -i song.dsf -af
"volume=6dB,aresample=96000:resampler=soxr:precision=28:osf=s32:dither_method=triangular_hp,acrossover=24000:order=8th[low][high];[low]anull;[high]anullsink"
out.flac
When the encoding is almost done, the red line appears. It says “Assertion
best_input >= 0 failed at fftools/ffmpeg_filter.c:2075”. Then I see a GUI
window that says “ffmpeg.exe has stopped working” with a button “Close the
program”. An incomplete FLAC file remains on the disk, i.e. flac -t
song.flac says “FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC” and “
FLAC__STREAM_DECODER_END_OF_STREAM”. If I remove that acrossover filter,
then the encoding goes fine.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10988>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list