[FFmpeg-trac] #10907(undetermined:new): Assertion pkt failed at fftools/ffmpeg_dec.c:710 - crash when transcoding av1 (libdav1d) -> h264 (libx264)
FFmpeg
trac at avcodec.org
Fri Mar 15 07:43:32 EET 2024
#10907: Assertion pkt failed at fftools/ffmpeg_dec.c:710 - crash when transcoding
av1 (libdav1d) -> h264 (libx264)
-------------------------------------+-------------------------------------
Reporter: azhelev | Type: defect
Status: new | Priority: normal
Component: | Version: git-
undetermined | master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
I am trying to transcode av1 (libdav1d) to h264 (libx264) video. ffmpeg
terminated with SIGABRT and dumped core
{{{
Assertion pkt failed at fftools/ffmpeg_dec.c:710
}}}
How to reproduce:
{{{
$ ffmpeg -i 8c15d2570816542b10dc84df63d06cbf -vf scale=-2:234 -preset
ultrafast 8c15d2570816542b10dc84df63d06cbf_avc.mp4
ffmpeg version N-114162-g2129d66a66
built on 14.03.2024
}}}
report file, gdb and valgrind output attached.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10907>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list