[FFmpeg-trac] #4096(ffmpeg:new): FFmpeg Unable to Restream to -f tee mux some streams

FFmpeg trac at avcodec.org
Sat Nov 8 23:25:05 CET 2014


#4096: FFmpeg Unable to Restream to -f tee mux some streams
------------------------------------+--------------------------------------
             Reporter:  BlackDream  |                     Type:  defect
               Status:  new         |                 Priority:  normal
            Component:  ffmpeg      |                  Version:  git-master
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+--------------------------------------
 This one works:


 {{{
 ffmpeg -i "buggy_tee_mux.ts" -codec copy -f mpegts /tmp/test.ts
 }}}


 This one:


 {{{
 ffmpeg -i "buggy_tee_mux.ts" -codec copy -f tee -map 0
 "[f=mpegts]something.ts"
 }}}


 {{{
 Input #0, mpegts, from 'buggy_tee_mux.ts':
   Duration: 00:00:11.36, start: 83041.460678, bitrate: 1444 kb/s
   Program 1
     Stream #0:0[0x44]: Video: h264 (Main) ([27][0][0][0] / 0x001B),
 yuv420p(tv), 720x576 [SAR 1:1 DAR 5:4], 30 tbr, 90k tbn, 60 tbc
     Stream #0:1[0x45]: Audio: aac ([15][0][0][0] / 0x000F), 44100 Hz,
 stereo, fltp, 123 kb/s
 Output #0, tee, to '[f=mpegts]something.ts':
   Metadata:
     encoder         : Lavf56.4.101
     Stream #0:0: Video: h264 ([27][0][0][0] / 0x001B), yuv420p, 720x576
 [SAR 1:1 DAR 5:4], q=2-31, 30 tbn, 30 tbc
     Stream #0:1: Audio: aac ([15][0][0][0] / 0x000F), 44100 Hz, stereo,
 123 kb/s
 Stream mapping:
   Stream #0:0 -> #0:0 (copy)
   Stream #0:1 -> #0:1 (copy)
 Press [q] to stop, [?] for help
 [mpegts @ 0x408a760] pts (0) < dts (273000) in stream 0
 av_interleaved_write_frame(): Invalid argument
 frame=    3 fps=0.0 q=-1.0 Lsize=N/A time=00:00:03.08 bitrate=N/A
 video:49kB audio:49kB subtitle:0kB other streams:0kB global headers:0kB
 muxing overhead: unknown
 Conversion failed!

 }}}



 Does not work

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


More information about the FFmpeg-trac mailing list