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

FFmpeg trac at avcodec.org
Sun Jan 4 12:51:11 CET 2015


#4198: Concatenate mov files
-------------------------------------+-------------------------------------
             Reporter:  grey88       |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:  concat       |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by grey88):

 Replying to [comment:4 Cigaes]:
 > H.264 inside MP4/MOV is not concatenatable. The concat demuxer can make
 it so, you need to use the {{{-auto_convert}}} option to enable it.
   do  you tried to concatinate files from attachments whith this command ?

 1. i think the problem keeps in streams positions
 2. in mov files are same stream positions, concat procces will be
 successful.

 So, i used command  ffmpeg -re -loglevel debug -report -y -auto_convert 1
 -f concat -i /Users/pc/movies/mylist.txt -c copy -f flv
 test_bug_concat.flv

 the same result. Please see report file
 [https://dl.dropboxusercontent.com/u/12422721/ffmpeg-20150102-141828.log]

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


More information about the FFmpeg-trac mailing list