[FFmpeg-trac] #3589(undetermined:new): I can't concat 2 mkv files.

FFmpeg trac at avcodec.org
Fri Apr 25 14:40:01 CEST 2014


#3589: I can't concat 2 mkv files.
-------------------------------------+-------------------------------------
             Reporter:  aiwan        |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 I can't concat 2 mkv files.
 How to reproduce:
 {{{
 % ffmpeg -i "concat:1.mkv|0.mkv" -y -c copy concat.mkv
 }}}
 Links to those files
 http://yadi.sk/d/ty-ad-U-NDcHk
 http://yadi.sk/d/EAIi8lSCNDcKA

 I have to transform them to mpeg-ts and then back to mkv
 {{{
 ffmpeg -i 0.mkv -y -an -vcodec copy 0.ts
 ffmpeg -i 1.mkv -y -an -vcodec copy 1.ts
 ffmpeg -i "concat:0.ts|1.ts" -y -an -vcodec copy concat.mkv
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3589>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list