Changes between Initial Version and Version 9 of Ticket #2809
- Timestamp:
- Jul 25, 2013, 7:18:35 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2809
- Property Keywords nintendo unplayable encoding removed
- Property Priority important → normal
- Property Version 1.2.1 → git-master
- Property Summary AAC files encoded with ffmpeg/avconv do not play on Nintendo devices → AAC output does not play on Nintendo devices
-
Ticket #2809 – Description
initial v9 1 1 Summary of the bug: When converting files of any input format to AAC audio (in .mp4, .m4a, or .aac containers), the files will not play on Nintendo DSi/DSi XL/3DS/3DS XL. The files are detected, but when selected, they display "Could not play." It does not matter which AAC encoder is used. The fact that files encoded with libfaac in ffmpeg fail to play while the standalone faac works flawlessly suggests a problem in ffmpeg rather than the encoder. 2 2 3 How to reproduce: Convert any file to AAC audio with frequency 41000-48000 Hz and bitrate 16-320 kbps, copy to SD card, and attempt to play on a Nintendo handheld. One of the commands that I tried is listed below, but any variation (such as with avconvcommand and -c:a aac and -strict -2 parameters) should produce the same results.3 How to reproduce: Convert any file to AAC audio with frequency 41000-48000 Hz and bitrate 16-320 kbps, copy to SD card, and attempt to play on a Nintendo handheld. One of the commands that I tried is listed below, but any variation (such as with ffmpeg command and -c:a aac and -strict -2 parameters) should produce the same results. 4 4 5 5 {{{


