[FFmpeg-trac] #2809(avformat:new): AAC output does not play on Nintendo devices

FFmpeg trac at avcodec.org
Thu Jun 11 02:34:39 CEST 2015


#2809: AAC output does not play on Nintendo devices
-------------------------------------+-------------------------------------
             Reporter:               |                    Owner:
  playingwithmusic                   |                   Status:  new
                 Type:  defect       |                Component:  avformat
             Priority:  normal       |               Resolution:
              Version:  git-master   |               Blocked By:
             Keywords:  aac mov      |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by playingwithmusic):

 * component:  undetermined => avformat


Comment:

 I suspect that the issue is in avformat; if I encode with FFmpeg and then
 use MP4Box to create the m4a container, the m4a file plays on 3DS without
 a problem. FAAC is not necessary at all using this method. An example
 command would be:

 {{{ffmpeg -i input.webm -strict -2 -c:a aac -b:a 128k -ar 44100 -vn
 ffmpeg.mp4 && MP4Box -add ffmpeg.mp4 final.m4a}}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/2809#comment:24>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list