Opened 3 years ago
Closed 3 years ago
#9802 closed defect (fixed)
aac_mf encoder fails: nb_samples (1024) != frame_size (0)
Reported by: | Michael Lelli | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avcodec |
Version: | git-master | Keywords: | mediafoundation AAC |
Cc: | Dylan Staley | Blocked By: | |
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
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)
Change History (5)
comment:1 by , 3 years ago
Cc: | added |
---|
follow-up: 4 comment:3 by , 3 years ago
comment:4 by , 3 years ago
Replying to Balling:
Replying to Gyan:
There's a patch for this on the ML.
where?
The patch is here http://ffmpeg.org/pipermail/ffmpeg-devel/2022-June/297684.html
(Thanks Gyan!)
comment:5 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This functionality was broken in 827d6fe73d2f5472c1c2128eb14fab6a4db29032