#8505: aac encoder produces invalid output
-------------------------------------+-------------------------------------
Reporter: | Type: defect
LeadAssimilator |
Status: new | Priority: critical
Component: avcodec | Version: 4.2
Keywords: aac | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary:
The aac encoder can produce invalid output when using a crosscompiled
windows build with certain input audio data. The following errors have
been observed:
{{{
Number of bands (56) exceeds limit (44).
invalid band type
}}}
Reproduction:
{{{
% ffmpeg.exe -i input.wav -b:a 192K output.aac
% ffmpeg.exe -i output.aac -f null -v error -
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8505>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".