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

FFmpeg trac at avcodec.org
Wed Jan 15 12:15:46 EET 2020


#8472: MPEG-TS Muxer: Bug when output multiple files
-----------------------------------+--------------------------------------
             Reporter:  ahakon     |                     Type:  defect
               Status:  new        |                 Priority:  normal
            Component:  avformat   |                  Version:  git-master
             Keywords:  mpegtsenc  |               Blocked By:
             Blocking:             |  Reproduced by developer:  0
Analyzed by developer:  0          |
-----------------------------------+--------------------------------------
 Summary of the bug: Multiple MPEG-TS output files are incorrect

 How to reproduce:
 {{{
 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=1 -f mpegts prog2.ts
 }}}

 - In the file prog1.ts all is OK.
 - But in the file prog2.ts the PMT is incomplete (not includes any stream)
 and the video stream doesn’t have PCR marks. Then the file can’t be
 played.

 Please, fix this problem.
 Thank you!

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


More information about the FFmpeg-trac mailing list