| 1 | ffmpeg started on 2019-05-22 at 16:09:04
|
|---|
| 2 | Report written to "ffmpeg-20190522-160904.log"
|
|---|
| 3 | Command line:
|
|---|
| 4 | ffmpeg -y -nostats -report -i test.mp4 -filter_complex "[0:v]trim=1.00:duration=5.50,setpts=PTS-STARTPTS,fade=t=in:st=0:d=1.0,fade=t=out:st=1:d=1.0[v0];[0:a]atrim=1.00:duration=5.50,asetpts=PTS-STARTPTS,afade=t=in:st=0:d=1.0,afade=t=out:st=1:d=1.0[a0];[v0]split[ov0][ov01];[a0]asplit[oa0][oa1];[ov01]scale=iw*.5:-1[ov1]" -map "[ov0]" -map "[oa0]" -b:v:0 400k -b:a:0 96k -c:v:0 libx264 -c:a:0 aac -map "[ov1]" -map "[oa1]" -b:v:1 197k -b:a:1 96k -c:v:1 libx264 -c:a:1 aac -var_stream_map "v:0,a:0 v:1,a:1" -hls_time 6 -hls_segment_type fmp4 -f hls -hls_segment_filename "segment_%v.mp4" -hls_flags single_file -master_pl_name av1.m3u8 "variant_%v.m3u8"
|
|---|
| 5 | ffmpeg version 4.1 Copyright (c) 2000-2018 the FFmpeg developers
|
|---|
| 6 | built with Apple LLVM version 10.0.0 (clang-1000.11.45.5)
|
|---|
| 7 | configuration: --prefix=/usr/local/Cellar/ffmpeg/4.1_3 --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-ffplay --enable-gpl --enable-libaom --enable-libmp3lame --enable-libopus --enable-libsnappy --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libxvid --enable-lzma --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libspeex --enable-videotoolbox --disable-libjack --disable-indev=jack
|
|---|
| 8 | libavutil 56. 22.100 / 56. 22.100
|
|---|
| 9 | libavcodec 58. 35.100 / 58. 35.100
|
|---|
| 10 | libavformat 58. 20.100 / 58. 20.100
|
|---|
| 11 | libavdevice 58. 5.100 / 58. 5.100
|
|---|
| 12 | libavfilter 7. 40.101 / 7. 40.101
|
|---|
| 13 | libavresample 4. 0. 0 / 4. 0. 0
|
|---|
| 14 | libswscale 5. 3.100 / 5. 3.100
|
|---|
| 15 | libswresample 3. 3.100 / 3. 3.100
|
|---|
| 16 | libpostproc 55. 3.100 / 55. 3.100
|
|---|
| 17 | Splitting the commandline.
|
|---|
| 18 | Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
|
|---|
| 19 | Reading option '-nostats' ... matched as option 'stats' (print progress report during encoding) with argument 0.
|
|---|
| 20 | Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
|
|---|
| 21 | Reading option '-i' ... matched as input url with argument 'test.mp4'.
|
|---|
| 22 | Reading option '-filter_complex' ... matched as option 'filter_complex' (create a complex filtergraph) with argument '[0:v]trim=1.00:duration=5.50,setpts=PTS-STARTPTS,fade=t=in:st=0:d=1.0,fade=t=out:st=1:d=1.0[v0];[0:a]atrim=1.00:duration=5.50,asetpts=PTS-STARTPTS,afade=t=in:st=0:d=1.0,afade=t=out:st=1:d=1.0[a0];[v0]split[ov0][ov01];[a0]asplit[oa0][oa1];[ov01]scale=iw*.5:-1[ov1]'.
|
|---|
| 23 | Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '[ov0]'.
|
|---|
| 24 | Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '[oa0]'.
|
|---|
| 25 | Reading option '-b:v:0' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '400k'.
|
|---|
| 26 | Reading option '-b:a:0' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '96k'.
|
|---|
| 27 | Reading option '-c:v:0' ... matched as option 'c' (codec name) with argument 'libx264'.
|
|---|
| 28 | Reading option '-c:a:0' ... matched as option 'c' (codec name) with argument 'aac'.
|
|---|
| 29 | Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '[ov1]'.
|
|---|
| 30 | Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '[oa1]'.
|
|---|
| 31 | Reading option '-b:v:1' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '197k'.
|
|---|
| 32 | Reading option '-b:a:1' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '96k'.
|
|---|
| 33 | Reading option '-c:v:1' ... matched as option 'c' (codec name) with argument 'libx264'.
|
|---|
| 34 | Reading option '-c:a:1' ... matched as option 'c' (codec name) with argument 'aac'.
|
|---|
| 35 | Reading option '-var_stream_map' ... matched as AVOption 'var_stream_map' with argument 'v:0,a:0 v:1,a:1'.
|
|---|
| 36 | Reading option '-hls_time' ... matched as AVOption 'hls_time' with argument '6'.
|
|---|
| 37 | Reading option '-hls_segment_type' ... matched as AVOption 'hls_segment_type' with argument 'fmp4'.
|
|---|
| 38 | Reading option '-f' ... matched as option 'f' (force format) with argument 'hls'.
|
|---|
| 39 | Reading option '-hls_segment_filename' ... matched as AVOption 'hls_segment_filename' with argument 'segment_%v.mp4'.
|
|---|
| 40 | Reading option '-hls_flags' ... matched as AVOption 'hls_flags' with argument 'single_file'.
|
|---|
| 41 | Reading option '-master_pl_name' ... matched as AVOption 'master_pl_name' with argument 'av1.m3u8'.
|
|---|
| 42 | Reading option 'variant_%v.m3u8' ... matched as output url.
|
|---|
| 43 | Finished splitting the commandline.
|
|---|
| 44 | Parsing a group of options: global .
|
|---|
| 45 | Applying option y (overwrite output files) with argument 1.
|
|---|
| 46 | Applying option nostats (print progress report during encoding) with argument 0.
|
|---|
| 47 | Applying option report (generate a report) with argument 1.
|
|---|
| 48 | Applying option filter_complex (create a complex filtergraph) with argument [0:v]trim=1.00:duration=5.50,setpts=PTS-STARTPTS,fade=t=in:st=0:d=1.0,fade=t=out:st=1:d=1.0[v0];[0:a]atrim=1.00:duration=5.50,asetpts=PTS-STARTPTS,afade=t=in:st=0:d=1.0,afade=t=out:st=1:d=1.0[a0];[v0]split[ov0][ov01];[a0]asplit[oa0][oa1];[ov01]scale=iw*.5:-1[ov1].
|
|---|
| 49 | Successfully parsed a group of options.
|
|---|
| 50 | Parsing a group of options: input url test.mp4.
|
|---|
| 51 | Successfully parsed a group of options.
|
|---|
| 52 | Opening an input file: test.mp4.
|
|---|
| 53 | [NULL @ 0x7f824a000400] Opening 'test.mp4' for reading
|
|---|
| 54 | [file @ 0x7f8249c03980] Setting default whitelist 'file,crypto'
|
|---|
| 55 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f824a000400] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
|
|---|
| 56 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f824a000400] ISO: File Type Major Brand: mp42
|
|---|
| 57 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f824a000400] Unknown dref type 0x206c7275 size 12
|
|---|
| 58 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f824a000400] Processing st: 0, edit list 0 - media time: 0, duration: 1325095
|
|---|
| 59 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f824a000400] Unknown dref type 0x206c7275 size 12
|
|---|
| 60 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f824a000400] Processing st: 1, edit list 0 - media time: 0, duration: 36057
|
|---|
| 61 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f824a000400] Unknown dref type 0x206c7275 size 12
|
|---|
| 62 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f824a000400] Processing st: 2, edit list 0 - media time: 0, duration: 5408550
|
|---|
| 63 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f824a000400] Unknown dref type 0x206c7275 size 12
|
|---|
| 64 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f824a000400] Processing st: 3, edit list 0 - media time: 0, duration: 1325095
|
|---|
| 65 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f824a000400] Before avformat_find_stream_info() pos: 37114 bytes read:65536 seeks:0 nb_streams:4
|
|---|
| 66 | [h264 @ 0x7f824c00da00] nal_unit_type: 7(SPS), nal_ref_idc: 1
|
|---|
| 67 | [h264 @ 0x7f824c00da00] nal_unit_type: 8(PPS), nal_ref_idc: 1
|
|---|
| 68 | [h264 @ 0x7f824c00da00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 69 | [h264 @ 0x7f824c00da00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 70 | [h264 @ 0x7f824c00da00] nal_unit_type: 5(IDR), nal_ref_idc: 1
|
|---|
| 71 | [h264 @ 0x7f824c00da00] nal_unit_type: 5(IDR), nal_ref_idc: 1
|
|---|
| 72 | [h264 @ 0x7f824c00da00] nal_unit_type: 5(IDR), nal_ref_idc: 1
|
|---|
| 73 | [h264 @ 0x7f824c00da00] nal_unit_type: 5(IDR), nal_ref_idc: 1
|
|---|
| 74 | [h264 @ 0x7f824c00da00] nal_unit_type: 5(IDR), nal_ref_idc: 1
|
|---|
| 75 | [h264 @ 0x7f824c00da00] Format yuv420p chosen by get_format().
|
|---|
| 76 | [h264 @ 0x7f824c00da00] Reinit context to 640x368, pix_fmt: yuv420p
|
|---|
| 77 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f824a000400] All info found
|
|---|
| 78 | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f824a000400] After avformat_find_stream_info() pos: 73594 bytes read:98304 seeks:0 frames:12
|
|---|
| 79 | Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'test.mp4':
|
|---|
| 80 | Metadata:
|
|---|
| 81 | major_brand : mp42
|
|---|
| 82 | minor_version : 1
|
|---|
| 83 | compatible_brands: mp42avc1
|
|---|
| 84 | creation_time : 2010-02-09T01:55:39.000000Z
|
|---|
| 85 | Duration: 00:01:00.10, start: 0.000000, bitrate: 733 kb/s
|
|---|
| 86 | Stream #0:0(eng), 11, 1/22050: Audio: aac (LC) (mp4a / 0x6134706D), 22050 Hz, stereo, fltp, 65 kb/s (default)
|
|---|
| 87 | Metadata:
|
|---|
| 88 | creation_time : 2010-02-09T01:55:39.000000Z
|
|---|
| 89 | handler_name : Apple Sound Media Handler
|
|---|
| 90 | Stream #0:1(eng), 1, 1/600: Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p(tv, smpte170m/smpte170m/bt709), 640x360, 612 kb/s, 23.96 fps, 24 tbr, 600 tbn, 1200 tbc (default)
|
|---|
| 91 | Metadata:
|
|---|
| 92 | creation_time : 2010-02-09T01:55:39.000000Z
|
|---|
| 93 | handler_name : Apple Video Media Handler
|
|---|
| 94 | Stream #0:2(eng), 0, 1/90000: Data: none (rtp / 0x20707472), 45 kb/s
|
|---|
| 95 | Metadata:
|
|---|
| 96 | creation_time : 2010-02-09T01:55:39.000000Z
|
|---|
| 97 | handler_name : hint media handler
|
|---|
| 98 | Stream #0:3(eng), 0, 1/22050: Data: none (rtp / 0x20707472), 5 kb/s
|
|---|
| 99 | Metadata:
|
|---|
| 100 | creation_time : 2010-02-09T01:55:39.000000Z
|
|---|
| 101 | handler_name : hint media handler
|
|---|
| 102 | Successfully opened the file.
|
|---|
| 103 | [Parsed_trim_0 @ 0x7f8249d04540] Setting 'start' to value '1.00'
|
|---|
| 104 | [Parsed_trim_0 @ 0x7f8249d04540] Setting 'duration' to value '5.50'
|
|---|
| 105 | [Parsed_setpts_1 @ 0x7f8249d04800] Setting 'expr' to value 'PTS-STARTPTS'
|
|---|
| 106 | [Parsed_fade_2 @ 0x7f8249d043c0] Setting 't' to value 'in'
|
|---|
| 107 | [Parsed_fade_2 @ 0x7f8249d043c0] Setting 'st' to value '0'
|
|---|
| 108 | [Parsed_fade_2 @ 0x7f8249d043c0] Setting 'd' to value '1.0'
|
|---|
| 109 | [Parsed_fade_2 @ 0x7f8249d043c0] type:in start_time:0.000000 duration:1.000000 alpha:0
|
|---|
| 110 | [Parsed_fade_3 @ 0x7f8249d05380] Setting 't' to value 'out'
|
|---|
| 111 | [Parsed_fade_3 @ 0x7f8249d05380] Setting 'st' to value '1'
|
|---|
| 112 | [Parsed_fade_3 @ 0x7f8249d05380] Setting 'd' to value '1.0'
|
|---|
| 113 | [Parsed_fade_3 @ 0x7f8249d05380] type:out start_time:1.000000 duration:1.000000 alpha:0
|
|---|
| 114 | [Parsed_atrim_4 @ 0x7f8249d05d80] Setting 'start' to value '1.00'
|
|---|
| 115 | [Parsed_atrim_4 @ 0x7f8249d05d80] Setting 'duration' to value '5.50'
|
|---|
| 116 | [Parsed_asetpts_5 @ 0x7f8249d06040] Setting 'expr' to value 'PTS-STARTPTS'
|
|---|
| 117 | [Parsed_afade_6 @ 0x7f8249d06700] Setting 't' to value 'in'
|
|---|
| 118 | [Parsed_afade_6 @ 0x7f8249d06700] Setting 'st' to value '0'
|
|---|
| 119 | [Parsed_afade_6 @ 0x7f8249d06700] Setting 'd' to value '1.0'
|
|---|
| 120 | [Parsed_afade_7 @ 0x7f8249d069c0] Setting 't' to value 'out'
|
|---|
| 121 | [Parsed_afade_7 @ 0x7f8249d069c0] Setting 'st' to value '1'
|
|---|
| 122 | [Parsed_afade_7 @ 0x7f8249d069c0] Setting 'd' to value '1.0'
|
|---|
| 123 | [Parsed_scale_10 @ 0x7f8249d078c0] Setting 'w' to value 'iw*.5'
|
|---|
| 124 | [Parsed_scale_10 @ 0x7f8249d078c0] Setting 'h' to value '-1'
|
|---|
| 125 | [Parsed_scale_10 @ 0x7f8249d078c0] w:iw*.5 h:-1 flags:'bilinear' interl:0
|
|---|
| 126 | Parsing a group of options: output url variant_%v.m3u8.
|
|---|
| 127 | Applying option map (set input stream mapping) with argument [ov0].
|
|---|
| 128 | Applying option map (set input stream mapping) with argument [oa0].
|
|---|
| 129 | Applying option b:v:0 (video bitrate (please use -b:v)) with argument 400k.
|
|---|
| 130 | Applying option b:a:0 (video bitrate (please use -b:v)) with argument 96k.
|
|---|
| 131 | Applying option c:v:0 (codec name) with argument libx264.
|
|---|
| 132 | Applying option c:a:0 (codec name) with argument aac.
|
|---|
| 133 | Applying option map (set input stream mapping) with argument [ov1].
|
|---|
| 134 | Applying option map (set input stream mapping) with argument [oa1].
|
|---|
| 135 | Applying option b:v:1 (video bitrate (please use -b:v)) with argument 197k.
|
|---|
| 136 | Applying option b:a:1 (video bitrate (please use -b:v)) with argument 96k.
|
|---|
| 137 | Applying option c:v:1 (codec name) with argument libx264.
|
|---|
| 138 | Applying option c:a:1 (codec name) with argument aac.
|
|---|
| 139 | Applying option f (force format) with argument hls.
|
|---|
| 140 | Successfully parsed a group of options.
|
|---|
| 141 | Opening an output file: variant_%v.m3u8.
|
|---|
| 142 | Successfully opened the file.
|
|---|
| 143 | detected 8 logical cores
|
|---|
| 144 | [h264 @ 0x7f824c002800] nal_unit_type: 7(SPS), nal_ref_idc: 1
|
|---|
| 145 | [h264 @ 0x7f824c002800] nal_unit_type: 8(PPS), nal_ref_idc: 1
|
|---|
| 146 | Stream mapping:
|
|---|
| 147 | Stream #0:0 (aac) -> atrim
|
|---|
| 148 | Stream #0:1 (h264) -> trim
|
|---|
| 149 | split:output0 -> Stream #0:0 (libx264)
|
|---|
| 150 | asplit:output0 -> Stream #0:1 (aac)
|
|---|
| 151 | scale -> Stream #0:2 (libx264)
|
|---|
| 152 | asplit:output1 -> Stream #0:3 (aac)
|
|---|
| 153 | Press [q] to stop, [?] for help
|
|---|
| 154 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 155 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 156 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 157 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 158 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 159 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 160 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 161 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 162 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 163 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 164 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 165 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 166 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 167 | [h264 @ 0x7f824c002800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 168 | [h264 @ 0x7f824c002800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 169 | [h264 @ 0x7f824c002800] nal_unit_type: 5(IDR), nal_ref_idc: 1
|
|---|
| 170 | [h264 @ 0x7f824c002800] nal_unit_type: 5(IDR), nal_ref_idc: 1
|
|---|
| 171 | [h264 @ 0x7f824c002800] nal_unit_type: 5(IDR), nal_ref_idc: 1
|
|---|
| 172 | [h264 @ 0x7f824c002800] nal_unit_type: 5(IDR), nal_ref_idc: 1
|
|---|
| 173 | [h264 @ 0x7f824c002800] nal_unit_type: 5(IDR), nal_ref_idc: 1
|
|---|
| 174 | [h264 @ 0x7f824c002800] Format yuv420p chosen by get_format().
|
|---|
| 175 | [h264 @ 0x7f824c002800] Reinit context to 640x368, pix_fmt: yuv420p
|
|---|
| 176 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 177 | [h264 @ 0x7f824c02e400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 178 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 179 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 180 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 181 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 182 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 183 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 184 | [h264 @ 0x7f824c044800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 185 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 186 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 187 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 188 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 189 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 190 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 191 | [h264 @ 0x7f824c05ac00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 192 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 193 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 194 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 195 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 196 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 197 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 198 | [h264 @ 0x7f824c071000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 199 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 200 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 201 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 202 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 203 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 204 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 205 | [h264 @ 0x7f824c087400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 206 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 207 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 208 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 209 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 210 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 211 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 212 | [h264 @ 0x7f824c09d800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 213 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 214 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 215 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 216 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 217 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 218 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 219 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 220 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 221 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 222 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 223 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 224 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 225 | [h264 @ 0x7f824c0ca000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 226 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 227 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 228 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 229 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 230 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 231 | [Parsed_trim_0 @ 0x7f8249d0e080] Setting 'start' to value '1.00'
|
|---|
| 232 | [Parsed_trim_0 @ 0x7f8249d0e080] Setting 'duration' to value '5.50'
|
|---|
| 233 | [Parsed_setpts_1 @ 0x7f8249d0ec40] Setting 'expr' to value 'PTS-STARTPTS'
|
|---|
| 234 | [Parsed_fade_2 @ 0x7f8249d0e940] Setting 't' to value 'in'
|
|---|
| 235 | [Parsed_fade_2 @ 0x7f8249d0e940] Setting 'st' to value '0'
|
|---|
| 236 | [Parsed_fade_2 @ 0x7f8249d0e940] Setting 'd' to value '1.0'
|
|---|
| 237 | [Parsed_fade_2 @ 0x7f8249d0e940] type:in start_time:0.000000 duration:1.000000 alpha:0
|
|---|
| 238 | [Parsed_fade_3 @ 0x7f8249d0f700] Setting 't' to value 'out'
|
|---|
| 239 | [Parsed_fade_3 @ 0x7f8249d0f700] Setting 'st' to value '1'
|
|---|
| 240 | [Parsed_fade_3 @ 0x7f8249d0f700] Setting 'd' to value '1.0'
|
|---|
| 241 | [Parsed_fade_3 @ 0x7f8249d0f700] type:out start_time:1.000000 duration:1.000000 alpha:0
|
|---|
| 242 | [Parsed_atrim_4 @ 0x7f8249d0e300] Setting 'start' to value '1.00'
|
|---|
| 243 | [Parsed_atrim_4 @ 0x7f8249d0e300] Setting 'duration' to value '5.50'
|
|---|
| 244 | [Parsed_asetpts_5 @ 0x7f8249d0fd00] Setting 'expr' to value 'PTS-STARTPTS'
|
|---|
| 245 | [Parsed_afade_6 @ 0x7f8249d10280] Setting 't' to value 'in'
|
|---|
| 246 | [Parsed_afade_6 @ 0x7f8249d10280] Setting 'st' to value '0'
|
|---|
| 247 | [Parsed_afade_6 @ 0x7f8249d10280] Setting 'd' to value '1.0'
|
|---|
| 248 | [Parsed_afade_7 @ 0x7f8249d10800] Setting 't' to value 'out'
|
|---|
| 249 | [Parsed_afade_7 @ 0x7f8249d10800] Setting 'st' to value '1'
|
|---|
| 250 | [Parsed_afade_7 @ 0x7f8249d10800] Setting 'd' to value '1.0'
|
|---|
| 251 | [Parsed_scale_10 @ 0x7f8249d113c0] Setting 'w' to value 'iw*.5'
|
|---|
| 252 | [Parsed_scale_10 @ 0x7f8249d113c0] Setting 'h' to value '-1'
|
|---|
| 253 | [Parsed_scale_10 @ 0x7f8249d113c0] w:iw*.5 h:-1 flags:'bilinear' interl:0
|
|---|
| 254 | [graph 0 input from stream 0:1 @ 0x7f8249d11a00] Setting 'video_size' to value '640x360'
|
|---|
| 255 | [graph 0 input from stream 0:1 @ 0x7f8249d11a00] Setting 'pix_fmt' to value '0'
|
|---|
| 256 | [graph 0 input from stream 0:1 @ 0x7f8249d11a00] Setting 'time_base' to value '1/600'
|
|---|
| 257 | [graph 0 input from stream 0:1 @ 0x7f8249d11a00] Setting 'pixel_aspect' to value '0/1'
|
|---|
| 258 | [graph 0 input from stream 0:1 @ 0x7f8249d11a00] Setting 'sws_param' to value 'flags=2'
|
|---|
| 259 | [graph 0 input from stream 0:1 @ 0x7f8249d11a00] Setting 'frame_rate' to value '24/1'
|
|---|
| 260 | [graph 0 input from stream 0:1 @ 0x7f8249d11a00] w:640 h:360 pixfmt:yuv420p tb:1/600 fr:24/1 sar:0/1 sws_param:flags=2
|
|---|
| 261 | [graph_0_in_0_0 @ 0x7f8249d11c40] Setting 'time_base' to value '1/22050'
|
|---|
| 262 | [graph_0_in_0_0 @ 0x7f8249d11c40] Setting 'sample_rate' to value '22050'
|
|---|
| 263 | [graph_0_in_0_0 @ 0x7f8249d11c40] Setting 'sample_fmt' to value 'fltp'
|
|---|
| 264 | [graph_0_in_0_0 @ 0x7f8249d11c40] Setting 'channel_layout' to value '0x3'
|
|---|
| 265 | [graph_0_in_0_0 @ 0x7f8249d11c40] tb:1/22050 samplefmt:fltp samplerate:22050 chlayout:0x3
|
|---|
| 266 | [format @ 0x7f8249d121c0] Setting 'pix_fmts' to value 'yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|nv12|nv16|nv21|yuv420p10le|yuv422p10le|yuv444p10le|nv20le'
|
|---|
| 267 | [format_out_0_3 @ 0x7f8249d12ac0] Setting 'sample_fmts' to value 'fltp'
|
|---|
| 268 | [format_out_0_3 @ 0x7f8249d12ac0] Setting 'sample_rates' to value '96000|88200|64000|48000|44100|32000|24000|22050|16000|12000|11025|8000|7350'
|
|---|
| 269 | [format_out_0_1 @ 0x7f8249d13500] Setting 'sample_fmts' to value 'fltp'
|
|---|
| 270 | [format_out_0_1 @ 0x7f8249d13500] Setting 'sample_rates' to value '96000|88200|64000|48000|44100|32000|24000|22050|16000|12000|11025|8000|7350'
|
|---|
| 271 | [format @ 0x7f8249d13dc0] Setting 'pix_fmts' to value 'yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|nv12|nv16|nv21|yuv420p10le|yuv422p10le|yuv444p10le|nv20le'
|
|---|
| 272 | [AVFilterGraph @ 0x7f8249d0e640] query_formats: 21 queried, 37 merged, 0 already done, 0 delayed
|
|---|
| 273 | [Parsed_trim_0 @ 0x7f8249d0e080] TB:0.001667 FRAME_RATE:24.000000 SAMPLE_RATE:nan
|
|---|
| 274 | [Parsed_scale_10 @ 0x7f8249d113c0] w:640 h:360 fmt:yuv420p sar:0/1 -> w:320 h:180 fmt:yuv420p sar:0/1 flags:0x2
|
|---|
| 275 | [Parsed_atrim_4 @ 0x7f8249d0e300] TB:0.000045 FRAME_RATE:nan SAMPLE_RATE:22050.000000
|
|---|
| 276 | [libx264 @ 0x7f824c813e00] using mv_range_thread = 24
|
|---|
| 277 | [libx264 @ 0x7f824c813e00] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
|
|---|
| 278 | [libx264 @ 0x7f824c813e00] profile High, level 3.0
|
|---|
| 279 | [libx264 @ 0x7f824c813e00] 264 - core 155 r2917 0a84d98 - H.264/MPEG-4 AVC codec - Copyleft 2003-2018 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=11 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=24 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=abr mbtree=1 bitrate=400 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
|
|---|
| 280 | [libx264 @ 0x7f824c816800] using mv_range_thread = 24
|
|---|
| 281 | [libx264 @ 0x7f824c816800] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
|
|---|
| 282 | [libx264 @ 0x7f824c816800] profile High, level 1.2
|
|---|
| 283 | [libx264 @ 0x7f824c816800] 264 - core 155 r2917 0a84d98 - H.264/MPEG-4 AVC codec - Copyleft 2003-2018 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=24 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=abr mbtree=1 bitrate=197 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
|
|---|
| 284 | [hls @ 0x7f824c812200] Number of variant streams 2
|
|---|
| 285 | [hls @ 0x7f824c812200] Opening 'segment_0.mp4' for writing
|
|---|
| 286 | [file @ 0x7f824b212600] Setting default whitelist 'file,crypto'
|
|---|
| 287 | [hls @ 0x7f824c812200] Opening 'segment_1.mp4' for writing
|
|---|
| 288 | [file @ 0x7f824b101780] Setting default whitelist 'file,crypto'
|
|---|
| 289 | Output #0, hls, to 'variant_%v.m3u8':
|
|---|
| 290 | Metadata:
|
|---|
| 291 | major_brand : mp42
|
|---|
| 292 | minor_version : 1
|
|---|
| 293 | compatible_brands: mp42avc1
|
|---|
| 294 | encoder : Lavf58.20.100
|
|---|
| 295 | Stream #0:0, 0, 1/12288: Video: h264 (libx264), yuv420p, 640x360, q=-1--1, 400 kb/s, 24 fps, 12288 tbn, 24 tbc
|
|---|
| 296 | Metadata:
|
|---|
| 297 | encoder : Lavc58.35.100 libx264
|
|---|
| 298 | Side data:
|
|---|
| 299 | cpb: bitrate max/min/avg: 0/0/400000 buffer size: 0 vbv_delay: -1
|
|---|
| 300 | Stream #0:1, 0, 1/22050: Audio: aac (LC), 22050 Hz, stereo, fltp, 96 kb/s
|
|---|
| 301 | Metadata:
|
|---|
| 302 | encoder : Lavc58.35.100 aac
|
|---|
| 303 | Stream #0:2, 0, 1/12288: Video: h264 (libx264), yuv420p, 320x180, q=-1--1, 197 kb/s, 24 fps, 12288 tbn, 24 tbc
|
|---|
| 304 | Metadata:
|
|---|
| 305 | encoder : Lavc58.35.100 libx264
|
|---|
| 306 | Side data:
|
|---|
| 307 | cpb: bitrate max/min/avg: 0/0/197000 buffer size: 0 vbv_delay: -1
|
|---|
| 308 | Stream #0:3, 0, 1/22050: Audio: aac (LC), 22050 Hz, stereo, fltp, 96 kb/s
|
|---|
| 309 | Metadata:
|
|---|
| 310 | encoder : Lavc58.35.100 aac
|
|---|
| 311 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 312 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 313 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 314 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 315 | [h264 @ 0x7f824c002800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 316 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 317 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 318 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 319 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 320 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 321 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 322 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 323 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 324 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 325 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 326 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 327 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 328 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 329 | [h264 @ 0x7f824c02e400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 330 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 331 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 332 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 333 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 334 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 335 | [h264 @ 0x7f824c044800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 336 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 337 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 338 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 339 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 340 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 341 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 342 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 343 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 344 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 345 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 346 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 347 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 348 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 349 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 350 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 351 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 352 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 353 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 354 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 355 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 356 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 357 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 358 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 359 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 360 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 361 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 362 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 363 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 364 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 365 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 366 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 367 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 368 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 369 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 370 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 371 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 372 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 373 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 374 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 375 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 376 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 377 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 378 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 379 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 380 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 381 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 382 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 383 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 384 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 385 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 386 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 387 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 388 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 389 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 390 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 391 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 392 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 393 | [h264 @ 0x7f824c05ac00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 394 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 395 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 396 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 397 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 398 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 399 | [h264 @ 0x7f824c071000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 400 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 401 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 402 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 403 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 404 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 405 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 406 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 407 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 408 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 409 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 410 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 411 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 412 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 413 | [h264 @ 0x7f824c087400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 414 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 415 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 416 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 417 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 418 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 419 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 420 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 421 | [h264 @ 0x7f824c09d800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 422 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 423 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 424 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 425 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 426 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 427 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 428 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 429 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 430 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 431 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 432 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 433 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 434 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 435 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 436 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 437 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 438 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 439 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 440 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 441 | [h264 @ 0x7f824c0ca000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 442 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 443 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 444 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 445 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 446 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 447 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 448 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 449 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 450 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 451 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 452 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 453 | [h264 @ 0x7f824c002800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 454 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 455 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 456 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 457 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 458 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 459 | [h264 @ 0x7f824c02e400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 460 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 461 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 462 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 463 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 464 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 465 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 466 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 467 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 468 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 469 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 470 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 471 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 472 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 473 | [h264 @ 0x7f824c044800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 474 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 475 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 476 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 477 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 478 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 479 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 480 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 481 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 482 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 483 | [h264 @ 0x7f824c05ac00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 484 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 485 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 486 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 487 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 488 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 489 | [h264 @ 0x7f824c071000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 490 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 491 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 492 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 493 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 494 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 495 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 496 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 497 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 498 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 499 | [h264 @ 0x7f824c087400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 500 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 501 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 502 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 503 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 504 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 505 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 506 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 507 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 508 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 509 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 510 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 511 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 512 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 513 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 514 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 515 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 516 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 517 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 518 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 519 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 520 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 521 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 522 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 523 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 524 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 525 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 526 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 527 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 528 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 529 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 530 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 531 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 532 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 533 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 534 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 535 | [h264 @ 0x7f824c09d800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 536 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 537 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 538 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 539 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 540 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 541 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 542 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 543 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 544 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 545 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 546 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 547 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 548 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 549 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 550 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 551 | [h264 @ 0x7f824c0ca000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 552 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 553 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 554 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 555 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 556 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 557 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 558 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 559 | [h264 @ 0x7f824c002800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 560 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 561 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 562 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 563 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 564 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 565 | [h264 @ 0x7f824c02e400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 566 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 567 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 568 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 569 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 570 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 571 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 572 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 573 | [h264 @ 0x7f824c044800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 574 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 575 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 576 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 577 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 578 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 579 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 580 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 581 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 582 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 583 | [h264 @ 0x7f824c05ac00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 584 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 585 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 586 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 587 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 588 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 589 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 590 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 591 | [h264 @ 0x7f824c071000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 592 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 593 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 594 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 595 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 596 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 597 | [h264 @ 0x7f824c087400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 598 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 599 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 600 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 601 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 602 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 603 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 604 | Clipping frame in rate conversion by 0.000008
|
|---|
| 605 | Clipping frame in rate conversion by 0.000008
|
|---|
| 606 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 607 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 608 | [h264 @ 0x7f824c09d800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 609 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 610 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 611 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 612 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 613 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 614 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 615 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 616 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 617 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 618 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 619 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 620 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 621 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 622 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 623 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 624 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 625 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 626 | [h264 @ 0x7f824c0ca000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 627 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 628 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 629 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 630 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 631 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 632 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 633 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 634 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 635 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 636 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 637 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 638 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 639 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 640 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 641 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 642 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 643 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 644 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 645 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 646 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 647 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 648 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 649 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 650 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 651 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 652 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 653 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 654 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 655 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 656 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 657 | [h264 @ 0x7f824c002800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 658 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 659 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 660 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 661 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 662 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 663 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 664 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 665 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 666 | [h264 @ 0x7f824c02e400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 667 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 668 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 669 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 670 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 671 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 672 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 673 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 674 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 675 | [h264 @ 0x7f824c044800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 676 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 677 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 678 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 679 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 680 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 681 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 682 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 683 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 684 | [h264 @ 0x7f824c05ac00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 685 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 686 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 687 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 688 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 689 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 690 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 691 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 692 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 693 | [h264 @ 0x7f824c071000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 694 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 695 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 696 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 697 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 698 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 699 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 700 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 701 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 702 | [h264 @ 0x7f824c087400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 703 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 704 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 705 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 706 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 707 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 708 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 709 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 710 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 711 | [h264 @ 0x7f824c09d800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 712 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 713 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 714 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 715 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 716 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 717 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 718 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 719 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 720 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 721 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 722 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 723 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 724 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 725 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 726 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 727 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 728 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 729 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 730 | [h264 @ 0x7f824c0ca000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 731 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 732 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 733 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 734 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 735 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 736 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 737 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 738 | [h264 @ 0x7f824c002800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 739 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 740 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 741 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 742 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 743 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 744 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 745 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 746 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 747 | [h264 @ 0x7f824c02e400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 748 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 749 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 750 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 751 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 752 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 753 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 754 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 755 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 756 | [h264 @ 0x7f824c044800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 757 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 758 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 759 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 760 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 761 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 762 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 763 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 764 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 765 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 766 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 767 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 768 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 769 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 770 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 771 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 772 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 773 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 774 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 775 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 776 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 777 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 778 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 779 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 780 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 781 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 782 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 783 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 784 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 785 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 786 | [h264 @ 0x7f824c05ac00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 787 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 788 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 789 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 790 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 791 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 792 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 793 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 794 | [h264 @ 0x7f824c071000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 795 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 796 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 797 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 798 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 799 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 800 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 801 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 802 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 803 | [h264 @ 0x7f824c087400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 804 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 805 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 806 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 807 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 808 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 809 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 810 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 811 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 812 | [h264 @ 0x7f824c09d800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 813 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 814 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 815 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 816 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 817 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 818 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 819 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 820 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 821 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 822 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 823 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 824 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 825 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 826 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 827 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 828 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 829 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 830 | nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 831 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 832 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 833 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 834 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 835 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 836 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 837 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 838 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 839 | [h264 @ 0x7f824c002800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 840 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 841 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 842 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 843 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 844 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 845 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 846 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 847 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 848 | [h264 @ 0x7f824c02e400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 849 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 850 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 851 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 852 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 853 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 854 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 855 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 856 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 857 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 858 | nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 859 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 860 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 861 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 862 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 863 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 864 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 865 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 866 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 867 | nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 868 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 869 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 870 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 871 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 872 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 873 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 874 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 875 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 876 | [h264 @ 0x7f824c071000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 877 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 878 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 879 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 880 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 881 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 882 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 883 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 884 | [h264 @ 0x7f824c087400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 885 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 886 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 887 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 888 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 889 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 890 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 891 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 892 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 893 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 894 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 895 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 896 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 897 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 898 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 899 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 900 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 901 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 902 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 903 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 904 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 905 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 906 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 907 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 908 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 909 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 910 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 911 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 912 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 913 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 914 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 915 | [h264 @ 0x7f824c09d800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 916 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 917 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 918 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 919 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 920 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 921 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 922 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 923 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 924 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 925 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 926 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 927 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 928 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 929 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 930 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 931 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 932 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 933 | [h264 @ 0x7f824c0ca000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 934 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 935 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 936 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 937 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 938 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 939 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 940 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 941 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 942 | [h264 @ 0x7f824c002800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 943 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 944 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 945 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 946 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 947 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 948 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 949 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 950 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 951 | [h264 @ 0x7f824c02e400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 952 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 953 | [h264 @ 0x7f824c02e400] nal_unit_type: 5(IDR), nal_ref_idc: 1
|
|---|
| 954 | [h264 @ 0x7f824c02e400] nal_unit_type: 5(IDR), nal_ref_idc: 1
|
|---|
| 955 | [h264 @ 0x7f824c02e400] nal_unit_type: 5(IDR), nal_ref_idc: 1
|
|---|
| 956 | [h264 @ 0x7f824c02e400] nal_unit_type: 5(IDR), nal_ref_idc: 1
|
|---|
| 957 | [h264 @ 0x7f824c02e400] nal_unit_type: 5(IDR), nal_ref_idc: 1
|
|---|
| 958 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 959 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 960 | [h264 @ 0x7f824c044800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 961 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 962 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 963 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 964 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 965 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 966 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 967 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 968 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 969 | [h264 @ 0x7f824c05ac00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 970 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 971 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 972 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 973 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 974 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 975 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 976 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 977 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 978 | [h264 @ 0x7f824c071000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 979 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 980 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 981 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 982 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 983 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 984 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 985 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 986 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 987 | [h264 @ 0x7f824c087400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 988 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 989 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 990 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 991 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 992 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 993 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 994 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 995 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 996 | [h264 @ 0x7f824c09d800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 997 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 998 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 999 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1000 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1001 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1002 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1003 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1004 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1005 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1006 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1007 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1008 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1009 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1010 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1011 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1012 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1013 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1014 | [h264 @ 0x7f824c0ca000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1015 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1016 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1017 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1018 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1019 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1020 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1021 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1022 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1023 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1024 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1025 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1026 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1027 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1028 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1029 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1030 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1031 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1032 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1033 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1034 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1035 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1036 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1037 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1038 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1039 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1040 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1041 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1042 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1043 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1044 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1045 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1046 | [h264 @ 0x7f824c002800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1047 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1048 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1049 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1050 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1051 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1052 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1053 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1054 | [h264 @ 0x7f824c02e400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1055 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1056 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1057 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1058 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1059 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1060 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1061 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1062 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1063 | [h264 @ 0x7f824c044800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1064 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1065 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1066 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1067 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1068 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1069 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1070 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1071 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1072 | [h264 @ 0x7f824c05ac00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1073 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1074 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1075 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1076 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1077 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1078 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1079 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1080 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1081 | [h264 @ 0x7f824c071000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1082 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1083 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1084 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1085 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1086 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1087 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1088 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1089 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1090 | [h264 @ 0x7f824c087400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1091 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1092 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1093 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1094 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1095 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1096 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1097 | [libx264 @ 0x7f824c816800] scene cut at 2 Icost:3042 Pcost:3042 ratio:0.0000 bias:0.0250 gop:2 (imb:180 pmb:0)
|
|---|
| 1098 | [libx264 @ 0x7f824c816800] scene cut at 4 Icost:3813 Pcost:3787 ratio:0.0068 bias:0.0250 gop:4 (imb:176 pmb:4)
|
|---|
| 1099 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1100 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1101 | [h264 @ 0x7f824c09d800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1102 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1103 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1104 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1105 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1106 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1107 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1108 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1109 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1110 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1111 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1112 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1113 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1114 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1115 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1116 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1117 | [libx264 @ 0x7f824c813e00] scene cut at 3 Icost:10780 Pcost:10705 ratio:0.0070 bias:0.0250 gop:3 (imb:792 pmb:6)
|
|---|
| 1118 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1119 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1120 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1121 | nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1122 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1123 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1124 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1125 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1126 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1127 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1128 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1129 | [h264 @ 0x7f824c002800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1130 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1131 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1132 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1133 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1134 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1135 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1136 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1137 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1138 | [h264 @ 0x7f824c02e400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1139 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1140 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1141 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1142 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1143 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1144 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1145 | [libx264 @ 0x7f824c816800] frame= 0 QP=21.00 NAL=3 Slice:I Poc:0 I:240 P:0 SKIP:0 size=55 bytes
|
|---|
| 1146 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1147 | [h264 @ 0x7f824c044800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1148 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1149 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1150 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1151 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1152 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1153 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1154 | [libx264 @ 0x7f824c816800] frame= 1 QP=20.00 NAL=2 Slice:P Poc:2 I:157 P:0 SKIP:83 size=87 bytes
|
|---|
| 1155 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1156 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1157 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1158 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1159 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1160 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1161 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1162 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1163 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1164 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1165 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1166 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1167 | [h264 @ 0x7f824c05ac00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1168 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1169 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1170 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1171 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1172 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1173 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1174 | [libx264 @ 0x7f824c816800] frame= 2 QP=19.96 NAL=2 Slice:I Poc:4 I:240 P:0 SKIP:0 size=148 bytes
|
|---|
| 1175 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1176 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1177 | [h264 @ 0x7f824c071000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1178 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1179 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1180 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1181 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1182 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1183 | [libx264 @ 0x7f824c816800] frame= 3 QP=20.11 NAL=2 Slice:P Poc:6 I:107 P:6 SKIP:127 size=97 bytes
|
|---|
| 1184 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1185 | [h264 @ 0x7f824c087400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1186 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1187 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1188 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1189 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1190 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1191 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1192 | [libx264 @ 0x7f824c816800] frame= 4 QP=23.58 NAL=2 Slice:I Poc:8 I:240 P:0 SKIP:0 size=252 bytes
|
|---|
| 1193 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 1194 | [h264 @ 0x7f824c09d800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1195 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1196 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1197 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1198 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1199 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1200 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1201 | [libx264 @ 0x7f824c813e00] frame= 0 QP=20.00 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=89 bytes
|
|---|
| 1202 | [libx264 @ 0x7f824c816800] frame= 5 QP=23.24 NAL=2 Slice:P Poc:14 I:74 P:11 SKIP:155 size=180 bytes
|
|---|
| 1203 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1204 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1205 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1206 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1207 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1208 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1209 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1210 | [libx264 @ 0x7f824c813e00] frame= 1 QP=19.61 NAL=2 Slice:P Poc:2 I:674 P:0 SKIP:246 size=155 bytes
|
|---|
| 1211 | [libx264 @ 0x7f824c816800] frame= 6 QP=20.00 NAL=2 Slice:B Poc:10 I:41 P:5 SKIP:194 size=91 bytes
|
|---|
| 1212 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1213 | [h264 @ 0x7f824c0ca000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1214 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1215 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1216 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1217 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1218 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1219 | [libx264 @ 0x7f824c813e00] frame= 2 QP=19.22 NAL=2 Slice:P Poc:4 I:232 P:10 SKIP:678 size=179 bytes
|
|---|
| 1220 | [libx264 @ 0x7f824c816800] frame= 7 QP=20.60 NAL=0 Slice:B Poc:12 I:41 P:11 SKIP:188 size=134 bytes
|
|---|
| 1221 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1222 | [h264 @ 0x7f824c002800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1223 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1224 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1225 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1226 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1227 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1228 | [libx264 @ 0x7f824c813e00] frame= 3 QP=17.95 NAL=2 Slice:I Poc:6 I:920 P:0 SKIP:0 size=354 bytes
|
|---|
| 1229 | [libx264 @ 0x7f824c816800] frame= 8 QP=17.70 NAL=2 Slice:P Poc:20 I:190 P:33 SKIP:17 size=858 bytes
|
|---|
| 1230 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1231 | [h264 @ 0x7f824c02e400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1232 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1233 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1234 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1235 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1236 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1237 | [libx264 @ 0x7f824c813e00] frame= 4 QP=21.12 NAL=2 Slice:P Poc:8 I:204 P:97 SKIP:619 size=330 bytes
|
|---|
| 1238 | [libx264 @ 0x7f824c816800] frame= 9 QP=19.03 NAL=2 Slice:B Poc:16 I:29 P:16 SKIP:195 size=121 bytes
|
|---|
| 1239 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1240 | [h264 @ 0x7f824c044800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1241 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1242 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1243 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1244 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1245 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1246 | [libx264 @ 0x7f824c813e00] frame= 5 QP=21.66 NAL=2 Slice:P Poc:12 I:471 P:69 SKIP:380 size=550 bytes
|
|---|
| 1247 | [libx264 @ 0x7f824c816800] frame= 10 QP=17.29 NAL=0 Slice:B Poc:18 I:72 P:20 SKIP:148 size=239 bytes
|
|---|
| 1248 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1249 | [h264 @ 0x7f824c05ac00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1250 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1251 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1252 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1253 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1254 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1255 | [libx264 @ 0x7f824c813e00] frame= 6 QP=20.59 NAL=0 Slice:B Poc:10 I:177 P:36 SKIP:707 size=306 bytes
|
|---|
| 1256 | [libx264 @ 0x7f824c816800] frame= 11 QP=12.83 NAL=2 Slice:P Poc:28 I:207 P:32 SKIP:1 size=1841 bytes
|
|---|
| 1257 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1258 | [h264 @ 0x7f824c071000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1259 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1260 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1261 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1262 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1263 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1264 | [libx264 @ 0x7f824c813e00] frame= 7 QP=22.86 NAL=2 Slice:P Poc:18 I:643 P:72 SKIP:205 size=830 bytes
|
|---|
| 1265 | [libx264 @ 0x7f824c816800] frame= 12 QP=14.93 NAL=2 Slice:B Poc:24 I:174 P:55 SKIP:11 size=843 bytes
|
|---|
| 1266 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1267 | [h264 @ 0x7f824c087400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1268 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1269 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1270 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1271 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1272 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1273 | [libx264 @ 0x7f824c813e00] frame= 8 QP=19.86 NAL=2 Slice:B Poc:14 I:129 P:120 SKIP:671 size=375 bytes
|
|---|
| 1274 | [libx264 @ 0x7f824c816800] frame= 13 QP=16.11 NAL=0 Slice:B Poc:22 I:66 P:39 SKIP:134 size=338 bytes
|
|---|
| 1275 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1276 | [h264 @ 0x7f824c09d800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1277 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1278 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1279 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1280 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1281 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1282 | [libx264 @ 0x7f824c813e00] frame= 9 QP=20.31 NAL=0 Slice:B Poc:16 I:162 P:81 SKIP:677 size=404 bytes
|
|---|
| 1283 | [libx264 @ 0x7f824c816800] frame= 14 QP=14.54 NAL=0 Slice:B Poc:26 I:66 P:106 SKIP:68 size=566 bytes
|
|---|
| 1284 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1285 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1286 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1287 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1288 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1289 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1290 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1291 | [libx264 @ 0x7f824c813e00] frame= 10 QP=22.21 NAL=2 Slice:P Poc:24 I:509 P:119 SKIP:292 size=992 bytes
|
|---|
| 1292 | [libx264 @ 0x7f824c816800] frame= 15 QP=11.48 NAL=2 Slice:P Poc:36 I:195 P:45 SKIP:0 size=2802 bytes
|
|---|
| 1293 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1294 | [h264 @ 0x7f824c0ca000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1295 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1296 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1297 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1298 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1299 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1300 | [libx264 @ 0x7f824c813e00] frame= 11 QP=19.54 NAL=2 Slice:B Poc:20 I:144 P:81 SKIP:695 size=403 bytes
|
|---|
| 1301 | [libx264 @ 0x7f824c816800] frame= 16 QP=13.01 NAL=2 Slice:B Poc:32 I:154 P:83 SKIP:3 size=1566 bytes
|
|---|
| 1302 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1303 | [h264 @ 0x7f824c002800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1304 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1305 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1306 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1307 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1308 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1309 | [libx264 @ 0x7f824c813e00] frame= 12 QP=21.14 NAL=0 Slice:B Poc:22 I:113 P:60 SKIP:746 size=366 bytes
|
|---|
| 1310 | [libx264 @ 0x7f824c816800] frame= 17 QP=13.68 NAL=0 Slice:B Poc:30 I:106 P:117 SKIP:16 size=1159 bytes
|
|---|
| 1311 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1312 | [h264 @ 0x7f824c02e400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1313 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1314 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1315 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1316 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1317 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1318 | [libx264 @ 0x7f824c813e00] frame= 13 QP=15.67 NAL=2 Slice:P Poc:26 I:651 P:185 SKIP:84 size=2260 bytes
|
|---|
| 1319 | [libx264 @ 0x7f824c816800] frame= 18 QP=13.27 NAL=0 Slice:B Poc:34 I:94 P:135 SKIP:11 size=1275 bytes
|
|---|
| 1320 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1321 | [h264 @ 0x7f824c044800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1322 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1323 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1324 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1325 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1326 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1327 | [libx264 @ 0x7f824c813e00] frame= 14 QP=11.57 NAL=2 Slice:P Poc:28 I:552 P:215 SKIP:153 size=3249 bytes
|
|---|
| 1328 | [libx264 @ 0x7f824c816800] frame= 19 QP=12.96 NAL=2 Slice:P Poc:44 I:185 P:51 SKIP:4 size=3216 bytes
|
|---|
| 1329 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1330 | [h264 @ 0x7f824c05ac00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1331 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1332 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1333 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1334 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1335 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1336 | [libx264 @ 0x7f824c813e00] frame= 15 QP=10.44 NAL=2 Slice:P Poc:30 I:656 P:201 SKIP:63 size=4709 bytes
|
|---|
| 1337 | [libx264 @ 0x7f824c816800] frame= 20 QP=12.72 NAL=2 Slice:B Poc:40 I:162 P:78 SKIP:0 size=2212 bytes
|
|---|
| 1338 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1339 | [h264 @ 0x7f824c071000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1340 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1341 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1342 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1343 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1344 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1345 | [libx264 @ 0x7f824c813e00] frame= 16 QP=10.80 NAL=2 Slice:P Poc:36 I:759 P:135 SKIP:26 size=6140 bytes
|
|---|
| 1346 | [libx264 @ 0x7f824c816800] frame= 21 QP=13.49 NAL=0 Slice:B Poc:38 I:67 P:155 SKIP:17 size=1326 bytes
|
|---|
| 1347 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1348 | [h264 @ 0x7f824c087400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1349 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1350 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1351 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1352 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1353 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1354 | [libx264 @ 0x7f824c813e00] frame= 17 QP=10.27 NAL=2 Slice:B Poc:32 I:504 P:325 SKIP:77 size=3676 bytes
|
|---|
| 1355 | [libx264 @ 0x7f824c816800] frame= 22 QP=13.67 NAL=0 Slice:B Poc:42 I:76 P:156 SKIP:8 size=1483 bytes
|
|---|
| 1356 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1357 | [h264 @ 0x7f824c09d800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1358 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1359 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1360 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1361 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1362 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1363 | [libx264 @ 0x7f824c813e00] frame= 18 QP=11.47 NAL=0 Slice:B Poc:34 I:454 P:380 SKIP:71 size=3780 bytes
|
|---|
| 1364 | [libx264 @ 0x7f824c816800] frame= 23 QP=14.42 NAL=2 Slice:P Poc:48 I:143 P:97 SKIP:0 size=2717 bytes
|
|---|
| 1365 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1366 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1367 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1368 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1369 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1370 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1371 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1372 | [libx264 @ 0x7f824c813e00] frame= 19 QP=11.01 NAL=2 Slice:P Poc:42 I:774 P:139 SKIP:7 size=7998 bytes
|
|---|
| 1373 | [libx264 @ 0x7f824c816800] frame= 24 QP=15.06 NAL=0 Slice:B Poc:46 I:75 P:142 SKIP:17 size=1464 bytes
|
|---|
| 1374 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1375 | [h264 @ 0x7f824c0ca000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1376 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1377 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1378 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1379 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1380 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1381 | [libx264 @ 0x7f824c813e00] frame= 20 QP=11.52 NAL=2 Slice:B Poc:38 I:384 P:437 SKIP:84 size=4640 bytes
|
|---|
| 1382 | [libx264 @ 0x7f824c816800] frame= 25 QP=14.77 NAL=2 Slice:P Poc:52 I:132 P:107 SKIP:1 size=2457 bytes
|
|---|
| 1383 | [h264 @ 0x7f824c002800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1384 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1385 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1386 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1387 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1388 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1389 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1390 | [libx264 @ 0x7f824c813e00] frame= 21 QP=12.17 NAL=0 Slice:B Poc:40 I:496 P:363 SKIP:36 size=4552 bytes
|
|---|
| 1391 | [libx264 @ 0x7f824c816800] frame= 26 QP=16.15 NAL=0 Slice:B Poc:50 I:36 P:141 SKIP:45 size=1035 bytes
|
|---|
| 1392 | [h264 @ 0x7f824c02e400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1393 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1394 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1395 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1396 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1397 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1398 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1399 | [libx264 @ 0x7f824c813e00] frame= 22 QP=12.72 NAL=2 Slice:P Poc:48 I:729 P:182 SKIP:9 size=8122 bytes
|
|---|
| 1400 | [libx264 @ 0x7f824c816800] frame= 27 QP=15.04 NAL=2 Slice:P Poc:60 I:88 P:146 SKIP:6 size=2540 bytes
|
|---|
| 1401 | [h264 @ 0x7f824c044800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1402 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1403 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1404 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1405 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1406 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1407 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1408 | [libx264 @ 0x7f824c813e00] frame= 23 QP=12.00 NAL=2 Slice:B Poc:44 I:359 P:448 SKIP:88 size=4983 bytes
|
|---|
| 1409 | [libx264 @ 0x7f824c816800] frame= 28 QP=15.04 NAL=2 Slice:B Poc:56 I:33 P:151 SKIP:54 size=1247 bytes
|
|---|
| 1410 | [h264 @ 0x7f824c05ac00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1411 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1412 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1413 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1414 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1415 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1416 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1417 | [libx264 @ 0x7f824c813e00] frame= 24 QP=13.23 NAL=0 Slice:B Poc:46 I:410 P:421 SKIP:73 size=4595 bytes
|
|---|
| 1418 | [libx264 @ 0x7f824c816800] frame= 29 QP=16.15 NAL=0 Slice:B Poc:54 I:20 P:109 SKIP:110 size=688 bytes
|
|---|
| 1419 | [h264 @ 0x7f824c071000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1420 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1421 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1422 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1423 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1424 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1425 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1426 | [libx264 @ 0x7f824c813e00] frame= 25 QP=13.79 NAL=2 Slice:P Poc:52 I:628 P:282 SKIP:10 size=6180 bytes
|
|---|
| 1427 | [libx264 @ 0x7f824c816800] frame= 30 QP=14.63 NAL=0 Slice:B Poc:58 I:7 P:59 SKIP:173 size=295 bytes
|
|---|
| 1428 | [h264 @ 0x7f824c087400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1429 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1430 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1431 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1432 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1433 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1434 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1435 | [libx264 @ 0x7f824c813e00] frame= 26 QP=14.12 NAL=0 Slice:B Poc:50 I:197 P:613 SKIP:73 size=3843 bytes
|
|---|
| 1436 | [libx264 @ 0x7f824c816800] frame= 31 QP=15.89 NAL=2 Slice:P Poc:68 I:44 P:166 SKIP:30 size=1075 bytes
|
|---|
| 1437 | [h264 @ 0x7f824c09d800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1438 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1439 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1440 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1441 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1442 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1443 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1444 | [libx264 @ 0x7f824c813e00] frame= 27 QP=15.37 NAL=2 Slice:P Poc:54 I:421 P:457 SKIP:42 size=6837 bytes
|
|---|
| 1445 | [libx264 @ 0x7f824c816800] frame= 32 QP=15.10 NAL=2 Slice:B Poc:64 I:34 P:71 SKIP:129 size=897 bytes
|
|---|
| 1446 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1447 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1448 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1449 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1450 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1451 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1452 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1453 | [libx264 @ 0x7f824c813e00] frame= 28 QP=15.64 NAL=2 Slice:P Poc:56 I:381 P:528 SKIP:11 size=6367 bytes
|
|---|
| 1454 | [libx264 @ 0x7f824c816800] frame= 33 QP=16.56 NAL=0 Slice:B Poc:62 I:14 P:86 SKIP:139 size=415 bytes
|
|---|
| 1455 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1456 | [h264 @ 0x7f824c0ca000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1457 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1458 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1459 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1460 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1461 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1462 | [libx264 @ 0x7f824c813e00] frame= 29 QP=15.81 NAL=2 Slice:P Poc:58 I:168 P:464 SKIP:288 size=2549 bytes
|
|---|
| 1463 | [libx264 @ 0x7f824c816800] frame= 34 QP=15.78 NAL=0 Slice:B Poc:66 I:9 P:75 SKIP:156 size=313 bytes
|
|---|
| 1464 | [h264 @ 0x7f824c002800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1465 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1466 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1467 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1468 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1469 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1470 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1471 | [libx264 @ 0x7f824c813e00] frame= 30 QP=16.17 NAL=2 Slice:P Poc:62 I:206 P:481 SKIP:233 size=2883 bytes
|
|---|
| 1472 | [libx264 @ 0x7f824c816800] frame= 35 QP=15.56 NAL=2 Slice:P Poc:74 I:74 P:127 SKIP:39 size=922 bytes
|
|---|
| 1473 | [h264 @ 0x7f824c02e400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1474 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1475 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1476 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1477 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1478 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1479 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1480 | [libx264 @ 0x7f824c813e00] frame= 31 QP=17.11 NAL=0 Slice:B Poc:60 I:34 P:315 SKIP:564 size=992 bytes
|
|---|
| 1481 | [libx264 @ 0x7f824c816800] frame= 36 QP=15.08 NAL=2 Slice:B Poc:70 I:12 P:68 SKIP:159 size=383 bytes
|
|---|
| 1482 | [h264 @ 0x7f824c044800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1483 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1484 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1485 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1486 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1487 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1488 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1489 | [libx264 @ 0x7f824c813e00] frame= 32 QP=17.60 NAL=2 Slice:P Poc:68 I:168 P:467 SKIP:285 size=3578 bytes
|
|---|
| 1490 | [libx264 @ 0x7f824c816800] frame= 37 QP=16.80 NAL=0 Slice:B Poc:72 I:4 P:122 SKIP:114 size=360 bytes
|
|---|
| 1491 | [h264 @ 0x7f824c05ac00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1492 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1493 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1494 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1495 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1496 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1497 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1498 | [libx264 @ 0x7f824c813e00] frame= 33 QP=16.47 NAL=2 Slice:B Poc:64 I:111 P:216 SKIP:573 size=1494 bytes
|
|---|
| 1499 | [libx264 @ 0x7f824c816800] frame= 38 QP=14.47 NAL=2 Slice:P Poc:82 I:106 P:101 SKIP:33 size=914 bytes
|
|---|
| 1500 | [h264 @ 0x7f824c071000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1501 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1502 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1503 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1504 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1505 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1506 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1507 | [libx264 @ 0x7f824c813e00] frame= 34 QP=17.07 NAL=0 Slice:B Poc:66 I:61 P:310 SKIP:542 size=1031 bytes
|
|---|
| 1508 | [libx264 @ 0x7f824c816800] frame= 39 QP=15.30 NAL=2 Slice:B Poc:78 I:17 P:103 SKIP:119 size=967 bytes
|
|---|
| 1509 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1510 | [h264 @ 0x7f824c087400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1511 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1512 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1513 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1514 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1515 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1516 | [libx264 @ 0x7f824c813e00] frame= 35 QP=17.74 NAL=2 Slice:P Poc:74 I:373 P:339 SKIP:208 size=2287 bytes
|
|---|
| 1517 | [libx264 @ 0x7f824c816800] frame= 40 QP=16.24 NAL=0 Slice:B Poc:76 I:18 P:71 SKIP:151 size=320 bytes
|
|---|
| 1518 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1519 | [h264 @ 0x7f824c09d800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1520 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1521 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1522 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1523 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1524 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1525 | [libx264 @ 0x7f824c813e00] frame= 36 QP=16.30 NAL=2 Slice:B Poc:70 I:60 P:239 SKIP:609 size=1038 bytes
|
|---|
| 1526 | [libx264 @ 0x7f824c816800] frame= 41 QP=15.19 NAL=0 Slice:B Poc:80 I:36 P:66 SKIP:138 size=425 bytes
|
|---|
| 1527 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1528 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1529 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1530 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1531 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1532 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1533 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1534 | [libx264 @ 0x7f824c813e00] frame= 37 QP=17.84 NAL=0 Slice:B Poc:72 I:18 P:555 SKIP:340 size=1188 bytes
|
|---|
| 1535 | [libx264 @ 0x7f824c816800] frame= 42 QP=11.16 NAL=2 Slice:P Poc:90 I:113 P:87 SKIP:40 size=775 bytes
|
|---|
| 1536 | [h264 @ 0x7f824c0ca000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1537 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1538 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1539 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1540 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1541 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1542 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1543 | [libx264 @ 0x7f824c813e00] frame= 38 QP=18.07 NAL=2 Slice:P Poc:80 I:427 P:240 SKIP:253 size=1830 bytes
|
|---|
| 1544 | [libx264 @ 0x7f824c816800] frame= 43 QP=12.85 NAL=2 Slice:B Poc:86 I:62 P:89 SKIP:89 size=969 bytes
|
|---|
| 1545 | [h264 @ 0x7f824c002800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1546 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1547 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1548 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1549 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1550 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1551 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1552 | [libx264 @ 0x7f824c813e00] frame= 39 QP=17.08 NAL=2 Slice:B Poc:76 I:31 P:155 SKIP:730 size=716 bytes
|
|---|
| 1553 | [libx264 @ 0x7f824c816800] frame= 44 QP=14.13 NAL=0 Slice:B Poc:84 I:19 P:102 SKIP:118 size=379 bytes
|
|---|
| 1554 | [h264 @ 0x7f824c02e400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1555 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1556 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1557 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1558 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1559 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1560 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1561 | [libx264 @ 0x7f824c813e00] frame= 40 QP=17.89 NAL=0 Slice:B Poc:78 I:61 P:248 SKIP:600 size=798 bytes
|
|---|
| 1562 | [libx264 @ 0x7f824c816800] frame= 45 QP=13.78 NAL=0 Slice:B Poc:88 I:31 P:74 SKIP:135 size=348 bytes
|
|---|
| 1563 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1564 | [h264 @ 0x7f824c044800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1565 | [h264 @ 0x7f824c044800] nal_unit_type: 5(IDR), nal_ref_idc: 1
|
|---|
| 1566 | [h264 @ 0x7f824c044800] nal_unit_type: 5(IDR), nal_ref_idc: 1
|
|---|
| 1567 | [h264 @ 0x7f824c044800] nal_unit_type: 5(IDR), nal_ref_idc: 1
|
|---|
| 1568 | [h264 @ 0x7f824c044800] nal_unit_type: 5(IDR), nal_ref_idc: 1
|
|---|
| 1569 | [h264 @ 0x7f824c044800] nal_unit_type: 5(IDR), nal_ref_idc: 1
|
|---|
| 1570 | [libx264 @ 0x7f824c813e00] frame= 41 QP=15.84 NAL=2 Slice:P Poc:88 I:400 P:202 SKIP:318 size=1244 bytes
|
|---|
| 1571 | [libx264 @ 0x7f824c816800] frame= 46 QP=3.00 NAL=2 Slice:P Poc:96 I:0 P:0 SKIP:240 size=32 bytes
|
|---|
| 1572 | [h264 @ 0x7f824c05ac00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1573 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1574 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1575 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1576 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1577 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1578 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1579 | [libx264 @ 0x7f824c813e00] frame= 42 QP=16.53 NAL=2 Slice:B Poc:84 I:120 P:328 SKIP:471 size=1822 bytes
|
|---|
| 1580 | [libx264 @ 0x7f824c816800] frame= 47 QP=12.57 NAL=2 Slice:B Poc:92 I:66 P:68 SKIP:106 size=472 bytes
|
|---|
| 1581 | [h264 @ 0x7f824c071000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1582 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1583 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1584 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1585 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1586 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1587 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1588 | [libx264 @ 0x7f824c813e00] frame= 43 QP=18.04 NAL=0 Slice:B Poc:82 I:144 P:119 SKIP:650 size=683 bytes
|
|---|
| 1589 | [libx264 @ 0x7f824c816800] frame= 48 QP=12.98 NAL=0 Slice:B Poc:94 I:68 P:32 SKIP:140 size=284 bytes
|
|---|
| 1590 | [h264 @ 0x7f824c087400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1591 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1592 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1593 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1594 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1595 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1596 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1597 | [libx264 @ 0x7f824c813e00] frame= 44 QP=16.22 NAL=0 Slice:B Poc:86 I:117 P:97 SKIP:705 size=525 bytes
|
|---|
| 1598 | [libx264 @ 0x7f824c816800] frame= 49 QP=3.00 NAL=2 Slice:P Poc:104 I:0 P:0 SKIP:240 size=23 bytes
|
|---|
| 1599 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1600 | [h264 @ 0x7f824c09d800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1601 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1602 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1603 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1604 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1605 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1606 | [libx264 @ 0x7f824c813e00] frame= 45 QP=9.00 NAL=2 Slice:P Poc:96 I:0 P:0 SKIP:920 size=37 bytes
|
|---|
| 1607 | [libx264 @ 0x7f824c816800] frame= 50 QP=6.00 NAL=2 Slice:B Poc:100 I:0 P:0 SKIP:240 size=16 bytes
|
|---|
| 1608 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1609 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1610 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1611 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1612 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1613 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1614 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1615 | [libx264 @ 0x7f824c813e00] frame= 46 QP=15.39 NAL=2 Slice:B Poc:92 I:188 P:177 SKIP:555 size=732 bytes
|
|---|
| 1616 | [libx264 @ 0x7f824c816800] frame= 51 QP=7.00 NAL=0 Slice:B Poc:98 I:0 P:0 SKIP:240 size=14 bytes
|
|---|
| 1617 | [h264 @ 0x7f824c0ca000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1618 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1619 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1620 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1621 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1622 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1623 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1624 | [libx264 @ 0x7f824c813e00] frame= 47 QP=16.13 NAL=0 Slice:B Poc:90 I:116 P:319 SKIP:484 size=644 bytes
|
|---|
| 1625 | [libx264 @ 0x7f824c816800] frame= 52 QP=7.00 NAL=0 Slice:B Poc:102 I:0 P:0 SKIP:240 size=14 bytes
|
|---|
| 1626 | [h264 @ 0x7f824c002800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1627 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1628 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1629 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1630 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1631 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1632 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1633 | [libx264 @ 0x7f824c813e00] frame= 48 QP=15.59 NAL=0 Slice:B Poc:94 I:179 P:103 SKIP:638 size=368 bytes
|
|---|
| 1634 | [libx264 @ 0x7f824c816800] frame= 53 QP=2.00 NAL=2 Slice:P Poc:112 I:0 P:0 SKIP:240 size=23 bytes
|
|---|
| 1635 | [h264 @ 0x7f824c02e400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1636 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1637 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1638 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1639 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1640 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1641 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1642 | [libx264 @ 0x7f824c813e00] frame= 49 QP=8.00 NAL=2 Slice:P Poc:104 I:0 P:0 SKIP:920 size=28 bytes
|
|---|
| 1643 | [libx264 @ 0x7f824c816800] frame= 54 QP=5.00 NAL=2 Slice:B Poc:108 I:0 P:0 SKIP:240 size=16 bytes
|
|---|
| 1644 | [h264 @ 0x7f824c044800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1645 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1646 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1647 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1648 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1649 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1650 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1651 | [libx264 @ 0x7f824c813e00] frame= 50 QP=12.00 NAL=2 Slice:B Poc:100 I:0 P:0 SKIP:920 size=20 bytes
|
|---|
| 1652 | [libx264 @ 0x7f824c816800] frame= 55 QP=7.00 NAL=0 Slice:B Poc:106 I:0 P:0 SKIP:240 size=14 bytes
|
|---|
| 1653 | [h264 @ 0x7f824c05ac00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1654 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1655 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1656 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1657 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1658 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1659 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1660 | [libx264 @ 0x7f824c813e00] frame= 51 QP=13.00 NAL=0 Slice:B Poc:98 I:0 P:0 SKIP:920 size=18 bytes
|
|---|
| 1661 | [libx264 @ 0x7f824c816800] frame= 56 QP=6.00 NAL=0 Slice:B Poc:110 I:0 P:0 SKIP:240 size=14 bytes
|
|---|
| 1662 | [h264 @ 0x7f824c071000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1663 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1664 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1665 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1666 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1667 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1668 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1669 | [libx264 @ 0x7f824c813e00] frame= 52 QP=13.00 NAL=0 Slice:B Poc:102 I:0 P:0 SKIP:920 size=18 bytes
|
|---|
| 1670 | [libx264 @ 0x7f824c816800] frame= 57 QP=1.00 NAL=2 Slice:P Poc:120 I:0 P:0 SKIP:240 size=23 bytes
|
|---|
| 1671 | [h264 @ 0x7f824c087400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1672 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1673 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1674 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1675 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1676 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1677 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1678 | [libx264 @ 0x7f824c813e00] frame= 53 QP=8.00 NAL=2 Slice:P Poc:112 I:0 P:0 SKIP:920 size=28 bytes
|
|---|
| 1679 | [libx264 @ 0x7f824c816800] frame= 58 QP=4.00 NAL=2 Slice:B Poc:116 I:0 P:0 SKIP:240 size=16 bytes
|
|---|
| 1680 | [h264 @ 0x7f824c09d800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1681 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1682 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1683 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1684 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1685 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1686 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1687 | [libx264 @ 0x7f824c813e00] frame= 54 QP=11.00 NAL=2 Slice:B Poc:108 I:0 P:0 SKIP:920 size=21 bytes
|
|---|
| 1688 | [libx264 @ 0x7f824c816800] frame= 59 QP=6.00 NAL=0 Slice:B Poc:114 I:0 P:0 SKIP:240 size=14 bytes
|
|---|
| 1689 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1690 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1691 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1692 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1693 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1694 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1695 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1696 | [libx264 @ 0x7f824c813e00] frame= 55 QP=13.00 NAL=0 Slice:B Poc:106 I:0 P:0 SKIP:920 size=18 bytes
|
|---|
| 1697 | [libx264 @ 0x7f824c816800] frame= 60 QP=5.00 NAL=0 Slice:B Poc:118 I:0 P:0 SKIP:240 size=14 bytes
|
|---|
| 1698 | [h264 @ 0x7f824c0ca000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1699 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1700 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1701 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1702 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1703 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1704 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1705 | [libx264 @ 0x7f824c813e00] frame= 56 QP=12.00 NAL=0 Slice:B Poc:110 I:0 P:0 SKIP:920 size=18 bytes
|
|---|
| 1706 | [libx264 @ 0x7f824c816800] frame= 61 QP=0.00 NAL=2 Slice:P Poc:128 I:0 P:0 SKIP:240 size=23 bytes
|
|---|
| 1707 | [h264 @ 0x7f824c002800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1708 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1709 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1710 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1711 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1712 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1713 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1714 | [libx264 @ 0x7f824c813e00] frame= 57 QP=7.00 NAL=2 Slice:P Poc:120 I:0 P:0 SKIP:920 size=28 bytes
|
|---|
| 1715 | [libx264 @ 0x7f824c816800] frame= 62 QP=3.00 NAL=2 Slice:B Poc:124 I:0 P:0 SKIP:240 size=16 bytes
|
|---|
| 1716 | [h264 @ 0x7f824c02e400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1717 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1718 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1719 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1720 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1721 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1722 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1723 | [libx264 @ 0x7f824c813e00] frame= 58 QP=10.00 NAL=2 Slice:B Poc:116 I:0 P:0 SKIP:920 size=21 bytes
|
|---|
| 1724 | [libx264 @ 0x7f824c816800] frame= 63 QP=5.00 NAL=0 Slice:B Poc:122 I:0 P:0 SKIP:240 size=14 bytes
|
|---|
| 1725 | [h264 @ 0x7f824c044800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1726 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1727 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1728 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1729 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1730 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1731 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1732 | [libx264 @ 0x7f824c813e00] frame= 59 QP=12.00 NAL=0 Slice:B Poc:114 I:0 P:0 SKIP:920 size=18 bytes
|
|---|
| 1733 | [libx264 @ 0x7f824c816800] frame= 64 QP=4.00 NAL=0 Slice:B Poc:126 I:0 P:0 SKIP:240 size=14 bytes
|
|---|
| 1734 | [h264 @ 0x7f824c05ac00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1735 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1736 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1737 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1738 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1739 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1740 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1741 | [libx264 @ 0x7f824c813e00] frame= 60 QP=11.00 NAL=0 Slice:B Poc:118 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1742 | [libx264 @ 0x7f824c816800] frame= 65 QP=0.00 NAL=2 Slice:P Poc:136 I:0 P:0 SKIP:240 size=23 bytes
|
|---|
| 1743 | [h264 @ 0x7f824c071000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1744 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1745 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1746 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1747 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1748 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1749 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1750 | [libx264 @ 0x7f824c813e00] frame= 61 QP=6.00 NAL=2 Slice:P Poc:128 I:0 P:0 SKIP:920 size=27 bytes
|
|---|
| 1751 | [libx264 @ 0x7f824c816800] frame= 66 QP=2.00 NAL=2 Slice:B Poc:132 I:0 P:0 SKIP:240 size=16 bytes
|
|---|
| 1752 | [h264 @ 0x7f824c087400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1753 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1754 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1755 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1756 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1757 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1758 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1759 | [libx264 @ 0x7f824c813e00] frame= 62 QP=9.00 NAL=2 Slice:B Poc:124 I:0 P:0 SKIP:920 size=21 bytes
|
|---|
| 1760 | [libx264 @ 0x7f824c816800] frame= 67 QP=4.00 NAL=0 Slice:B Poc:130 I:0 P:0 SKIP:240 size=14 bytes
|
|---|
| 1761 | [h264 @ 0x7f824c09d800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1762 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1763 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1764 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1765 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1766 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1767 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1768 | [libx264 @ 0x7f824c813e00] frame= 63 QP=11.00 NAL=0 Slice:B Poc:122 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1769 | [libx264 @ 0x7f824c816800] frame= 68 QP=3.00 NAL=0 Slice:B Poc:134 I:0 P:0 SKIP:240 size=14 bytes
|
|---|
| 1770 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1771 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1772 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1773 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1774 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1775 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1776 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1777 | [libx264 @ 0x7f824c813e00] frame= 64 QP=10.00 NAL=0 Slice:B Poc:126 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1778 | [libx264 @ 0x7f824c816800] frame= 69 QP=0.00 NAL=2 Slice:P Poc:144 I:0 P:0 SKIP:240 size=23 bytes
|
|---|
| 1779 | [h264 @ 0x7f824c0ca000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1780 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1781 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1782 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1783 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1784 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1785 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1786 | [libx264 @ 0x7f824c813e00] frame= 65 QP=4.00 NAL=2 Slice:P Poc:136 I:0 P:0 SKIP:920 size=27 bytes
|
|---|
| 1787 | [libx264 @ 0x7f824c816800] frame= 70 QP=1.00 NAL=2 Slice:B Poc:140 I:0 P:0 SKIP:240 size=17 bytes
|
|---|
| 1788 | [h264 @ 0x7f824c002800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1789 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1790 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1791 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1792 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1793 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1794 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1795 | [libx264 @ 0x7f824c813e00] frame= 66 QP=8.00 NAL=2 Slice:B Poc:132 I:0 P:0 SKIP:920 size=21 bytes
|
|---|
| 1796 | [libx264 @ 0x7f824c816800] frame= 71 QP=3.00 NAL=0 Slice:B Poc:138 I:0 P:0 SKIP:240 size=14 bytes
|
|---|
| 1797 | [h264 @ 0x7f824c02e400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1798 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1799 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1800 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1801 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1802 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1803 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1804 | [libx264 @ 0x7f824c813e00] frame= 67 QP=10.00 NAL=0 Slice:B Poc:130 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1805 | [libx264 @ 0x7f824c816800] frame= 72 QP=2.00 NAL=0 Slice:B Poc:142 I:0 P:0 SKIP:240 size=14 bytes
|
|---|
| 1806 | [h264 @ 0x7f824c044800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1807 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1808 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1809 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1810 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1811 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1812 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1813 | [libx264 @ 0x7f824c813e00] frame= 68 QP=9.00 NAL=0 Slice:B Poc:134 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1814 | [libx264 @ 0x7f824c816800] frame= 73 QP=0.00 NAL=2 Slice:P Poc:152 I:0 P:0 SKIP:240 size=23 bytes
|
|---|
| 1815 | [h264 @ 0x7f824c05ac00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1816 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1817 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1818 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1819 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1820 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1821 | [h264 @ 0x7f824c05ac00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1822 | [libx264 @ 0x7f824c813e00] frame= 69 QP=3.00 NAL=2 Slice:P Poc:144 I:0 P:0 SKIP:920 size=27 bytes
|
|---|
| 1823 | [libx264 @ 0x7f824c816800] frame= 74 QP=0.00 NAL=2 Slice:B Poc:148 I:0 P:0 SKIP:240 size=17 bytes
|
|---|
| 1824 | [h264 @ 0x7f824c071000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1825 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1826 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1827 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1828 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1829 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1830 | [h264 @ 0x7f824c071000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1831 | [libx264 @ 0x7f824c813e00] frame= 70 QP=7.00 NAL=2 Slice:B Poc:140 I:0 P:0 SKIP:920 size=21 bytes
|
|---|
| 1832 | [libx264 @ 0x7f824c816800] frame= 75 QP=2.00 NAL=0 Slice:B Poc:146 I:0 P:0 SKIP:240 size=14 bytes
|
|---|
| 1833 | [h264 @ 0x7f824c087400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1834 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1835 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1836 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1837 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1838 | [h264 @ 0x7f824c087400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1839 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1840 | [libx264 @ 0x7f824c813e00] frame= 71 QP=9.00 NAL=0 Slice:B Poc:138 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1841 | [libx264 @ 0x7f824c816800] frame= 76 QP=1.00 NAL=0 Slice:B Poc:150 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1842 | [h264 @ 0x7f824c09d800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1843 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1844 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1845 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1846 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1847 | [h264 @ 0x7f824c09d800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1848 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1849 | [libx264 @ 0x7f824c813e00] frame= 72 QP=8.00 NAL=0 Slice:B Poc:142 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1850 | [libx264 @ 0x7f824c816800] frame= 77 QP=0.00 NAL=2 Slice:P Poc:160 I:0 P:0 SKIP:240 size=23 bytes
|
|---|
| 1851 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1852 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1853 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1854 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1855 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1856 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1857 | [h264 @ 0x7f824c0b3c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1858 | [libx264 @ 0x7f824c813e00] frame= 73 QP=2.00 NAL=2 Slice:P Poc:152 I:0 P:0 SKIP:920 size=28 bytes
|
|---|
| 1859 | [libx264 @ 0x7f824c816800] frame= 78 QP=0.00 NAL=2 Slice:B Poc:156 I:0 P:0 SKIP:240 size=17 bytes
|
|---|
| 1860 | [h264 @ 0x7f824c0ca000] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1861 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1862 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1863 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1864 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1865 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1866 | [h264 @ 0x7f824c0ca000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1867 | [libx264 @ 0x7f824c813e00] frame= 74 QP=6.00 NAL=2 Slice:B Poc:148 I:0 P:0 SKIP:920 size=21 bytes
|
|---|
| 1868 | [libx264 @ 0x7f824c816800] frame= 79 QP=1.00 NAL=0 Slice:B Poc:154 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1869 | [h264 @ 0x7f824c002800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1870 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1871 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1872 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1873 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1874 | [h264 @ 0x7f824c002800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1875 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1876 | [libx264 @ 0x7f824c813e00] frame= 75 QP=8.00 NAL=0 Slice:B Poc:146 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1877 | [libx264 @ 0x7f824c816800] frame= 80 QP=0.00 NAL=0 Slice:B Poc:158 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1878 | [h264 @ 0x7f824c02e400] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1879 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1880 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1881 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1882 | [Parsed_fade_2 @ 0x7f8249d0e940] Copying data in avfilter.
|
|---|
| 1883 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1884 | [h264 @ 0x7f824c02e400] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1885 | [libx264 @ 0x7f824c813e00] frame= 76 QP=7.00 NAL=0 Slice:B Poc:150 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1886 | [libx264 @ 0x7f824c816800] frame= 81 QP=0.00 NAL=2 Slice:P Poc:168 I:0 P:0 SKIP:240 size=23 bytes
|
|---|
| 1887 | [out_0_0 @ 0x7f8249d13c40] EOF on sink link out_0_0:default.
|
|---|
| 1888 | [out_0_2 @ 0x7f8249d0e6c0] EOF on sink link out_0_2:default.
|
|---|
| 1889 | [h264 @ 0x7f824c044800] nal_unit_type: 6(SEI), nal_ref_idc: 0
|
|---|
| 1890 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1891 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1892 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1893 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1894 | [h264 @ 0x7f824c044800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
|
|---|
| 1895 | [out_0_1 @ 0x7f8249d13280] EOF on sink link out_0_1:default.
|
|---|
| 1896 | [out_0_3 @ 0x7f8249d12340] EOF on sink link out_0_3:default.
|
|---|
| 1897 | No more output streams to write to, finishing.
|
|---|
| 1898 | [libx264 @ 0x7f824c813e00] frame= 77 QP=1.00 NAL=2 Slice:P Poc:160 I:0 P:0 SKIP:920 size=28 bytes
|
|---|
| 1899 | [libx264 @ 0x7f824c813e00] frame= 78 QP=5.00 NAL=2 Slice:B Poc:156 I:0 P:0 SKIP:920 size=21 bytes
|
|---|
| 1900 | [libx264 @ 0x7f824c813e00] frame= 79 QP=7.00 NAL=0 Slice:B Poc:154 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1901 | [libx264 @ 0x7f824c813e00] frame= 80 QP=6.00 NAL=0 Slice:B Poc:158 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1902 | [libx264 @ 0x7f824c813e00] frame= 81 QP=1.00 NAL=2 Slice:P Poc:168 I:0 P:0 SKIP:920 size=28 bytes
|
|---|
| 1903 | [libx264 @ 0x7f824c813e00] frame= 82 QP=4.00 NAL=2 Slice:B Poc:164 I:0 P:0 SKIP:920 size=21 bytes
|
|---|
| 1904 | [libx264 @ 0x7f824c813e00] frame= 83 QP=6.00 NAL=0 Slice:B Poc:162 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1905 | [libx264 @ 0x7f824c813e00] frame= 84 QP=5.00 NAL=0 Slice:B Poc:166 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1906 | [libx264 @ 0x7f824c813e00] frame= 85 QP=0.00 NAL=2 Slice:P Poc:176 I:0 P:0 SKIP:920 size=28 bytes
|
|---|
| 1907 | [libx264 @ 0x7f824c813e00] frame= 86 QP=3.00 NAL=2 Slice:B Poc:172 I:0 P:0 SKIP:920 size=21 bytes
|
|---|
| 1908 | [libx264 @ 0x7f824c813e00] frame= 87 QP=5.00 NAL=0 Slice:B Poc:170 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1909 | [libx264 @ 0x7f824c813e00] frame= 88 QP=4.00 NAL=0 Slice:B Poc:174 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1910 | [libx264 @ 0x7f824c813e00] frame= 89 QP=0.00 NAL=2 Slice:P Poc:184 I:0 P:0 SKIP:920 size=28 bytes
|
|---|
| 1911 | [libx264 @ 0x7f824c813e00] frame= 90 QP=2.00 NAL=2 Slice:B Poc:180 I:0 P:0 SKIP:920 size=21 bytes
|
|---|
| 1912 | [libx264 @ 0x7f824c813e00] frame= 91 QP=4.00 NAL=0 Slice:B Poc:178 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1913 | [libx264 @ 0x7f824c813e00] frame= 92 QP=3.00 NAL=0 Slice:B Poc:182 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1914 | [libx264 @ 0x7f824c813e00] frame= 93 QP=0.00 NAL=2 Slice:P Poc:192 I:0 P:0 SKIP:920 size=28 bytes
|
|---|
| 1915 | [libx264 @ 0x7f824c813e00] frame= 94 QP=2.00 NAL=2 Slice:B Poc:188 I:0 P:0 SKIP:920 size=21 bytes
|
|---|
| 1916 | [libx264 @ 0x7f824c813e00] frame= 95 QP=3.00 NAL=0 Slice:B Poc:186 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1917 | [libx264 @ 0x7f824c813e00] frame= 96 QP=3.00 NAL=0 Slice:B Poc:190 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1918 | [libx264 @ 0x7f824c813e00] frame= 97 QP=0.00 NAL=2 Slice:P Poc:200 I:0 P:0 SKIP:920 size=28 bytes
|
|---|
| 1919 | [libx264 @ 0x7f824c813e00] frame= 98 QP=1.00 NAL=2 Slice:B Poc:196 I:0 P:0 SKIP:920 size=21 bytes
|
|---|
| 1920 | [libx264 @ 0x7f824c813e00] frame= 99 QP=2.00 NAL=0 Slice:B Poc:194 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1921 | [libx264 @ 0x7f824c813e00] frame= 100 QP=2.00 NAL=0 Slice:B Poc:198 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1922 | [libx264 @ 0x7f824c813e00] frame= 101 QP=0.00 NAL=2 Slice:P Poc:208 I:0 P:0 SKIP:920 size=28 bytes
|
|---|
| 1923 | [libx264 @ 0x7f824c813e00] frame= 102 QP=0.00 NAL=2 Slice:B Poc:204 I:0 P:0 SKIP:920 size=22 bytes
|
|---|
| 1924 | [libx264 @ 0x7f824c813e00] frame= 103 QP=1.00 NAL=0 Slice:B Poc:202 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1925 | [libx264 @ 0x7f824c813e00] frame= 104 QP=1.00 NAL=0 Slice:B Poc:206 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1926 | [libx264 @ 0x7f824c813e00] frame= 105 QP=0.00 NAL=2 Slice:P Poc:216 I:0 P:0 SKIP:920 size=28 bytes
|
|---|
| 1927 | [libx264 @ 0x7f824c813e00] frame= 106 QP=0.00 NAL=2 Slice:B Poc:212 I:0 P:0 SKIP:920 size=22 bytes
|
|---|
| 1928 | [libx264 @ 0x7f824c813e00] frame= 107 QP=1.00 NAL=0 Slice:B Poc:210 I:0 P:0 SKIP:920 size=19 bytes
|
|---|
| 1929 | [libx264 @ 0x7f824c813e00] frame= 108 QP=0.00 NAL=0 Slice:B Poc:214 I:0 P:0 SKIP:920 size=20 bytes
|
|---|
| 1930 | [libx264 @ 0x7f824c813e00] frame= 109 QP=0.00 NAL=2 Slice:P Poc:224 I:0 P:0 SKIP:920 size=28 bytes
|
|---|
| 1931 | [libx264 @ 0x7f824c813e00] frame= 110 QP=0.00 NAL=2 Slice:B Poc:220 I:0 P:0 SKIP:920 size=22 bytes
|
|---|
| 1932 | [libx264 @ 0x7f824c813e00] frame= 111 QP=0.00 NAL=0 Slice:B Poc:218 I:0 P:0 SKIP:920 size=20 bytes
|
|---|
| 1933 | [libx264 @ 0x7f824c813e00] frame= 112 QP=0.00 NAL=0 Slice:B Poc:222 I:0 P:0 SKIP:920 size=20 bytes
|
|---|
| 1934 | [libx264 @ 0x7f824c813e00] frame= 113 QP=0.00 NAL=2 Slice:P Poc:232 I:0 P:0 SKIP:920 size=28 bytes
|
|---|
| 1935 | [libx264 @ 0x7f824c813e00] frame= 114 QP=0.00 NAL=2 Slice:B Poc:228 I:0 P:0 SKIP:920 size=22 bytes
|
|---|
| 1936 | [libx264 @ 0x7f824c813e00] frame= 115 QP=0.00 NAL=0 Slice:B Poc:226 I:0 P:0 SKIP:920 size=20 bytes
|
|---|
| 1937 | [libx264 @ 0x7f824c813e00] frame= 116 QP=0.00 NAL=0 Slice:B Poc:230 I:0 P:0 SKIP:920 size=20 bytes
|
|---|
| 1938 | [libx264 @ 0x7f824c813e00] frame= 117 QP=0.00 NAL=2 Slice:P Poc:240 I:0 P:0 SKIP:920 size=28 bytes
|
|---|
| 1939 | [libx264 @ 0x7f824c813e00] frame= 118 QP=0.00 NAL=2 Slice:B Poc:236 I:0 P:0 SKIP:920 size=22 bytes
|
|---|
| 1940 | [libx264 @ 0x7f824c813e00] frame= 119 QP=0.00 NAL=0 Slice:B Poc:234 I:0 P:0 SKIP:920 size=20 bytes
|
|---|
| 1941 | [libx264 @ 0x7f824c813e00] frame= 120 QP=0.00 NAL=0 Slice:B Poc:238 I:0 P:0 SKIP:920 size=20 bytes
|
|---|
| 1942 | [libx264 @ 0x7f824c813e00] frame= 121 QP=0.00 NAL=2 Slice:P Poc:248 I:0 P:0 SKIP:920 size=28 bytes
|
|---|
| 1943 | [libx264 @ 0x7f824c813e00] frame= 122 QP=0.00 NAL=2 Slice:B Poc:244 I:0 P:0 SKIP:920 size=22 bytes
|
|---|
| 1944 | [libx264 @ 0x7f824c813e00] frame= 123 QP=0.00 NAL=0 Slice:B Poc:242 I:0 P:0 SKIP:920 size=20 bytes
|
|---|
| 1945 | [libx264 @ 0x7f824c813e00] frame= 124 QP=0.00 NAL=0 Slice:B Poc:246 I:0 P:0 SKIP:920 size=20 bytes
|
|---|
| 1946 | [libx264 @ 0x7f824c813e00] frame= 125 QP=0.00 NAL=2 Slice:P Poc:256 I:0 P:0 SKIP:920 size=28 bytes
|
|---|
| 1947 | [libx264 @ 0x7f824c813e00] frame= 126 QP=0.00 NAL=2 Slice:B Poc:252 I:0 P:0 SKIP:920 size=22 bytes
|
|---|
| 1948 | [libx264 @ 0x7f824c813e00] frame= 127 QP=0.00 NAL=0 Slice:B Poc:250 I:0 P:0 SKIP:920 size=20 bytes
|
|---|
| 1949 | [libx264 @ 0x7f824c813e00] frame= 128 QP=0.00 NAL=0 Slice:B Poc:254 I:0 P:0 SKIP:920 size=20 bytes
|
|---|
| 1950 | [libx264 @ 0x7f824c813e00] frame= 129 QP=0.00 NAL=2 Slice:P Poc:262 I:0 P:0 SKIP:920 size=28 bytes
|
|---|
| 1951 | [libx264 @ 0x7f824c813e00] frame= 130 QP=0.00 NAL=2 Slice:B Poc:258 I:0 P:0 SKIP:920 size=22 bytes
|
|---|
| 1952 | [libx264 @ 0x7f824c813e00] frame= 131 QP=0.00 NAL=0 Slice:B Poc:260 I:0 P:0 SKIP:920 size=20 bytes
|
|---|
| 1953 | [aac @ 0x7f824c815600] Trying to remove 581 more samples than there are in the queue
|
|---|
| 1954 | [libx264 @ 0x7f824c816800] frame= 82 QP=0.00 NAL=2 Slice:B Poc:164 I:0 P:0 SKIP:240 size=17 bytes
|
|---|
| 1955 | [libx264 @ 0x7f824c816800] frame= 83 QP=0.00 NAL=0 Slice:B Poc:162 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1956 | [libx264 @ 0x7f824c816800] frame= 84 QP=0.00 NAL=0 Slice:B Poc:166 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1957 | [libx264 @ 0x7f824c816800] frame= 85 QP=0.00 NAL=2 Slice:P Poc:176 I:0 P:0 SKIP:240 size=23 bytes
|
|---|
| 1958 | [libx264 @ 0x7f824c816800] frame= 86 QP=0.00 NAL=2 Slice:B Poc:172 I:0 P:0 SKIP:240 size=17 bytes
|
|---|
| 1959 | [libx264 @ 0x7f824c816800] frame= 87 QP=0.00 NAL=0 Slice:B Poc:170 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1960 | [libx264 @ 0x7f824c816800] frame= 88 QP=0.00 NAL=0 Slice:B Poc:174 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1961 | [libx264 @ 0x7f824c816800] frame= 89 QP=0.00 NAL=2 Slice:P Poc:184 I:0 P:0 SKIP:240 size=23 bytes
|
|---|
| 1962 | [libx264 @ 0x7f824c816800] frame= 90 QP=0.00 NAL=2 Slice:B Poc:180 I:0 P:0 SKIP:240 size=17 bytes
|
|---|
| 1963 | [libx264 @ 0x7f824c816800] frame= 91 QP=0.00 NAL=0 Slice:B Poc:178 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1964 | [libx264 @ 0x7f824c816800] frame= 92 QP=0.00 NAL=0 Slice:B Poc:182 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1965 | [libx264 @ 0x7f824c816800] frame= 93 QP=0.00 NAL=2 Slice:P Poc:192 I:0 P:0 SKIP:240 size=23 bytes
|
|---|
| 1966 | [libx264 @ 0x7f824c816800] frame= 94 QP=0.00 NAL=2 Slice:B Poc:188 I:0 P:0 SKIP:240 size=17 bytes
|
|---|
| 1967 | [libx264 @ 0x7f824c816800] frame= 95 QP=0.00 NAL=0 Slice:B Poc:186 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1968 | [libx264 @ 0x7f824c816800] frame= 96 QP=0.00 NAL=0 Slice:B Poc:190 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1969 | [libx264 @ 0x7f824c816800] frame= 97 QP=0.00 NAL=2 Slice:P Poc:200 I:0 P:0 SKIP:240 size=23 bytes
|
|---|
| 1970 | [libx264 @ 0x7f824c816800] frame= 98 QP=0.00 NAL=2 Slice:B Poc:196 I:0 P:0 SKIP:240 size=17 bytes
|
|---|
| 1971 | [libx264 @ 0x7f824c816800] frame= 99 QP=0.00 NAL=0 Slice:B Poc:194 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1972 | [libx264 @ 0x7f824c816800] frame= 100 QP=0.00 NAL=0 Slice:B Poc:198 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1973 | [libx264 @ 0x7f824c816800] frame= 101 QP=0.00 NAL=2 Slice:P Poc:208 I:0 P:0 SKIP:240 size=23 bytes
|
|---|
| 1974 | [libx264 @ 0x7f824c816800] frame= 102 QP=0.00 NAL=2 Slice:B Poc:204 I:0 P:0 SKIP:240 size=17 bytes
|
|---|
| 1975 | [libx264 @ 0x7f824c816800] frame= 103 QP=0.00 NAL=0 Slice:B Poc:202 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1976 | [libx264 @ 0x7f824c816800] frame= 104 QP=0.00 NAL=0 Slice:B Poc:206 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1977 | [libx264 @ 0x7f824c816800] frame= 105 QP=0.00 NAL=2 Slice:P Poc:216 I:0 P:0 SKIP:240 size=23 bytes
|
|---|
| 1978 | [libx264 @ 0x7f824c816800] frame= 106 QP=0.00 NAL=2 Slice:B Poc:212 I:0 P:0 SKIP:240 size=17 bytes
|
|---|
| 1979 | [libx264 @ 0x7f824c816800] frame= 107 QP=0.00 NAL=0 Slice:B Poc:210 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1980 | [libx264 @ 0x7f824c816800] frame= 108 QP=0.00 NAL=0 Slice:B Poc:214 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1981 | [libx264 @ 0x7f824c816800] frame= 109 QP=0.00 NAL=2 Slice:P Poc:224 I:0 P:0 SKIP:240 size=23 bytes
|
|---|
| 1982 | [libx264 @ 0x7f824c816800] frame= 110 QP=0.00 NAL=2 Slice:B Poc:220 I:0 P:0 SKIP:240 size=17 bytes
|
|---|
| 1983 | [libx264 @ 0x7f824c816800] frame= 111 QP=0.00 NAL=0 Slice:B Poc:218 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1984 | [libx264 @ 0x7f824c816800] frame= 112 QP=0.00 NAL=0 Slice:B Poc:222 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1985 | [libx264 @ 0x7f824c816800] frame= 113 QP=0.00 NAL=2 Slice:P Poc:232 I:0 P:0 SKIP:240 size=23 bytes
|
|---|
| 1986 | [libx264 @ 0x7f824c816800] frame= 114 QP=0.00 NAL=2 Slice:B Poc:228 I:0 P:0 SKIP:240 size=17 bytes
|
|---|
| 1987 | [libx264 @ 0x7f824c816800] frame= 115 QP=0.00 NAL=0 Slice:B Poc:226 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1988 | [libx264 @ 0x7f824c816800] frame= 116 QP=0.00 NAL=0 Slice:B Poc:230 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1989 | [libx264 @ 0x7f824c816800] frame= 117 QP=0.00 NAL=2 Slice:P Poc:240 I:0 P:0 SKIP:240 size=23 bytes
|
|---|
| 1990 | [libx264 @ 0x7f824c816800] frame= 118 QP=0.00 NAL=2 Slice:B Poc:236 I:0 P:0 SKIP:240 size=17 bytes
|
|---|
| 1991 | [libx264 @ 0x7f824c816800] frame= 119 QP=0.00 NAL=0 Slice:B Poc:234 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1992 | [libx264 @ 0x7f824c816800] frame= 120 QP=0.00 NAL=0 Slice:B Poc:238 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1993 | [libx264 @ 0x7f824c816800] frame= 121 QP=0.00 NAL=2 Slice:P Poc:248 I:0 P:0 SKIP:240 size=23 bytes
|
|---|
| 1994 | [libx264 @ 0x7f824c816800] frame= 122 QP=0.00 NAL=2 Slice:B Poc:244 I:0 P:0 SKIP:240 size=17 bytes
|
|---|
| 1995 | [libx264 @ 0x7f824c816800] frame= 123 QP=0.00 NAL=0 Slice:B Poc:242 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1996 | [libx264 @ 0x7f824c816800] frame= 124 QP=0.00 NAL=0 Slice:B Poc:246 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 1997 | [libx264 @ 0x7f824c816800] frame= 125 QP=0.00 NAL=2 Slice:P Poc:256 I:0 P:0 SKIP:240 size=23 bytes
|
|---|
| 1998 | [libx264 @ 0x7f824c816800] frame= 126 QP=0.00 NAL=2 Slice:B Poc:252 I:0 P:0 SKIP:240 size=17 bytes
|
|---|
| 1999 | [libx264 @ 0x7f824c816800] frame= 127 QP=0.00 NAL=0 Slice:B Poc:250 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 2000 | [libx264 @ 0x7f824c816800] frame= 128 QP=0.00 NAL=0 Slice:B Poc:254 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 2001 | [libx264 @ 0x7f824c816800] frame= 129 QP=0.00 NAL=2 Slice:P Poc:262 I:0 P:0 SKIP:240 size=23 bytes
|
|---|
| 2002 | [libx264 @ 0x7f824c816800] frame= 130 QP=0.00 NAL=2 Slice:B Poc:258 I:0 P:0 SKIP:240 size=17 bytes
|
|---|
| 2003 | [libx264 @ 0x7f824c816800] frame= 131 QP=0.00 NAL=0 Slice:B Poc:260 I:0 P:0 SKIP:240 size=15 bytes
|
|---|
| 2004 | [aac @ 0x7f824c003800] Trying to remove 581 more samples than there are in the queue
|
|---|
| 2005 | [AVIOContext @ 0x7f824b100640] Statistics: 0 seeks, 1 writeouts
|
|---|
| 2006 | [hls @ 0x7f824c812200] Cannot use rename on non file protocol, this may lead to races and temporary partial files
|
|---|
| 2007 | [hls @ 0x7f824c812200] Opening 'variant_0.m3u8' for writing
|
|---|
| 2008 | [file @ 0x7f824b214080] Setting default whitelist 'file,crypto'
|
|---|
| 2009 | EXT-X-MEDIA-SEQUENCE:0
|
|---|
| 2010 | [AVIOContext @ 0x7f824b212940] Statistics: 0 seeks, 1 writeouts
|
|---|
| 2011 | [AVIOContext @ 0x7f824b212380] Statistics: 0 seeks, 1 writeouts
|
|---|
| 2012 | [hls @ 0x7f824c812200] Opening 'variant_1.m3u8' for writing
|
|---|
| 2013 | [file @ 0x7f824b214080] Setting default whitelist 'file,crypto'
|
|---|
| 2014 | EXT-X-MEDIA-SEQUENCE:0
|
|---|
| 2015 | [AVIOContext @ 0x7f824b214340] Statistics: 0 seeks, 1 writeouts
|
|---|
| 2016 | [hls @ 0x7f824c812200] Opening 'av1.m3u8' for writing
|
|---|
| 2017 | [file @ 0x7f824b214080] Setting default whitelist 'file,crypto'
|
|---|