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

FFmpeg trac at avcodec.org
Tue Oct 23 13:38:05 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 Gyan):

 Your command is invalid. It should be,

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

 A filtered stream cannot be streamcopied. This is not a bug.

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


More information about the FFmpeg-trac mailing list