[FFmpeg-trac] #9802(avcodec:new): aac_mf encoder fails: nb_samples (1024) != frame_size (0)
FFmpeg
trac at avcodec.org
Fri Jun 3 20:55:29 EEST 2022
#9802: aac_mf encoder fails: nb_samples (1024) != frame_size (0)
-------------------------------------+-------------------------------------
Reporter: Michael | Type: defect
Lelli |
Status: new | Priority: normal
Component: avcodec | Version: git-
Keywords: | master
mediafoundation AAC | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
When trying to use the aac_mf encoder, this error log is always displayed
instead:
{{{
[aac_mf @ ...] nb_samples (1024) != frame_size (0)
Error submitting audio frame to the encoder
}}}
Tried with both a 5.0.1 build and a build on c6364b711b
How to reproduce:
{{{
% ffmpeg -i in.wav -c:a aac_mf out.aac
}}}
version:
{{{
ffmpeg version 2022-06-01-git-c6364b711b-full_build-www.gyan.dev Copyright
(c) 2000-2022 the FFmpeg developers
built with gcc 11.3.0 (Rev1, Built by MSYS2 project)
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9802>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list