[FFmpeg-trac] #5380(avcodec:new): Concat fails on files passed through h264_mp4toannexb

FFmpeg trac at avcodec.org
Sun Mar 27 21:17:46 CEST 2016


#5380: Concat fails on files passed through h264_mp4toannexb
--------------------------------------+-----------------------------------
             Reporter:  andrey.utkin  |                    Owner:
                 Type:  defect        |                   Status:  new
             Priority:  normal        |                Component:  avcodec
              Version:  git-master    |               Resolution:
             Keywords:  mov h264      |               Blocked By:
             Blocking:                |  Reproduced by developer:  0
Analyzed by developer:  0             |
--------------------------------------+-----------------------------------

Comment (by andrey.utkin):

 Have tested also tag n3.0, behaviour is the same (MPEG TS concatenation is
 broken).

 MPEG TS to MPEG TS concatenation, as shown below, is also broken.

 {{{
 $FFMPEG -i ts.concat -c copy -y ts_concat.ts
 ffplay -autoexit ts_concat.ts
 $FFMPEG -i ts_concat.ts -c copy -bsf:a aac_adtstoasc -y ts_concat.ts.mp4
 ffplay -autoexit ts_concat.ts.mp4
 }}}

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


More information about the FFmpeg-trac mailing list