[FFmpeg-trac] #5088(undetermined:open): copying mpegts file fails for h264 video

FFmpeg trac at avcodec.org
Mon Dec 14 12:04:49 CET 2015


#5088: copying mpegts file fails for h264 video
-------------------------------------+-------------------------------------
             Reporter:  Hirschmann   |                    Owner:
                 Type:  defect       |                   Status:  open
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:  mpegts h264  |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  1
-------------------------------------+-------------------------------------
Changes (by cehoyos):

 * keywords:  mpegts copy => mpegts h264
 * status:  new => open
 * component:  ffmpeg => undetermined
 * reproduced:  0 => 1


Comment:

 For future tickets please remember to always test current FFmpeg git head.
 {{{
 $ ffmpeg -i bug_cut.ts -vcodec copy out.h264
 ffmpeg version N-77236-g758be45 Copyright (c) 2000-2015 the FFmpeg
 developers
   built with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl
   libavutil      55. 10.100 / 55. 10.100
   libavcodec     57. 17.100 / 57. 17.100
   libavformat    57. 20.100 / 57. 20.100
   libavdevice    57.  0.100 / 57.  0.100
   libavfilter     6. 21.100 /  6. 21.100
   libswscale      4.  0.100 /  4.  0.100
   libswresample   2.  0.101 /  2.  0.101
   libpostproc    54.  0.100 / 54.  0.100
 [h264 @ 0x25067c0] non-existing PPS 0 referenced
     Last message repeated 1 times
 [h264 @ 0x25067c0] decode_slice_header error
 [h264 @ 0x25067c0] no frame!
 [h264 @ 0x25067c0] non-existing PPS 0 referenced
     Last message repeated 1 times
 [h264 @ 0x25067c0] decode_slice_header error
 [h264 @ 0x25067c0] no frame!
 [h264 @ 0x25067c0] non-existing PPS 0 referenced
     Last message repeated 1 times
 [h264 @ 0x25067c0] decode_slice_header error
 [h264 @ 0x25067c0] no frame!
 Input #0, mpegts, from 'bug_cut.ts':
   Duration: 00:00:07.91, start: 88107.279200, bitrate: 2588 kb/s
   Program 4
     Stream #0:0[0x223]: Video: h264 (Main) ([27][0][0][0] / 0x001B),
 yuv420p(tv), 720x576 [SAR 64:45 DAR 16:9], Closed Captions, 25 fps, 25
 tbr, 90k tbn, 50 tbc
     Stream #0:1[0x224]: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000
 Hz, stereo, fltp, 130 kb/s
 Output #0, h264, to 'out.h264':
   Metadata:
     encoder         : Lavf57.20.100
     Stream #0:0: Video: h264 ([27][0][0][0] / 0x001B), yuv420p, 720x576
 [SAR 64:45 DAR 16:9], q=2-31, 25 fps, 25 tbr, 25 tbn, 25 tbc
 Stream mapping:
   Stream #0:0 -> #0:0 (copy)
 Press [q] to stop, [?] for help
 frame=    0 fps=0.0 q=-1.0 Lsize=       0kB time=00:00:00.00 bitrate=N/A
 video:0kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB
 muxing overhead: unknown
 Output file is empty, nothing was encoded (check -ss / -t / -frames
 parameters if used)
 }}}

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


More information about the FFmpeg-trac mailing list