[FFmpeg-trac] #7509(undetermined:closed): split/aplit: don't work with elementary streams

FFmpeg trac at avcodec.org
Tue Oct 23 13:31:08 EEST 2018


#7509: split/aplit: don't work with elementary streams
-------------------------------------+-------------------------------------
             Reporter:  msiders      |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:  split,       |               Resolution:  invalid
  mpegts, elementary                 |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by msiders):

 Sorry for the typo!

 {{{
 % ffmpeg \
  -f mpegts -i file.ts \
  -filter_complex "[i:100]split[out0][out1]" \
  -map [out0] [out1] -map i:101 \
  -c:0 copy \
  -c:1 copy \
  -c:2 copy \
  -f mpegts file-out.ts
 }}}

 However, in this case the error is:

 {{{
 [NULL @ 000001dae94354c0] Unable to find a suitable output format for
 '[out1]'
 }}}

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


More information about the FFmpeg-trac mailing list