#6857: mp4 encode to h264 can not play in the firefox and ie11,but fine in the
chrome
-------------------------------------+-------------------------------------
             Reporter:  gy0624ww     |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:  h264 mov     |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by tbucher):

 Most likely you need to prepare the file also for progressive download by
 moving the required data to the beginning of the file. Try to use this
 based on your original command line:


 {{{
 ffmpeg -i bad.mp4 -vcodec libx264 -strict 2 -movflags faststart 999.mp4
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6857#comment:12>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac

Reply via email to