[FFmpeg-trac] #3667(undetermined:closed): Enhancement: concat can not directly work with mks or mp4

FFmpeg trac at avcodec.org
Fri May 23 12:10:17 CEST 2014


#3667: Enhancement: concat can not directly work with mks or mp4
-------------------------------------+-------------------------------------
             Reporter:  artofit      |                    Owner:
                 Type:  enhancement  |                   Status:  closed
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:  invalid
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by cehoyos):

 Assuming you have two input files {{{input1}}} and {{{input2}}}, the
 following two commands are completely equivalent:
 {{{
 $ cat input1 input2 >input
 $ ffmpeg -i input
 }}}
 {{{
 $ ffmpeg -i "concat:input1|input2"
 }}}
 The advantage of using the concat protocol is that it saves you one line
 and the space for {{{input}}} on your harddrive. If the first command does
 not work because the container does not support concatenation, the second
 will also fail.

 Please understand that this is a bug tracker, not a support forum, see
 https://ffmpeg.org/contact.html and https://ffmpeg.org/ffmpeg-
 formats.html#concat-1 and https://ffmpeg.org/ffmpeg-filters.html#concat

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


More information about the FFmpeg-trac mailing list