[FFmpeg-trac] #4998(avformat:new): m4a files created by FFmpeg aren't supported by SanDisk Clip Sport/Jam.

FFmpeg trac at avcodec.org
Fri Dec 25 12:47:14 CET 2015


#4998: m4a files created by FFmpeg aren't supported by SanDisk Clip Sport/Jam.
-------------------------------------+------------------------------------
             Reporter:  bat999       |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avformat
              Version:  unspecified  |               Resolution:
             Keywords:  aac mov      |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by ubitux):

 @relaxed: both ffmpeg and avconv use faststart.

 @bat999: can you try the exact following:


 {{{
 ffmpeg -f lavfi -i sine=d=15 -y /tmp/sine.m4a
 ffmpeg -i /tmp/sine.m4a -c copy -skip_iods no /tmp/ff.m4a
 avconv -i /tmp/sine.m4a -c copy /tmp/av.m4a
 }}}

 ...and confirms that {{{ff.m4a}}} doesn't play while {{{av.m4a}}} plays?

 (Rationale: I'm just trying to generate too very close files in order to
 study the differences)

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


More information about the FFmpeg-trac mailing list