[FFmpeg-user] Raspberry Pi4 FFMPEG / h264_mmal is not working

Robin A. Jensen RAJensen at youmail.dk
Tue Jul 30 14:16:27 EEST 2019


Hello.
This is my first time on ffmpeg mailinglist, so i'm in deep water....

I just got my Raspberry Pi 4 (RPi4) and i'm trying to encode with 
FFMPEG. I'm using "Buster" OS
I already have a RPi3 with FFMPEG and it works fine. (OS = Stretch).
I have downloaded all dependicies and ffmpeg is working
So I have compiled FFMPEG with the exact same setting in configure:

 > |configuration: --arch=armel --target-os=linux --enable-gpl 
--enable-omx --enable-omx-rpi --enable-nonfree --enable-mmal|

|I have then used the same test file 'test.ts' containing 3 tracks: 0:0 
video 264, 0:1 audio mp2, 0:3 teletext.
|

|I have startet the encoder with this commandline:

 >||ffmpeg -fflags +igndts -ss 00:01:00 -c:v h264_mmal -i 'test.ts' -to 
00:05:00 -map 0:0 -map 0:1 -c:v h264_omx -b:v 1500k -flags 
+global_header -c:a:0 copy 'test.mp4'|

|But no mather what i do FFMPEG is hanging right after the first encoder 
line and the sreen looks like this:|

|[h264 @ 0x2d950e0] decode_slice_header error
[h264 @ 0x2d950e0] no frame!
[mpegts @ 0x2d904b0] PES packet size mismatch
     Last message repeated 1 times
Input #0, mpegts, from 'test.ts':
   Duration: 00:11:20.09, start: 789.536711, bitrate: 11924 kb/s
   Program 101
     Metadata:
       service_name    : DR1
       service_provider: YouSee
     Stream #0:0[0x456]: Video: h264 (High) ([27][0][0][0] / 0x001B), 
yuv420p(tv, bt709, top first), 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 25 
tbr, 90k tbn, 50 tbc
     Stream #0:1[0x457](dan): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 
Hz, stereo, fltp, 384 kb/s
     Stream #0:2[0x458](dan): Subtitle: dvb_teletext ([6][0][0][0] / 0x0006)
File 'test.mp4' already exists. Overwrite ? [y/N] y
Stream mapping:
   Stream #0:0 -> #0:0 (h264 (h264_mmal) -> h264 (h264_omx))
   Stream #0:1 -> #0:1 (copy)
Press [q] to stop, [?] for help
[h264_mmal @ 0x2e097b0] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
[h264_mmal @ 0x2e097b0] Changing output format.
[h264_omx @ 0x2e28660] Using OMX.broadcom.video_encode:32:22.77 
bitrate=  -0.0kbits/s speed=N/A
Output #0, mp4, to 'test.mp4':
   Metadata:
     encoder         : Lavf58.28.101
     Stream #0:0: Video: h264 (h264_omx) (avc1 / 0x31637661), yuv420p, 
1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 1500 kb/s, 25 fps, 12800 tbn, 25 tbc
     Metadata:
       encoder         : Lavc58.53.101 h264_omx
     Stream #0:1(dan): Audio: mp2 (mp4a / 0x6134706D), 48000 Hz, stereo, 
fltp, 384 kb/s
[mp4 @ 0x2dcc330] Non-monotonous DTS in output stream 0:0; previous: 0, 
current: 0; changing to 1. This may result in incorrect timestamps in 
the output file.
Fame=   36 fps= 24 q=-0.0 size=       0kB time=00:00:01.32 bitrate=   
0.3kbits/s dup=34 drop=0 speed=0.862x

I can't figure this out as it is working on RPi3.
I have turned off 4K and analog output and that did't make a change. 
Also tried without the flags.
So is it me doing something wrong or is it because, that RPi4 has a new 
Broadcom Video chip and FFMPEG is not ready to use it yet?|

|Best ragards
RAJensen|
-------------- next part --------------
ffmpeg started on 2019-07-13 at 18:33:08
Report written to "ffmpeg-20190713-183308.log"
Command line:
ffmpeg -y -v 9 -loglevel 99 -report -ss 00:00:00 -c:v h264_mmal -i test.ts -to 00:01:00 -map 0:0 -map 0:3 -c:v h264_omx -b:v 1500k -flags +global_header -c:a:0 copy test.mkv
ffmpeg version N-94282-g80dacbedba Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 8 (Raspbian 8.3.0-6+rpi1)
  configuration: --arch=armel --target-os=linux --enable-gpl --enable-mmal --enable-omx --enable-omx-rpi --enable-nonfree
  libavutil      56. 30.100 / 56. 30.100
  libavcodec     58. 53.101 / 58. 53.101
  libavformat    58. 28.102 / 58. 28.102
  libavdevice    58.  7.100 / 58.  7.100
  libavfilter     7. 56.101 /  7. 56.101
  libswscale      5.  4.101 /  5.  4.101
  libswresample   3.  4.100 /  3.  4.100
  libpostproc    55.  4.100 / 55.  4.100
Splitting the commandline.
Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
Reading option '-v' ... matched as option 'v' (set logging level) with argument '9'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
Reading option '-ss' ... matched as option 'ss' (set the start time offset) with argument '00:00:00'.
Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'h264_mmal'.
Reading option '-i' ... matched as input url with argument 'test.ts'.
Reading option '-to' ... matched as option 'to' (record or transcode stop time) with argument '00:01:00'.
Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0:0'.
Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0:3'.
Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'h264_omx'.
Reading option '-b:v' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '1500k'.
Reading option '-flags' ... matched as AVOption 'flags' with argument '+global_header'.
Reading option '-c:a:0' ... matched as option 'c' (codec name) with argument 'copy'.
Reading option 'test.mkv' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option y (overwrite output files) with argument 1.
Applying option v (set logging level) with argument 9.
Applying option loglevel (set logging level) with argument 99.
Applying option report (generate a report) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input url test.ts.
Applying option ss (set the start time offset) with argument 00:00:00.
Applying option c:v (codec name) with argument h264_mmal.
Successfully parsed a group of options.
Opening an input file: test.ts.
[NULL @ 0x2176660] Opening 'test.ts' for reading
[file @ 0x2176e40] Setting default whitelist 'file,crypto'
[mpegts @ 0x2176660] Format mpegts probed with size=2048 and score=50
[mpegts @ 0x2176660] stream=0 stream_type=1b pid=4b0 prog_reg_desc=
[mpegts @ 0x2176660] stream=1 stream_type=3 pid=4b1 prog_reg_desc=
[mpegts @ 0x2176660] stream=2 stream_type=6 pid=4b2 prog_reg_desc=
[mpegts @ 0x2176660] stream=3 stream_type=6 pid=4b6 prog_reg_desc=
[mpegts @ 0x2176660] Before avformat_find_stream_info() pos: 0 bytes read:819200 seeks:1 nb_streams:4
[mpegts @ 0x2176660] parser not found for codec dvb_teletext, packets or times may be invalid.
[mpegts @ 0x2176660] Continuity check failed for pid 1200 expected 2 got 3
[mpegts @ 0x2176660] Continuity check failed for pid 1202 expected 14 got 3
[mpegts @ 0x2176660] Continuity check failed for pid 1206 expected 4 got 7
[mpegts @ 0x2176660] Continuity check failed for pid 1201 expected 14 got 0
[mpegts @ 0x2176660] Forcing DTS/PTS to be unset for a non-trustworthy PES packet for PID 1202 as PCR hasn't been received yet.
[mpegts @ 0x2176660] parser not found for codec dvb_teletext, packets or times may be invalid.
[h264 @ 0x217c930] SPS unavailable in decode_picture_timing
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] non-existing PPS 0 referenced
[AVBSFContext @ 0x21b6290] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x21b6290] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x21b6290] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x217c930] SPS unavailable in decode_picture_timing
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] non-existing PPS 0 referenced
[h264 @ 0x217c930] decode_slice_header error
[h264 @ 0x217c930] no frame!
[h264 @ 0x217c930] SPS unavailable in decode_picture_timing
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] non-existing PPS 0 referenced
[AVBSFContext @ 0x21b6290] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x21b6290] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x21b6290] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x217c930] SPS unavailable in decode_picture_timing
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] non-existing PPS 0 referenced
[h264 @ 0x217c930] decode_slice_header error
[h264 @ 0x217c930] no frame!
[h264 @ 0x217c930] SPS unavailable in decode_picture_timing
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] non-existing PPS 0 referenced
[AVBSFContext @ 0x21b6290] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x21b6290] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x21b6290] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x217c930] SPS unavailable in decode_picture_timing
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] non-existing PPS 0 referenced
[h264 @ 0x217c930] decode_slice_header error
[h264 @ 0x217c930] no frame!
[h264 @ 0x217c930] SPS unavailable in decode_picture_timing
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] non-existing PPS 0 referenced
[AVBSFContext @ 0x21b6290] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x21b6290] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x21b6290] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x217c930] SPS unavailable in decode_picture_timing
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] non-existing PPS 0 referenced
[h264 @ 0x217c930] decode_slice_header error
[h264 @ 0x217c930] no frame!
[h264 @ 0x217c930] SPS unavailable in decode_picture_timing
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] non-existing PPS 0 referenced
[AVBSFContext @ 0x21b6290] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x21b6290] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x21b6290] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x217c930] SPS unavailable in decode_picture_timing
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] non-existing PPS 0 referenced
[h264 @ 0x217c930] decode_slice_header error
[h264 @ 0x217c930] no frame!
[h264 @ 0x217c930] SPS unavailable in decode_picture_timing
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] non-existing PPS 0 referenced
[AVBSFContext @ 0x21b6290] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x21b6290] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x21b6290] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[h264 @ 0x217c930] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[h264 @ 0x217c930] SPS unavailable in decode_picture_timing
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] non-existing PPS 0 referenced
[h264 @ 0x217c930] decode_slice_header error
[h264 @ 0x217c930] no frame!
[h264 @ 0x217c930] SPS unavailable in decode_picture_timing
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] non-existing PPS 0 referenced
[AVBSFContext @ 0x21b6290] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x21b6290] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x21b6290] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x217c930] SPS unavailable in decode_picture_timing
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] non-existing PPS 0 referenced
[h264 @ 0x217c930] decode_slice_header error
[h264 @ 0x217c930] no frame!
[h264 @ 0x217c930] SPS unavailable in decode_picture_timing
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] non-existing PPS 0 referenced
[AVBSFContext @ 0x21b6290] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x21b6290] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x21b6290] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x217c930] SPS unavailable in decode_picture_timing
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] non-existing PPS 0 referenced
[h264 @ 0x217c930] decode_slice_header error
[h264 @ 0x217c930] no frame!
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[AVBSFContext @ 0x21b6290] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x21b6290] nal_unit_type: 7(SPS), nal_ref_idc: 3
[AVBSFContext @ 0x21b6290] nal_unit_type: 8(PPS), nal_ref_idc: 3
[AVBSFContext @ 0x21b6290] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x21b6290] nal_unit_type: 5(IDR), nal_ref_idc: 3
[h264 @ 0x217c930] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 0x217c930] nal_unit_type: 8(PPS), nal_ref_idc: 3
[h264 @ 0x217c930] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 5(IDR), nal_ref_idc: 3
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] Format yuv420p chosen by get_format().
[h264 @ 0x217c930] Reinit context to 1280x720, pix_fmt: yuv420p
[h264 @ 0x217c930] no picture 
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x217c930] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[mp3float @ 0x217d730] Header missing
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[h264 @ 0x217c930] ct_type:0 pic_struct:0
[h264 @ 0x217c930] unknown SEI type 83
[h264 @ 0x217c930] unknown SEI type 93
[mpegts @ 0x2176660] Probe buffer size limit of 5000000 bytes reached
[mpegts @ 0x2176660] Forcing DTS/PTS to be unset for a non-trustworthy PES packet for PID 1202 as PCR hasn't been received yet.
[mpegts @ 0x2176660] PES packet size mismatch
[mpegts @ 0x2176660] PES packet size mismatch
[mpegts @ 0x2176660] After avformat_find_stream_info() pos: 0 bytes read:6344848 seeks:3 frames:606
[mpegts @ 0x2176660] Continuity check failed for pid 1200 expected 2 got 3
[mpegts @ 0x2176660] Continuity check failed for pid 1202 expected 14 got 3
[mpegts @ 0x2176660] Continuity check failed for pid 1206 expected 4 got 7
[mpegts @ 0x2176660] Continuity check failed for pid 1201 expected 14 got 0
[mpegts @ 0x2176660] Forcing DTS/PTS to be unset for a non-trustworthy PES packet for PID 1202 as PCR hasn't been received yet.
[NULL @ 0x217c930] nal_unit_type: 7(SPS), nal_ref_idc: 3
[NULL @ 0x217c930] nal_unit_type: 8(PPS), nal_ref_idc: 3
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
Input #0, mpegts, from 'test.ts':
  Duration: 00:01:13.99, start: 2428.990567, bitrate: 11870 kb/s
  Program 1200 
    Metadata:
      service_name    : TV2 Danmark
      service_provider: YouSee
    Stream #0:0[0x4b0], 196, 1/90000: Video: h264 (High), 1 reference frame ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, progressive, left), 1280x720 [SAR 1:1 DAR 16:9], 0/1, 50 fps, 50 tbr, 90k tbn, 100 tbc
    Stream #0:1[0x4b1](dan), 132, 1/90000: Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, fltp, 192 kb/s
    Stream #0:2[0x4b2](dan), 174, 1/90000: Subtitle: dvb_teletext ([6][0][0][0] / 0x0006)
    Stream #0:3[0x4b6](dan), 104, 1/90000: Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, 5.1(side), fltp, 448 kb/s
Successfully opened the file.
Parsing a group of options: output url test.mkv.
Applying option to (record or transcode stop time) with argument 00:01:00.
Applying option map (set input stream mapping) with argument 0:0.
Applying option map (set input stream mapping) with argument 0:3.
Applying option c:v (codec name) with argument h264_omx.
Applying option b:v (video bitrate (please use -b:v)) with argument 1500k.
Applying option c:a:0 (codec name) with argument copy.
Successfully parsed a group of options.
Opening an output file: test.mkv.
[file @ 0x21ea430] Setting default whitelist 'file,crypto'
Successfully opened the file.
[h264_mmal @ 0x25d7980] Format yuv420p chosen by get_format().
[h264_mmal @ 0x25d7980] Using MMAL H264 encoding.
Stream mapping:
  Stream #0:0 -> #0:0 (h264 (h264_mmal) -> h264 (h264_omx))
  Stream #0:3 -> #0:1 (copy)
Press [q] to stop, [?] for help
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] nal_unit_type: 7(SPS), nal_ref_idc: 3
[NULL @ 0x217c930] nal_unit_type: 8(PPS), nal_ref_idc: 3
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[mpegts @ 0x2176660] Correcting start time by 82666
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] MMAL error 9 on control port
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[NULL @ 0x217c930] ct_type:0 pic_struct:0
[NULL @ 0x217c930] unknown SEI type 83
[NULL @ 0x217c930] unknown SEI type 93
[h264_mmal @ 0x25d7980] Did not get output frame from MMAL.
Error while decoding stream #0:0: Unknown error occurred
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
frame=    0 fps=0.0 q=0.0 size=       0kB time=-577014:32:22.77 bitrate=  -0.0kbits/s speed=N/A    
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Too many packets buffered for output stream 0:1.
[AVIOContext @ 0x21eafe0] Statistics: 0 seeks, 0 writeouts
[AVIOContext @ 0x2176ff0] Statistics: 12734608 bytes read, 3 seeks
Conversion failed!


More information about the ffmpeg-user mailing list