[FFmpeg-trac] #8472(avformat:closed): MPEG-TS Muxer: Bug when output multiple files

FFmpeg trac at avcodec.org
Wed Jan 15 14:01:58 EET 2020


#8472: MPEG-TS Muxer: Bug when output multiple files
------------------------------------+------------------------------------
             Reporter:  ahakon      |                    Owner:
                 Type:  defect      |                   Status:  closed
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:  invalid
             Keywords:  mpegtsenc   |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------
Changes (by ahakon):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 Sorry, the correct syntax is:

 {{{
 ffmpeg -f lavfi -i testsrc -t 20 \
  -map "0:v" -program title=prog1:st=0 -f mpegts prog1.ts \
  -map "0:v" -program title=prog2:st=0 -f mpegts prog2.ts
 }}}

 The key point is that after the "-map" parameter the "st" values are
 reseted.

 So I close this ticket.

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


More information about the FFmpeg-trac mailing list