#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to