[FFmpeg-trac] #6258(undetermined:new): tee muxer fails on stream copy

FFmpeg trac at avcodec.org
Thu Mar 23 17:00:55 EET 2017


#6258: tee muxer fails on stream copy
-------------------------------------+-------------------------------------
             Reporter:  araeos       |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:  muxer tee    |               Resolution:
  copy                               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by araeos):

 Yes, it fails for commit version
 `4f727fbc7330e726d003e2961fa676ddaf86f994` with the behaviour describe
 above.
 {{{
 $ ffmpeg -i test.ts -c:v libx264 -c:a copy -map 0 -f tee
 '[f=mp4]output.mp4'
 ffmpeg version N-84509-g4f727fbc73 Copyright (c) 2000-2017 the FFmpeg
 developers
   built with gcc 6.3.1 (GCC) 20170109
   configuration: --prefix=/usr --disable-debug --disable-static --enable-
 avisynth --enable-avresample --enable-fontconfig $
 -enable-gnutls --enable-gpl --enable-ladspa --enable-libass --enable-
 libbluray --enable-libfreetype --enable-libfribidi --$
 nable-libgsm --enable-libmodplug --enable-libmp3lame --enable-
 libopencore_amrnb --enable-libopencore_amrwb --enable-libope$
 jpeg --enable-libopus --enable-libfdk-aac --enable-libpulse --enable-
 libschroedinger --enable-libsoxr --enable-libspeex --$
 nable-libssh --enable-libtheora --enable-libv4l2 --enable-libvidstab
 --enable-libvorbis --enable-libvpx --enable-libwebp -$
 enable-libx264 --enable-libx265 --enable-libxvid --enable-nonfree
 --enable-shared --enable-version3
   libavutil      55. 50.100 / 55. 50.100
   libavcodec     57. 85.101 / 57. 85.101
   libavformat    57. 67.100 / 57. 67.100
   libavdevice    57.  3.101 / 57.  3.101
   libavfilter     6. 78.100 /  6. 78.100
   libavresample   3.  2.  0 /  3.  2.  0
   libswscale      4.  3.101 /  4.  3.101
   libswresample   2.  4.100 /  2.  4.100
   libpostproc    54.  2.100 / 54.  2.100
 Input #0, mpegts, from 'test.ts':
   Duration: 00:00:01.25, start: 1.400000, bitrate: 9981 kb/s
   Program 1
     Metadata:
       service_name    : Service01
       service_provider: FFmpeg
     Stream #0:0[0x100]: Video: h264 (High) ([27][0][0][0] / 0x001B),
 yuv420p(progressive), 1280x800 [SAR 1:1 DAR 8:5], 60 $
 ps, 60 tbr, 90k tbn, 120 tbc
     Stream #0:1[0x101]: Audio: aac (LC) ([15][0][0][0] / 0x000F), 44100
 Hz, stereo, fltp, 168 kb/s
 Stream mapping:
   Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
   Stream #0:1 -> #0:1 (copy)
 Press [q] to stop, [?] for help
 [libx264 @ 0x265ed40] using SAR=1/1
 [libx264 @ 0x265ed40] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2
 AVX FMA3 AVX2 LZCNT BMI2
 [libx264 @ 0x265ed40] profile High, level 4.0
 [mp4 @ 0x2e64a20] Tag [15][0][0][0]/0x0000000f incompatible with output
 codec id '86018' ([64][0][0][0])
 [tee @ 0x2634700] Slave '[f=mp4]output.mp4': error writing header: Invalid
 data found when processing input
 [tee @ 0x2634700] All tee outputs failed.
 Could not write header for output file #0 (incorrect codec parameters ?):
 Invalid data found when processing input
 Error initializing output stream 0:0 --
 Conversion failed!
 }}}

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


More information about the FFmpeg-trac mailing list