[FFmpeg-trac] #7510(undetermined:new): Streamcopy of private stream produces empty output

FFmpeg trac at avcodec.org
Tue Oct 23 14:45:52 EEST 2018


#7510: Streamcopy of private stream produces empty output
-------------------------------------+-------------------------------------
             Reporter:  msiders      |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:  git-
  undetermined                       |  master
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 How to reproduce:
 {{{
 % ffmpeg \
  -f mpegts -i file.ts \
  -map i:100 -map i:101 -map i:105 -map i:109 \
  -c:2 copy \
  -c:3 copy \
  -f mpegts file-out.ts
 }}}

 In the previous example the input file is a MPEG-TS (SPTS) with these
 elementary streams:
 - 100: video stream
 - 101: audio stream
 - 105: teletext data
 - 109: PES private data identified as "Data: bin_data ([6][0][0][0] /
 0x0006)", so that's DVB Type '0x1b'

 The processing is done, and the output has the corresponding 4 elementary
 streams. However the pid 259 (the new for the private data) is
 '''completly empty'''.

 The expected behaviour is that the private data (bin_data) is streamcopied
 to the output.

 Please, fix this error.
 Thank you!

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


More information about the FFmpeg-trac mailing list