[FFmpeg-trac] #5040(undetermined:new): concat inpoint outpoint results in unknown keyword

FFmpeg trac at avcodec.org
Thu Nov 26 04:50:26 CET 2015


#5040: concat inpoint outpoint results in unknown keyword
-------------------------------------+-------------------------------------
             Reporter:  secondplace  |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:  concat       |               Blocked By:
  inpoin outpoint merge concatenate  |  Reproduced by developer:  0
  concatenating                      |
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 when a external file is loaded to merge files the syntax 'inpoint' and
 'outpoint' are not recognized by ffmpeg.
 How to reproduce:

 create an external concat txt file:

 {{{
 file 'C:\file_%04d.tif'
 duration 00:00:04.080
 inpoint 00:00:02.000
 outpoint 00:00:03.000
 }}}

 load it in ffmpeg:

 {{{
 ffmpeg -i "input.txt" ...
 }}}

 following error pops up:

 {{{
 [concat @ 000000000466d780] Line 2: unknown keyword 'inpoint'
 input.txt: Invalid data found when processing input
 }}}

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


More information about the FFmpeg-trac mailing list