[FFmpeg-trac] #4198(ffmpeg:new): Concatenate mov files

FFmpeg trac at avcodec.org
Fri Dec 19 17:22:00 CET 2014


#4198: Concatenate mov files
-------------------------------------+-------------------------------------
             Reporter:  grey88       |                     Type:  defect
               Status:  new          |                 Priority:  important
            Component:  ffmpeg       |                  Version:  git-
             Keywords:  concat mov   |  master
  mp4                                |               Blocked By:
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 I have a pipeline who records n video segments . (mov files) .

 n = [0 .. 100];


 and at this time i'm using ffmpeg for upload live stream to server.
 without any codec changes.

 Some time one of segments, have swapped streams
 and ffmpeg stuck at this segment .

 the command for ffmpeg


 How to reproduce:
 {{{
 % ffmpeg -re -loglevel debug -report -f concat -i
 /Users/pc/movies/mylist.txt -c copy -f flv test_bug_concat.flv
 ffmpeg version 2.4.2
 built on Oct 24 2014 15:02:40 with Apple LLVM version 6.0 (clang-600.0.54)
 (based on LLVM 3.5svn)

 file mylist.txt contains


 file '/Users/pc/movies/0.mov'
 duration 00:01:00
 ...
 file '/Users/pc/movies/n.mov'
 duration 00:01:00
 }}}
 Patches should be submitted to the ffmpeg-devel mailing list and not this
 bug tracker.

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


More information about the FFmpeg-trac mailing list