[FFmpeg-trac] #2085(undetermined:new): MP4 remux with playback stuck at 2nd seconds

FFmpeg trac at avcodec.org
Fri Aug 30 15:55:50 CEST 2013


#2085: MP4 remux with playback stuck at 2nd seconds
-------------------------------------+-------------------------------------
             Reporter:  mikhailov    |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:  h264 flv     |               Resolution:
  mov                                |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by arut):

 I've realized just now I know the reason. Successive H264 decoder configs
 may contain new SPS for new picture resolution. That's why it's important
 to send every new config when remuxing from one streaming format to
 another streaming format. Mp4 muxer does not expect those. It uses
 extradata only once when writing mp4 moov atom and does not make any use
 of successive H264 configs.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2085#comment:65>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list