Skip to content

Instantly share code, notes, and snippets.

@Able1991
Created December 18, 2020 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Able1991/b59bd18cc44a1b9b08c3df4cd5dbe08a to your computer and use it in GitHub Desktop.
Save Able1991/b59bd18cc44a1b9b08c3df4cd5dbe08a to your computer and use it in GitHub Desktop.
Ffmpeg log
sdp:
sdpString:v=0
o=- 0 0 IN IP4 127.0.0.1
s=FFmpeg
c=IN IP4 127.0.0.1
t=0 0
m=video 26692 RTP/AVP 101
a=rtpmap:101 VP8/90000
a=sendonly
m=audio 26267 RTP/AVP 100
a=rtpmap:100 opus/48000/2
a=sendonly
ffmpeg -strict experimental -loglevel debug -protocol_whitelist pipe,udp,rtp -fflags +genpts -flags low_delay -f sdp -analyzeduration 2147483647 -probesize 2147483647 -i pipe:0 -fflags +nobuffer -analyzeduration 10000000 -probesize 10000000 -i rtmp://eu-02.re.stream.mvs.wtf:1936/monitor/pV2ErmcZIscDsaoU8AS4KuYYYZG_-wPDiH_sDeu6U58 -filter_complex [0:a]asetpts=PTS-STARTPTS[a0];[1:a]asetpts=PTS-STARTPTS[a1];[0:v]setpts=PTS-STARTPTS,scale=iw/3:ih/3[pip];[1:v]setpts=PTS-STARTPTS[v1];[v1][pip]overlay=0:0:shortest=0[vo];[a0][a1]amix=inputs=2[ao] -map [vo] -map [ao] -c:a aac -c:v h264 -s 640x480 -r 30 -x264opts keyint=60:keyint_min=60:no-scenecut -preset superfast -profile:v high -level:v 4.1 -tune zerolatency -f flv -max_muxing_queue_size 4096 rtmp://publish.stream.mvs.wtf/push/LFcDPV65OWznyhAjcSvOqhcxN9BRFBijP7jFakjweR0
ffmpeg version 4.3-2~18.04.york0 Copyright (c) 2000-2020 the FFmpeg developers
built with gcc 7 (Ubuntu 7.5.0-3ubuntu1~18.04)
configuration: --prefix=/usr --extra-version='2~18.04.york0' --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
libavutil 56. 51.100 / 56. 51.100
libavcodec 58. 91.100 / 58. 91.100
libavformat 58. 45.100 / 58. 45.100
libavdevice 58. 10.100 / 58. 10.100
libavfilter 7. 85.100 / 7. 85.100
libavresample 4. 0. 0 / 4. 0. 0
libswscale 5. 7.100 / 5. 7.100
libswresample 3. 7.100 / 3. 7.100
libpostproc 55. 7.100 / 55. 7.100
Splitting the commandline.
Reading option '-strict' ...Routing option strict to both codec and muxer layer
matched as AVOption 'strict' with argument 'experimental'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.
Reading option '-protocol_whitelist' ... matched as AVOption 'protocol_whitelist' with argument 'pipe,udp,rtp'.
Reading option '-fflags' ... matched as AVOption 'fflags' with argument '+genpts'.
Reading option '-flags' ... matched as AVOption 'flags' with argument 'low_delay'.
Reading option '-f' ... matched as option 'f' (force format) with argument 'sdp'.
Reading option '-analyzeduration' ... matched as AVOption 'analyzeduration' with argument '2147483647'.
Reading option '-probesize' ... matched as AVOption 'probesize' with argument '2147483647'.
Reading option '-i' ... matched as input url with argument 'pipe:0'.
Reading option '-fflags' ... matched as AVOption 'fflags' with argument '+nobuffer'.
Reading option '-analyzeduration' ... matched as AVOption 'analyzeduration' with argument '10000000'.
Reading option '-probesize' ... matched as AVOption 'probesize' with argument '10000000'.
Reading option '-i' ... matched as input url with argument 'rtmp://eu-02.re.stream.mvs.wtf:1936/monitor/pV2ErmcZIscDsaoU8AS4KuYYYZG_-wPDiH_sDeu6U58'.
Reading option '-filter_complex' ... matched as option 'filter_complex' (create a complex filtergraph) with argument '[0:a]asetpts=PTS-STARTPTS[a0];[1:a]asetpts=PTS-STARTPTS[a1];[0:v]setpts=PTS-STARTPTS,scale=iw/3:ih/3[pip];[1:v]setpts=PTS-STARTPTS[v1];[v1][pip]overlay=0:0:shortest=0[vo];[a0][a1]amix=inputs=2[ao]'.
Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '[vo]'.
Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '[ao]'.
Reading option '-c:a' ... matched as option 'c' (codec name) with argument 'aac'.
Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'h264'.
Reading option '-s' ... matched as option 's' (set frame size (WxH or abbreviation)) with argument '640x480'.
Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '30'.
Reading option '-x264opts' ... matched as AVOption 'x264opts' with argument 'keyint=60:keyint_min=60:no-scenecut'.
Reading option '-preset' ... matched as AVOption 'preset' with argument 'superfast'.
Reading option '-profile:v' ... matched as option 'profile' (set profile) with argument 'high'.
Reading option '-level:v' ... matched as AVOption 'level:v' with argument '4.1'.
Reading option '-tune' ... matched as AVOption 'tune' with argument 'zerolatency'.
Reading option '-f' ... matched as option 'f' (force format) with argument 'flv'.
Reading option '-max_muxing_queue_size' ... matched as option 'max_muxing_queue_size' (maximum number of packets that can be buffered while waiting for all streams to initialize) with argument '4096'.
Reading option 'rtmp://publish.stream.mvs.wtf/push/LFcDPV65OWznyhAjcSvOqhcxN9BRFBijP7jFakjweR0' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option loglevel (set logging level) with argument debug.
Applying option filter_complex (create a complex filtergraph) with argument [0:a]asetpts=PTS-STARTPTS[a0];[1:a]asetpts=PTS-STARTPTS[a1];[0:v]setpts=PTS-STARTPTS,scale=iw/3:ih/3[pip];[1:v]setpts=PTS-STARTPTS[v1];[v1][pip]overlay=0:0:shortest=0[vo];[a0][a1]amix=inputs=2[ao].
Successfully parsed a group of options.
Parsing a group of options: input url pipe:0.
Applying option f (force format) with argument sdp.
Successfully parsed a group of options.
Opening an input file: pipe:0.
[sdp @ 0x7fffe1530840] Opening 'pipe:0' for reading
[sdp @ 0x7fffe1530840] video codec set to: vp8
[sdp @ 0x7fffe1530840] audio codec set to: opus
[sdp @ 0x7fffe1530840] audio samplerate set to: 48000
[sdp @ 0x7fffe1530840] audio channels set to: 2
[udp @ 0x7fffe1538fc0] end receive buffer size reported is 327680
[udp @ 0x7fffe1538fc0] attempted to set receive buffer to size 393216 but it only ended up set as 327680
[udp @ 0x7fffe1538900] end receive buffer size reported is 327680
[udp @ 0x7fffe1538900] attempted to set receive buffer to size 393216 but it only ended up set as 327680
[sdp @ 0x7fffe1530840] setting jitter buffer size to 500
[udp @ 0x7fffe1532180] end receive buffer size reported is 327680
[udp @ 0x7fffe1532180] attempted to set receive buffer to size 393216 but it only ended up set as 327680
[udp @ 0x7fffe15390c0] end receive buffer size reported is 327680
[udp @ 0x7fffe15390c0] attempted to set receive buffer to size 393216 but it only ended up set as 327680
[sdp @ 0x7fffe1530840] setting jitter buffer size to 500
[sdp @ 0x7fffe1530840] Before avformat_find_stream_info() pos: 208 bytes read:208 seeks:0 nb_streams:2
[vp8 @ 0x7fffe1536980] Format yuv420p chosen by get_format().
[sdp @ 0x7fffe1530840] All info found
[sdp @ 0x7fffe1530840] After avformat_find_stream_info() pos: 208 bytes read:208 seeks:0 frames:59
Input #0, sdp, from 'pipe:0':
Metadata:
title : FFmpeg
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0, 21, 1/90000: Video: vp8, 1 reference frame, yuv420p(tv, bt470bg/unknown/unknown), 640x480, 0/1, 62.50 tbr, 90k tbn, 90k tbc
Stream #0:1, 38, 1/48000: Audio: opus, 48000 Hz, stereo, fltp
Successfully opened the file.
Parsing a group of options: input url rtmp://eu-02.re.stream.mvs.wtf:1936/monitor/pV2ErmcZIscDsaoU8AS4KuYYYZG_-wPDiH_sDeu6U58.
Successfully parsed a group of options.
Opening an input file: rtmp://eu-02.re.stream.mvs.wtf:1936/monitor/pV2ErmcZIscDsaoU8AS4KuYYYZG_-wPDiH_sDeu6U58.
[NULL @ 0x7fffe1542b80] Opening 'rtmp://eu-02.re.stream.mvs.wtf:1936/monitor/pV2ErmcZIscDsaoU8AS4KuYYYZG_-wPDiH_sDeu6U58' for reading
[rtmp @ 0x7fffe1532e00] No default whitelist set
[tcp @ 0x7fffe1532ec0] No default whitelist set
[tcp @ 0x7fffe1532ec0] Original list of addresses:
[tcp @ 0x7fffe1532ec0] Address 138.197.182.238 port 1936
[tcp @ 0x7fffe1532ec0] Interleaved list of addresses:
[tcp @ 0x7fffe1532ec0] Address 138.197.182.238 port 1936
[tcp @ 0x7fffe1532ec0] Starting connection attempt to 138.197.182.238 port 1936
[tcp @ 0x7fffe1532ec0] Successfully connected to 138.197.182.238 port 1936
[rtmp @ 0x7fffe1532e00] Handshaking...
[rtmp @ 0x7fffe1532e00] Type answer 3
[rtmp @ 0x7fffe1532e00] Server version 13.14.10.13
[rtmp @ 0x7fffe1532e00] Proto = rtmp, path = /monitor/pV2ErmcZIscDsaoU8AS4KuYYYZG_-wPDiH_sDeu6U58, app = monitor, fname = pV2ErmcZIscDsaoU8AS4KuYYYZG_-wPDiH_sDeu6U58
[rtmp @ 0x7fffe1532e00] Window acknowledgement size = 5000000
[rtmp @ 0x7fffe1532e00] Max sent, unacked = 5000000
[rtmp @ 0x7fffe1532e00] New incoming chunk size = 4096
[rtmp @ 0x7fffe1532e00] Creating stream...
[rtmp @ 0x7fffe1532e00] Sending play command for 'pV2ErmcZIscDsaoU8AS4KuYYYZG_-wPDiH_sDeu6U58'
[flv @ 0x7fffe1542b80] Format flv probed with size=2048 and score=100
[flv @ 0x7fffe1542b80] Before avformat_find_stream_info() pos: 13 bytes read:18598 seeks:0 nb_streams:0
[flv @ 0x7fffe1542b80] Unknown type |RtmpSampleAccess
[NULL @ 0x7fffe15f3d40] nal_unit_type: 7(SPS), nal_ref_idc: 3
[NULL @ 0x7fffe15f3d40] nal_unit_type: 8(PPS), nal_ref_idc: 3
[h264 @ 0x7fffe15f3d40] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 0x7fffe15f3d40] nal_unit_type: 8(PPS), nal_ref_idc: 3
[h264 @ 0x7fffe15f3d40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[h264 @ 0x7fffe15f3d40] Format yuv420p chosen by get_format().
[h264 @ 0x7fffe15f3d40] Reinit context to 1280x720, pix_fmt: yuv420p
[h264 @ 0x7fffe15f3d40] Frame num gap 6 4
[h264 @ 0x7fffe15f3d40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 295 times
[h264 @ 0x7fffe15f3d40] nal_unit_type: 5(IDR), nal_ref_idc: 3
Last message repeated 7 times
[h264 @ 0x7fffe15f3d40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 15 times
[flv @ 0x7fffe1542b80] All info found
[flv @ 0x7fffe1542b80] rfps: 23.750000 0.012035
[flv @ 0x7fffe1542b80] rfps: 23.833333 0.004860
[flv @ 0x7fffe1542b80] rfps: 23.916667 0.000904
[flv @ 0x7fffe1542b80] rfps: 24.000000 0.000167
Last message repeated 1 times
[flv @ 0x7fffe1542b80] rfps: 24.083333 0.002649
Last message repeated 1 times
[flv @ 0x7fffe1542b80] rfps: 24.166667 0.008351
Last message repeated 1 times
[flv @ 0x7fffe1542b80] rfps: 24.250000 0.017271
[flv @ 0x7fffe1542b80] rfps: 48.000000 0.000668
Last message repeated 1 times
[flv @ 0x7fffe1542b80] rfps: 120.000000 0.004175
Last message repeated 1 times
[flv @ 0x7fffe1542b80] rfps: 240.000000 0.016700
[flv @ 0x7fffe1542b80] rfps: 23.976024 0.000049
Last message repeated 1 times
[flv @ 0x7fffe1542b80] rfps: 47.952048 0.000197
Last message repeated 1 times
[flv @ 0x7fffe1542b80] Ignoring outlier non primary stream starttime 0.000000
Last message repeated 1 times
[flv @ 0x7fffe1542b80] After avformat_find_stream_info() pos: 725307 bytes read:725307 seeks:0 frames:116
Input #1, flv, from 'rtmp://eu-02.re.stream.mvs.wtf:1936/monitor/pV2ErmcZIscDsaoU8AS4KuYYYZG_-wPDiH_sDeu6U58':
Metadata:
Server : NGINX RTMP (github.com/sergey-dryabzhinsky/nginx-rtmp-module)
displayWidth : 1280
displayHeight : 720
fps : 24
profile :
level :
Duration: 00:00:00.00, start: 152356.362000, bitrate: N/A
Stream #1:0, 1, 1/1000: Data: none, 0/1
Stream #1:1, 74, 1/1000: Audio: aac (LC), 44100 Hz, stereo, fltp, 128 kb/s
Stream #1:2, 41, 1/1000: Video: h264 (Main), 1 reference frame, yuv420p(progressive, left), 1280x720 [SAR 1:1 DAR 16:9], 0/1, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc
Successfully opened the file.
[Parsed_asetpts_0 @ 0x7fffe15f5480] Setting 'expr' to value 'PTS-STARTPTS'
[Parsed_asetpts_1 @ 0x7fffe15e5ec0] Setting 'expr' to value 'PTS-STARTPTS'
[Parsed_setpts_2 @ 0x7fffe15f9e00] Setting 'expr' to value 'PTS-STARTPTS'
[Parsed_scale_3 @ 0x7fffe15e1000] Setting 'w' to value 'iw/3'
[Parsed_scale_3 @ 0x7fffe15e1000] Setting 'h' to value 'ih/3'
[Parsed_scale_3 @ 0x7fffe15e1000] w:iw/3 h:ih/3 flags:'bilinear' interl:0
[Parsed_setpts_4 @ 0x7fffe19285c0] Setting 'expr' to value 'PTS-STARTPTS'
[Parsed_overlay_5 @ 0x7fffe1602500] Setting 'x' to value '0'
[Parsed_overlay_5 @ 0x7fffe1602500] Setting 'y' to value '0'
[Parsed_overlay_5 @ 0x7fffe1602500] Setting 'shortest' to value '0'
[Parsed_amix_6 @ 0x7fffe15dbf80] Setting 'inputs' to value '2'
Parsing a group of options: output url rtmp://publish.stream.mvs.wtf/push/LFcDPV65OWznyhAjcSvOqhcxN9BRFBijP7jFakjweR0.
Applying option map (set input stream mapping) with argument [vo].
Applying option map (set input stream mapping) with argument [ao].
Applying option c:a (codec name) with argument aac.
Applying option c:v (codec name) with argument h264.
Applying option s (set frame size (WxH or abbreviation)) with argument 640x480.
Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 30.
Applying option profile:v (set profile) with argument high.
Applying option f (force format) with argument flv.
Applying option max_muxing_queue_size (maximum number of packets that can be buffered while waiting for all streams to initialize) with argument 4096.
Successfully parsed a group of options.
Opening an output file: rtmp://publish.stream.mvs.wtf/push/LFcDPV65OWznyhAjcSvOqhcxN9BRFBijP7jFakjweR0.
Matched encoder 'libx264' for codec 'h264'.
[rtmp @ 0x7fffe15fa040] No default whitelist set
[tcp @ 0x7fffe1603280] No default whitelist set
[tcp @ 0x7fffe1603280] Original list of addresses:
[tcp @ 0x7fffe1603280] Address 84.201.170.238 port 1935
[tcp @ 0x7fffe1603280] Interleaved list of addresses:
[tcp @ 0x7fffe1603280] Address 84.201.170.238 port 1935
[tcp @ 0x7fffe1603280] Starting connection attempt to 84.201.170.238 port 1935
[tcp @ 0x7fffe1603280] Successfully connected to 84.201.170.238 port 1935
[rtmp @ 0x7fffe15fa040] Handshaking...
[rtmp @ 0x7fffe15fa040] Type answer 3
[rtmp @ 0x7fffe15fa040] Server version 13.14.10.13
[rtmp @ 0x7fffe15fa040] Proto = rtmp, path = /push/LFcDPV65OWznyhAjcSvOqhcxN9BRFBijP7jFakjweR0, app = push, fname = LFcDPV65OWznyhAjcSvOqhcxN9BRFBijP7jFakjweR0
[rtmp @ 0x7fffe15fa040] Window acknowledgement size = 5000000
[rtmp @ 0x7fffe15fa040] Max sent, unacked = 5000000
[rtmp @ 0x7fffe15fa040] New incoming chunk size = 4096
[rtmp @ 0x7fffe15fa040] Releasing stream...
[rtmp @ 0x7fffe15fa040] FCPublish stream...
[rtmp @ 0x7fffe15fa040] Creating stream...
[rtmp @ 0x7fffe15fa040] Sending publish command for 'LFcDPV65OWznyhAjcSvOqhcxN9BRFBijP7jFakjweR0'
Successfully opened the file.
detected 12 logical cores
[h264 @ 0x7fffe18ee680] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 0x7fffe18ee680] nal_unit_type: 8(PPS), nal_ref_idc: 3
Stream mapping:
Stream #0:0 (vp8) -> setpts
Stream #0:1 (opus) -> asetpts
Stream #1:1 (aac) -> asetpts
Stream #1:2 (h264) -> setpts
overlay -> Stream #0:0 (libx264)
amix -> Stream #0:1 (aac)
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[sdp @ 0x7fffe1530840] Thread message queue blocking; consider raising the thread_queue_size option (current value: 8)
[SWR @ 0x7fffe158bd00] Using fltp internally between filters
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[vp8 @ 0x7fffe161b3c0] Format yuv420p chosen by get_format().
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 3 times
[h264 @ 0x7fffe18ee680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[h264 @ 0x7fffe18ee680] Format yuv420p chosen by get_format().
[h264 @ 0x7fffe18ee680] Reinit context to 1280x720, pix_fmt: yuv420p
[h264 @ 0x7fffe18ee680] Frame num gap 3 1
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe190b380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe1830080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe184ce40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x7fffe1869c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe1886cc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe18a3a80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe18c0840] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe18dd600] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x7fffe1764e00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe1781900] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe179e6c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe17bb480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[h264 @ 0x7fffe18ee680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 2 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe18ee680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 4 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe190b380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x7fffe1830080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 3 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe1830080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 1 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe1830080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 1 times
[h264 @ 0x7fffe184ce40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 5 times
[h264 @ 0x7fffe1869c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe1886cc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe18a3a80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x7fffe18c0840] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe18dd600] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe1764e00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe1781900] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 6 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x7fffe1781900] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe179e6c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x7fffe17bb480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe18ee680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe190b380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe1830080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe184ce40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x7fffe1869c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 5 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe1869c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 1 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x7fffe1886cc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s speed=N/A
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x7fffe18a3a80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe18c0840] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe18dd600] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 4 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe18dd600] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 2 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe1764e00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe1781900] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe179e6c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe179e6c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 6 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x7fffe17bb480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 2 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe17bb480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 4 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x7fffe18ee680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x7fffe190b380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe1830080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe184ce40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe1869c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 5 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe1869c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 1 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x7fffe1886cc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe18a3a80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 2 times
frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s speed=N/A
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe18a3a80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 2 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe18a3a80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 1 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x7fffe18c0840] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe18c0840] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 6 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x7fffe18dd600] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe1764e00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 3 times
[h264 @ 0x7fffe1781900] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe179e6c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe17bb480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 3 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe17bb480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 3 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x7fffe18ee680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x7fffe190b380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe1830080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe184ce40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 2 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe184ce40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 4 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x7fffe1869c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 4 times
[h264 @ 0x7fffe1886cc0] nal_unit_type: 5(IDR), nal_ref_idc: 3
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe18a3a80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s speed=N/A
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x7fffe18c0840] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe18dd600] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 4 times
[h264 @ 0x7fffe1764e00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe1781900] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 2 times
[h264 @ 0x7fffe179e6c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x7fffe17bb480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 4 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe17bb480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 2 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 1 times
[h264 @ 0x7fffe18ee680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe18ee680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe18ee680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 5 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe190b380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 4 times
[h264 @ 0x7fffe1830080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe184ce40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[h264 @ 0x7fffe1869c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_asetpts_0 @ 0x7fffe20256c0] Setting 'expr' to value 'PTS-STARTPTS'
[Parsed_asetpts_1 @ 0x7fffe2047e00] Setting 'expr' to value 'PTS-STARTPTS'
[Parsed_setpts_2 @ 0x7fffe2048780] Setting 'expr' to value 'PTS-STARTPTS'
[Parsed_scale_3 @ 0x7fffe2049500] Setting 'w' to value 'iw/3'
[Parsed_scale_3 @ 0x7fffe2049500] Setting 'h' to value 'ih/3'
[Parsed_scale_3 @ 0x7fffe2049500] w:iw/3 h:ih/3 flags:'bilinear' interl:0
[Parsed_setpts_4 @ 0x7fffe204aa40] Setting 'expr' to value 'PTS-STARTPTS'
[Parsed_overlay_5 @ 0x7fffe204b980] Setting 'x' to value '0'
[Parsed_overlay_5 @ 0x7fffe204b980] Setting 'y' to value '0'
[Parsed_overlay_5 @ 0x7fffe204b980] Setting 'shortest' to value '0'
[Parsed_amix_6 @ 0x7fffe204ca80] Setting 'inputs' to value '2'
[graph_0_in_0_1 @ 0x7fffe204db40] Setting 'time_base' to value '1/48000'
[graph_0_in_0_1 @ 0x7fffe204db40] Setting 'sample_rate' to value '48000'
[graph_0_in_0_1 @ 0x7fffe204db40] Setting 'sample_fmt' to value 'fltp'
[graph_0_in_0_1 @ 0x7fffe204db40] Setting 'channel_layout' to value '0x3'
[graph_0_in_0_1 @ 0x7fffe204db40] tb:1/48000 samplefmt:fltp samplerate:48000 chlayout:0x3
[graph_0_in_1_1 @ 0x7fffe204eb00] Setting 'time_base' to value '1/44100'
[graph_0_in_1_1 @ 0x7fffe204eb00] Setting 'sample_rate' to value '44100'
[graph_0_in_1_1 @ 0x7fffe204eb00] Setting 'sample_fmt' to value 'fltp'
[graph_0_in_1_1 @ 0x7fffe204eb00] Setting 'channel_layout' to value '0x3'
[graph_0_in_1_1 @ 0x7fffe204eb00] tb:1/44100 samplefmt:fltp samplerate:44100 chlayout:0x3
[graph 0 input from stream 0:0 @ 0x7fffe204fc00] Setting 'video_size' to value '640x480'
[graph 0 input from stream 0:0 @ 0x7fffe204fc00] Setting 'pix_fmt' to value '0'
[graph 0 input from stream 0:0 @ 0x7fffe204fc00] Setting 'time_base' to value '1/90000'
[graph 0 input from stream 0:0 @ 0x7fffe204fc00] Setting 'pixel_aspect' to value '0/1'
[graph 0 input from stream 0:0 @ 0x7fffe204fc00] Setting 'frame_rate' to value '125/2'
[graph 0 input from stream 0:0 @ 0x7fffe204fc00] w:640 h:480 pixfmt:yuv420p tb:1/90000 fr:125/2 sar:0/1
[graph 0 input from stream 1:2 @ 0x7fffe2050980] Setting 'video_size' to value '1280x720'
[graph 0 input from stream 1:2 @ 0x7fffe2050980] Setting 'pix_fmt' to value '0'
[graph 0 input from stream 1:2 @ 0x7fffe2050980] Setting 'time_base' to value '1/1000'
[graph 0 input from stream 1:2 @ 0x7fffe2050980] Setting 'pixel_aspect' to value '1/1'
[graph 0 input from stream 1:2 @ 0x7fffe2050980] Setting 'frame_rate' to value '24000/1001'
[graph 0 input from stream 1:2 @ 0x7fffe2050980] w:1280 h:720 pixfmt:yuv420p tb:1/1000 fr:24000/1001 sar:1/1
[format_out_0_1 @ 0x7fffe20510c0] Setting 'sample_fmts' to value 'fltp'
[format_out_0_1 @ 0x7fffe20510c0] Setting 'sample_rates' to value '96000|88200|64000|48000|44100|32000|24000|22050|16000|12000|11025|8000|7350'
[scaler_out_0_0 @ 0x7fffe1fc5b40] Setting 'w' to value '640'
[scaler_out_0_0 @ 0x7fffe1fc5b40] Setting 'h' to value '480'
[scaler_out_0_0 @ 0x7fffe1fc5b40] Setting 'flags' to value 'bicubic'
[scaler_out_0_0 @ 0x7fffe1fc5b40] w:640 h:480 flags:'bicubic' interl:0
[format @ 0x7fffe2050880] Setting 'pix_fmts' to value 'yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|nv12|nv16|nv21|yuv420p10le|yuv422p10le|yuv444p10le|nv20le'
[Parsed_amix_6 @ 0x7fffe204ca80] auto-inserting filter 'auto_resampler_0' between the filter 'Parsed_asetpts_1' and the filter 'Parsed_amix_6'
[AVFilterGraph @ 0x7fffe1fd72c0] query_formats: 16 queried, 23 merged, 3 already done, 0 delayed
[graph_0_in_0_1 @ 0x7fffe204db40] TB:0.000021 FRAME_RATE:nan SAMPLE_RATE:48000.000000
[graph_0_in_1_1 @ 0x7fffe204eb00] TB:0.000023 FRAME_RATE:nan SAMPLE_RATE:44100.000000
[auto_resampler_0 @ 0x7fffe2056ac0] [SWR @ 0x7fffe2056f80] Using fltp internally between filters
[auto_resampler_0 @ 0x7fffe2056ac0] ch:2 chl:stereo fmt:fltp r:44100Hz -> ch:2 chl:stereo fmt:fltp r:48000Hz
[Parsed_amix_6 @ 0x7fffe204ca80] inputs:2 fmt:fltp srate:48000 cl:stereo
[graph 0 input from stream 1:2 @ 0x7fffe2050980] TB:0.001000 FRAME_RATE:23.976024 SAMPLE_RATE:nan
[graph 0 input from stream 0:0 @ 0x7fffe204fc00] TB:0.000011 FRAME_RATE:62.500000 SAMPLE_RATE:nan
[Parsed_scale_3 @ 0x7fffe2049500] w:640 h:480 fmt:yuv420p sar:0/1 -> w:213 h:160 fmt:yuva420p sar:0/1 flags:0x2
[Parsed_overlay_5 @ 0x7fffe204b980] main w:1280 h:720 fmt:yuv420p overlay w:213 h:160 fmt:yuva420p
[Parsed_overlay_5 @ 0x7fffe204b980] [framesync @ 0x7fffe204baa8] Selected 1/90000 time base
[Parsed_overlay_5 @ 0x7fffe204b980] [framesync @ 0x7fffe204baa8] Sync level 2
[scaler_out_0_0 @ 0x7fffe1fc5b40] w:1280 h:720 fmt:yuv420p sar:1/1 -> w:640 h:480 fmt:yuv420p sar:4/3 flags:0x4
[Parsed_overlay_5 @ 0x7fffe204b980] n:1.000000 t:0.000000 pos:1768789.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] using SAR=4/3
[libx264 @ 0x7fffe1602300] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[libx264 @ 0x7fffe1602300] profile High, level 4.1
[libx264 @ 0x7fffe1602300] 264 - core 155 r2917 0a84d98 - H.264/MPEG-4 AVC codec - Copyleft 2003-2018 - http://www.videolan.org/x264.html - options: cabac=1 ref=1 deblock=1:0:0 analyse=0x3:0x3 me=dia subme=1 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=0 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 threads=7 lookahead_threads=7 sliced_threads=1 slices=7 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=1 keyint=60 keyint_min=31 scenecut=0 intra_refresh=0 rc=crf mbtree=0 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Clipping frame in rate conversion by 0.000008
[libx264 @ 0x7fffe1602300] frame= 0 QP=18.23 NAL=3 Slice:I Poc:0 I:1200 P:0 SKIP:0 size=43232 bytes
Output #0, flv, to 'rtmp://publish.stream.mvs.wtf/push/LFcDPV65OWznyhAjcSvOqhcxN9BRFBijP7jFakjweR0':
Metadata:
title : FFmpeg
encoder : Lavf58.45.100
Stream #0:0, 0, 1/1000: Video: h264 (libx264), 1 reference frame ([7][0][0][0] / 0x0007), yuv420p(progressive), 640x480 [SAR 4:3 DAR 16:9], 0/1, q=-1--1, 30 fps, 1k tbn, 30 tbc (default)
Metadata:
encoder : Lavc58.91.100 libx264
Side data:
cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
Stream #0:1, 0, 1/1000: Audio: aac (LC) ([10][0][0][0] / 0x000A), 48000 Hz, stereo, fltp, delay 1024, 128 kb/s (default)
Metadata:
encoder : Lavc58.91.100 aac
cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
frame= 1 fps=0.5 q=20.0 size= 0kB time=00:00:00.00 bitrate=3376.0kbits/s speed=0.000476x
cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
Last message repeated 4 times
[h264 @ 0x7fffe1886cc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:2.000000 t:0.042000 pos:1866450.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 1 QP=26.86 NAL=2 Slice:P Poc:2 I:18 P:553 SKIP:629 size=2948 bytes
[h264 @ 0x7fffe18a3a80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:3.000000 t:0.084000 pos:1876298.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 2 QP=24.82 NAL=2 Slice:P Poc:4 I:18 P:696 SKIP:486 size=5293 bytes
[h264 @ 0x7fffe18c0840] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:4.000000 t:0.125000 pos:1887538.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.249992
[libx264 @ 0x7fffe1602300] frame= 3 QP=24.47 NAL=2 Slice:P Poc:6 I:43 P:742 SKIP:415 size=6787 bytes
[h264 @ 0x7fffe18dd600] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:5.000000 t:0.167000 pos:1905851.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 4 QP=23.77 NAL=2 Slice:P Poc:8 I:40 P:804 SKIP:356 size=8117 bytes
[h264 @ 0x7fffe1764e00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:6.000000 t:0.209000 pos:1927906.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 5 QP=23.46 NAL=2 Slice:P Poc:10 I:37 P:794 SKIP:369 size=7352 bytes
[h264 @ 0x7fffe1781900] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:7.000000 t:0.251000 pos:1941390.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 6 QP=23.46 NAL=2 Slice:P Poc:12 I:56 P:769 SKIP:375 size=7734 bytes
[h264 @ 0x7fffe179e6c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:8.000000 t:0.292000 pos:1960074.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.239998
[libx264 @ 0x7fffe1602300] frame= 7 QP=23.20 NAL=2 Slice:P Poc:14 I:58 P:794 SKIP:348 size=8287 bytes
[h264 @ 0x7fffe17bb480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:9.000000 t:0.334000 pos:1981006.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 8 QP=23.37 NAL=2 Slice:P Poc:16 I:51 P:754 SKIP:395 size=7390 bytes
[h264 @ 0x7fffe18ee680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:10.000000 t:0.376000 pos:1994741.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 9 QP=23.14 NAL=2 Slice:P Poc:18 I:69 P:786 SKIP:345 size=7778 bytes
[h264 @ 0x7fffe190b380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:11.000000 t:0.417000 pos:2014480.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 10 QP=23.23 NAL=2 Slice:P Poc:20 I:65 P:800 SKIP:335 size=8418 bytes
[h264 @ 0x7fffe1830080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:12.000000 t:0.459000 pos:2035511.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.229988
[libx264 @ 0x7fffe1602300] frame= 11 QP=23.37 NAL=2 Slice:P Poc:22 I:43 P:782 SKIP:375 size=7414 bytes
[h264 @ 0x7fffe184ce40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:13.000000 t:0.501000 pos:2049900.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 12 QP=22.80 NAL=2 Slice:P Poc:24 I:77 P:786 SKIP:337 size=7962 bytes
[h264 @ 0x7fffe1869c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
frame= 13 fps=4.9 q=24.0 size= 135kB time=00:00:00.53 bitrate=2077.6kbits/s speed= 0.2x
[Parsed_overlay_5 @ 0x7fffe204b980] n:14.000000 t:0.542000 pos:2067967.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 13 QP=22.87 NAL=2 Slice:P Poc:26 I:45 P:820 SKIP:335 size=8036 bytes
[h264 @ 0x7fffe1886cc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:15.000000 t:0.584000 pos:2087349.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 14 QP=22.80 NAL=2 Slice:P Poc:28 I:55 P:807 SKIP:338 size=8331 bytes
[h264 @ 0x7fffe18a3a80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:16.000000 t:0.626000 pos:2103601.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.219994
[libx264 @ 0x7fffe1602300] frame= 15 QP=22.28 NAL=2 Slice:P Poc:30 I:317 P:822 SKIP:61 size=9764 bytes
[h264 @ 0x7fffe18c0840] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:17.000000 t:0.668000 pos:2133455.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 16 QP=22.93 NAL=2 Slice:P Poc:32 I:49 P:812 SKIP:339 size=8099 bytes
[h264 @ 0x7fffe18dd600] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:18.000000 t:0.709000 pos:2149269.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 17 QP=23.27 NAL=2 Slice:P Poc:34 I:68 P:787 SKIP:345 size=8716 bytes
[h264 @ 0x7fffe1764e00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:19.000000 t:0.751000 pos:2170819.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 18 QP=22.54 NAL=2 Slice:P Poc:36 I:60 P:802 SKIP:338 size=7956 bytes
[h264 @ 0x7fffe1781900] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:20.000000 t:0.793000 pos:2188288.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.209999
[libx264 @ 0x7fffe1602300] frame= 19 QP=23.15 NAL=2 Slice:P Poc:38 I:27 P:789 SKIP:384 size=7614 bytes
[h264 @ 0x7fffe179e6c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:21.000000 t:0.834000 pos:2202625.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 20 QP=22.99 NAL=2 Slice:P Poc:40 I:39 P:820 SKIP:341 size=7501 bytes
[h264 @ 0x7fffe17bb480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:22.000000 t:0.876000 pos:2221127.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 21 QP=23.26 NAL=2 Slice:P Poc:42 I:33 P:844 SKIP:323 size=7864 bytes
[h264 @ 0x7fffe18ee680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:23.000000 t:0.918000 pos:2237597.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 22 QP=23.33 NAL=2 Slice:P Poc:44 I:31 P:792 SKIP:377 size=7568 bytes
[h264 @ 0x7fffe190b380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:24.000000 t:0.960000 pos:2251692.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.199989
[libx264 @ 0x7fffe1602300] frame= 23 QP=22.58 NAL=2 Slice:P Poc:46 I:51 P:793 SKIP:356 size=7885 bytes
[sdp @ 0x7fffe1530840] max delay reached. need to consume packet
[sdp @ 0x7fffe1530840] RTP: missed 4 packets
[sdp @ 0x7fffe1530840] Missed a picture, sequence broken
[sdp @ 0x7fffe1530840] max delay reached. need to consume packet
[sdp @ 0x7fffe1530840] RTP: missed 282 packets
[h264 @ 0x7fffe1830080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:25.000000 t:1.001000 pos:2270045.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 24 QP=22.28 NAL=2 Slice:P Poc:48 I:41 P:790 SKIP:369 size=7250 bytes
[h264 @ 0x7fffe184ce40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:26.000000 t:1.043000 pos:2286125.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 25 QP=22.68 NAL=2 Slice:P Poc:50 I:34 P:774 SKIP:392 size=7683 bytes
[rtmp @ 0x7fffe1532e00] Sending bytes read report
frame= 26 fps=8.2 q=23.0 size= 239kB time=00:00:01.03 bitrate=1891.8kbits/s speed=0.325x
[h264 @ 0x7fffe1869c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:27.000000 t:1.085000 pos:2302255.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 26 QP=22.40 NAL=2 Slice:P Poc:52 I:31 P:810 SKIP:359 size=7521 bytes
[h264 @ 0x7fffe1886cc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:28.000000 t:1.126000 pos:2318641.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.219994
[libx264 @ 0x7fffe1602300] frame= 27 QP=21.95 NAL=2 Slice:P Poc:54 I:42 P:788 SKIP:370 size=7379 bytes
[h264 @ 0x7fffe18a3a80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:29.000000 t:1.168000 pos:2335044.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 28 QP=22.46 NAL=2 Slice:P Poc:56 I:25 P:769 SKIP:406 size=7103 bytes
[h264 @ 0x7fffe18c0840] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:30.000000 t:1.210000 pos:2347312.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 29 QP=22.89 NAL=2 Slice:P Poc:58 I:25 P:816 SKIP:359 size=7702 bytes
[h264 @ 0x7fffe18dd600] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:31.000000 t:1.252000 pos:2365222.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 30 QP=23.20 NAL=2 Slice:P Poc:60 I:23 P:789 SKIP:388 size=7695 bytes
[h264 @ 0x7fffe1764e00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:32.000000 t:1.293000 pos:2382715.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.209999
[libx264 @ 0x7fffe1602300] frame= 31 QP=22.56 NAL=2 Slice:P Poc:62 I:17 P:787 SKIP:396 size=6984 bytes
[h264 @ 0x7fffe1781900] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:33.000000 t:1.335000 pos:2393051.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 32 QP=22.81 NAL=2 Slice:P Poc:64 I:33 P:753 SKIP:414 size=7659 bytes
[h264 @ 0x7fffe179e6c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:34.000000 t:1.377000 pos:2411470.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 33 QP=23.02 NAL=2 Slice:P Poc:66 I:30 P:769 SKIP:401 size=7378 bytes
[h264 @ 0x7fffe17bb480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:35.000000 t:1.418000 pos:2428373.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 34 QP=22.96 NAL=2 Slice:P Poc:68 I:21 P:774 SKIP:405 size=7280 bytes
[h264 @ 0x7fffe18ee680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:36.000000 t:1.460000 pos:2441290.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.199989
[libx264 @ 0x7fffe1602300] frame= 35 QP=22.98 NAL=2 Slice:P Poc:70 I:39 P:781 SKIP:380 size=7995 bytes
[h264 @ 0x7fffe190b380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:37.000000 t:1.502000 pos:2460462.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 36 QP=23.20 NAL=2 Slice:P Poc:72 I:32 P:787 SKIP:381 size=7154 bytes
[h264 @ 0x7fffe1830080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:38.000000 t:1.543000 pos:2476529.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 37 QP=23.23 NAL=2 Slice:P Poc:74 I:29 P:747 SKIP:424 size=6902 bytes
[h264 @ 0x7fffe184ce40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:39.000000 t:1.585000 pos:2490269.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 38 QP=22.28 NAL=2 Slice:P Poc:76 I:226 P:887 SKIP:87 size=9255 bytes
[h264 @ 0x7fffe1869c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:40.000000 t:1.627000 pos:2516370.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.189995
[libx264 @ 0x7fffe1602300] frame= 39 QP=22.64 NAL=2 Slice:P Poc:78 I:25 P:819 SKIP:356 size=7830 bytes
frame= 40 fps= 11 q=24.0 size= 343kB time=00:00:01.63 bitrate=1717.9kbits/s speed=0.443x
[h264 @ 0x7fffe1886cc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:41.000000 t:1.669000 pos:2531009.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 40 QP=21.71 NAL=2 Slice:P Poc:80 I:27 P:845 SKIP:328 size=7077 bytes
[h264 @ 0x7fffe18a3a80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:42.000000 t:1.710000 pos:2546911.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 41 QP=22.11 NAL=2 Slice:P Poc:82 I:22 P:826 SKIP:352 size=7677 bytes
[h264 @ 0x7fffe18c0840] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:43.000000 t:1.752000 pos:2561808.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 42 QP=22.50 NAL=2 Slice:P Poc:84 I:24 P:813 SKIP:363 size=8284 bytes
[h264 @ 0x7fffe18dd600] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:44.000000 t:1.794000 pos:2578437.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.179985
[libx264 @ 0x7fffe1602300] frame= 43 QP=23.47 NAL=2 Slice:P Poc:86 I:26 P:773 SKIP:401 size=6500 bytes
[h264 @ 0x7fffe1764e00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:45.000000 t:1.835000 pos:2595330.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 44 QP=23.26 NAL=2 Slice:P Poc:88 I:20 P:770 SKIP:410 size=6745 bytes
[h264 @ 0x7fffe1781900] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:46.000000 t:1.877000 pos:2610859.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 45 QP=22.72 NAL=2 Slice:P Poc:90 I:32 P:797 SKIP:371 size=7550 bytes
[Parsed_overlay_5 @ 0x7fffe204b980] n:47.000000 t:1.919000 pos:2622999.000000 x:0.000000 xi:0 y:0.000000 yi:0
[h264 @ 0x7fffe179e6c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[libx264 @ 0x7fffe1602300] frame= 46 QP=22.01 NAL=2 Slice:P Poc:92 I:41 P:806 SKIP:353 size=7227 bytes
[h264 @ 0x7fffe17bb480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:48.000000 t:1.961000 pos:2639451.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.169991
[libx264 @ 0x7fffe1602300] frame= 47 QP=22.10 NAL=2 Slice:P Poc:94 I:29 P:815 SKIP:356 size=7604 bytes
[Parsed_overlay_5 @ 0x7fffe204b980] n:49.000000 t:2.002000 pos:2655024.000000 x:0.000000 xi:0 y:0.000000 yi:0
[h264 @ 0x7fffe18ee680] nal_unit_type: 5(IDR), nal_ref_idc: 3
Last message repeated 7 times
[libx264 @ 0x7fffe1602300] frame= 48 QP=22.01 NAL=2 Slice:P Poc:96 I:28 P:814 SKIP:358 size=7304 bytes
[h264 @ 0x7fffe190b380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:50.000000 t:2.044000 pos:2668068.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 49 QP=21.95 NAL=2 Slice:P Poc:98 I:25 P:797 SKIP:378 size=7193 bytes
[h264 @ 0x7fffe1830080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:51.000000 t:2.086000 pos:2683703.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 50 QP=22.10 NAL=2 Slice:P Poc:100 I:27 P:838 SKIP:335 size=7338 bytes
[h264 @ 0x7fffe184ce40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:52.000000 t:2.127000 pos:2699216.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.189995
[libx264 @ 0x7fffe1602300] frame= 51 QP=22.19 NAL=2 Slice:P Poc:102 I:31 P:790 SKIP:379 size=7187 bytes
frame= 52 fps= 12 q=23.0 size= 440kB time=00:00:02.13 bitrate=1687.3kbits/s speed=0.509x
[h264 @ 0x7fffe1869c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:53.000000 t:2.169000 pos:2712790.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 52 QP=22.53 NAL=2 Slice:P Poc:104 I:25 P:800 SKIP:375 size=6839 bytes
[h264 @ 0x7fffe1886cc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:54.000000 t:2.211000 pos:2727374.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 53 QP=22.74 NAL=2 Slice:P Poc:106 I:31 P:772 SKIP:397 size=6629 bytes
[h264 @ 0x7fffe18a3a80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:55.000000 t:2.253000 pos:2741059.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 54 QP=20.63 NAL=2 Slice:P Poc:108 I:13 P:807 SKIP:380 size=6185 bytes
[h264 @ 0x7fffe18c0840] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:56.000000 t:2.294000 pos:2753480.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.179985
[libx264 @ 0x7fffe1602300] frame= 55 QP=23.17 NAL=2 Slice:P Poc:110 I:37 P:748 SKIP:415 size=8323 bytes
[h264 @ 0x7fffe18dd600] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:57.000000 t:2.336000 pos:2770913.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 56 QP=23.51 NAL=2 Slice:P Poc:112 I:19 P:699 SKIP:482 size=5671 bytes
[h264 @ 0x7fffe1764e00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:58.000000 t:2.378000 pos:2786331.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 57 QP=24.20 NAL=2 Slice:P Poc:114 I:15 P:779 SKIP:406 size=7162 bytes
[h264 @ 0x7fffe1781900] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:59.000000 t:2.419000 pos:2800838.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 58 QP=23.71 NAL=2 Slice:P Poc:116 I:36 P:789 SKIP:375 size=7773 bytes
[h264 @ 0x7fffe179e6c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:60.000000 t:2.461000 pos:2817204.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.169991
[libx264 @ 0x7fffe1602300] frame= 59 QP=23.19 NAL=2 Slice:P Poc:118 I:21 P:755 SKIP:424 size=7357 bytes
[h264 @ 0x7fffe17bb480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:61.000000 t:2.503000 pos:2831610.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 60 QP=19.11 NAL=3 Slice:I Poc:0 I:1200 P:0 SKIP:0 size=46973 bytes
[h264 @ 0x7fffe18ee680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:62.000000 t:2.544000 pos:2938189.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 61 QP=24.41 NAL=2 Slice:P Poc:2 I:166 P:667 SKIP:367 size=3860 bytes
[h264 @ 0x7fffe190b380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:63.000000 t:2.586000 pos:2953572.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 62 QP=23.36 NAL=2 Slice:P Poc:4 I:31 P:731 SKIP:438 size=5108 bytes
[h264 @ 0x7fffe1830080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:64.000000 t:2.628000 pos:2967029.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.159996
[libx264 @ 0x7fffe1602300] frame= 63 QP=22.72 NAL=2 Slice:P Poc:6 I:38 P:791 SKIP:371 size=6517 bytes
frame= 64 fps= 14 q=24.0 size= 566kB time=00:00:02.63 bitrate=1761.3kbits/s speed=0.557x
[h264 @ 0x7fffe184ce40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:65.000000 t:2.670000 pos:2983063.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 64 QP=22.60 NAL=2 Slice:P Poc:8 I:25 P:850 SKIP:325 size=7403 bytes
[h264 @ 0x7fffe1869c00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:66.000000 t:2.711000 pos:2999548.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 65 QP=23.14 NAL=2 Slice:P Poc:10 I:22 P:824 SKIP:354 size=7934 bytes
[h264 @ 0x7fffe1886cc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:67.000000 t:2.753000 pos:3015581.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 66 QP=22.69 NAL=2 Slice:P Poc:12 I:29 P:828 SKIP:343 size=8123 bytes
[h264 @ 0x7fffe18a3a80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:68.000000 t:2.795000 pos:3032731.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.149986
[libx264 @ 0x7fffe1602300] frame= 67 QP=23.42 NAL=2 Slice:P Poc:14 I:24 P:784 SKIP:392 size=7311 bytes
[h264 @ 0x7fffe18c0840] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:69.000000 t:2.836000 pos:3047272.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 68 QP=22.87 NAL=2 Slice:P Poc:16 I:10 P:788 SKIP:402 size=7015 bytes
[h264 @ 0x7fffe18dd600] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:70.000000 t:2.878000 pos:3057948.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 69 QP=23.36 NAL=2 Slice:P Poc:18 I:23 P:829 SKIP:348 size=7774 bytes
[h264 @ 0x7fffe1764e00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:71.000000 t:2.920000 pos:3073318.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 70 QP=23.55 NAL=2 Slice:P Poc:20 I:17 P:837 SKIP:346 size=8382 bytes
[h264 @ 0x7fffe1781900] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:72.000000 t:2.962000 pos:3091871.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.139992
[libx264 @ 0x7fffe1602300] frame= 71 QP=23.43 NAL=2 Slice:P Poc:22 I:13 P:795 SKIP:392 size=7770 bytes
[h264 @ 0x7fffe179e6c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:73.000000 t:3.003000 pos:3103350.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 72 QP=22.74 NAL=2 Slice:P Poc:24 I:26 P:838 SKIP:336 size=7539 bytes
[h264 @ 0x7fffe17bb480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:74.000000 t:3.045000 pos:3120599.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 73 QP=24.08 NAL=2 Slice:P Poc:26 I:39 P:780 SKIP:381 size=8195 bytes
[h264 @ 0x7fffe18ee680] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:75.000000 t:3.087000 pos:3140219.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 74 QP=24.60 NAL=2 Slice:P Poc:28 I:11 P:781 SKIP:408 size=7364 bytes
[h264 @ 0x7fffe190b380] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
[Parsed_overlay_5 @ 0x7fffe204b980] n:76.000000 t:3.128000 pos:3155715.000000 x:0.000000 xi:0 y:0.000000 yi:0
Clipping frame in rate conversion by 0.159996
[libx264 @ 0x7fffe1602300] frame= 75 QP=24.01 NAL=2 Slice:P Poc:30 I:25 P:841 SKIP:334 size=7550 bytes
frame= 76 fps= 15 q=24.0 size= 662kB time=00:00:03.13 bitrate=1730.6kbits/s speed=0.598x
[h264 @ 0x7fffe1830080] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
Last message repeated 7 times
frame= 76 fps= 13 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.553x
frame= 76 fps= 12 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.508x
frame= 76 fps= 11 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.47x
frame= 76 fps= 10 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.437x
frame= 76 fps=9.8 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.409x
frame= 76 fps=9.2 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.384x
frame= 76 fps=8.7 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.362x
frame= 76 fps=8.2 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.342x
frame= 76 fps=7.8 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.325x
frame= 76 fps=7.4 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.309x
frame= 76 fps=7.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.294x
frame= 76 fps=6.7 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.281x
frame= 76 fps=6.4 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.269x
frame= 76 fps=6.2 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.258x
frame= 76 fps=5.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.248x
frame= 76 fps=5.7 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.239x
frame= 76 fps=5.5 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.23x
frame= 76 fps=5.3 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.222x
frame= 76 fps=5.1 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.214x
frame= 76 fps=5.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.207x
frame= 76 fps=4.8 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.201x
frame= 76 fps=4.7 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.194x
frame= 76 fps=4.5 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.189x
frame= 76 fps=4.4 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.183x
frame= 76 fps=4.3 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.178x
frame= 76 fps=4.1 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.173x
frame= 76 fps=4.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.168x
frame= 76 fps=3.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.164x
frame= 76 fps=3.8 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.16x
frame= 76 fps=3.7 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.156x
frame= 76 fps=3.6 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.152x
frame= 76 fps=3.6 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.148x
frame= 76 fps=3.5 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.145x
frame= 76 fps=3.4 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.142x
frame= 76 fps=3.3 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.139x
frame= 76 fps=3.2 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.136x
frame= 76 fps=3.2 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.133x
frame= 76 fps=3.1 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.13x
frame= 76 fps=3.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.127x
frame= 76 fps=3.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.125x
frame= 76 fps=2.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.122x
frame= 76 fps=2.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.12x
frame= 76 fps=2.8 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.118x
frame= 76 fps=2.8 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.116x
frame= 76 fps=2.7 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.114x
frame= 76 fps=2.7 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.112x
frame= 76 fps=2.6 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.11x
frame= 76 fps=2.6 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.108x
frame= 76 fps=2.5 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.106x
frame= 76 fps=2.5 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.104x
frame= 76 fps=2.5 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.103x
frame= 76 fps=2.4 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.101x
frame= 76 fps=2.4 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0993x
frame= 76 fps=2.3 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0978x
frame= 76 fps=2.3 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0963x
frame= 76 fps=2.3 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0949x
frame= 76 fps=2.2 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0935x
frame= 76 fps=2.2 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0921x
frame= 76 fps=2.2 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0908x
frame= 76 fps=2.1 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0895x
frame= 76 fps=2.1 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0882x
frame= 76 fps=2.1 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.087x
frame= 76 fps=2.1 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0858x
frame= 76 fps=2.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0847x
frame= 76 fps=2.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0835x
frame= 76 fps=2.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0824x
frame= 76 fps=1.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0814x
frame= 76 fps=1.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0804x
frame= 76 fps=1.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0793x
frame= 76 fps=1.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0784x
frame= 76 fps=1.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0774x
frame= 76 fps=1.8 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0765x
frame= 76 fps=1.8 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0756x
frame= 76 fps=1.8 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0747x
frame= 76 fps=1.8 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0738x
frame= 76 fps=1.7 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0729x
frame= 76 fps=1.7 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0721x
frame= 76 fps=1.7 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0713x
frame= 76 fps=1.7 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0705x
frame= 76 fps=1.7 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0697x
frame= 76 fps=1.6 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.069x
frame= 76 fps=1.6 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0682x
frame= 76 fps=1.6 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0675x
frame= 76 fps=1.6 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0668x
frame= 76 fps=1.6 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0661x
frame= 76 fps=1.6 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0654x
frame= 76 fps=1.5 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0647x
frame= 76 fps=1.5 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0641x
frame= 76 fps=1.5 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0634x
frame= 76 fps=1.5 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0628x
frame= 76 fps=1.5 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0622x
frame= 76 fps=1.5 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0616x
frame= 76 fps=1.5 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.061x
frame= 76 fps=1.4 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0604x
frame= 76 fps=1.4 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0598x
frame= 76 fps=1.4 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0592x
frame= 76 fps=1.4 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0587x
frame= 76 fps=1.4 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0582x
frame= 76 fps=1.4 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0576x
frame= 76 fps=1.4 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0571x
frame= 76 fps=1.4 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0566x
frame= 76 fps=1.3 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0561x
frame= 76 fps=1.3 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0556x
frame= 76 fps=1.3 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0551x
frame= 76 fps=1.3 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0546x
frame= 76 fps=1.3 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0542x
frame= 76 fps=1.3 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0537x
frame= 76 fps=1.3 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0532x
frame= 76 fps=1.3 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0528x
frame= 76 fps=1.3 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0524x
frame= 76 fps=1.2 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0519x
frame= 76 fps=1.2 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0515x
frame= 76 fps=1.2 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0511x
frame= 76 fps=1.2 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0507x
frame= 76 fps=1.2 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0503x
frame= 76 fps=1.2 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0499x
frame= 76 fps=1.2 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0495x
frame= 76 fps=1.2 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0491x
frame= 76 fps=1.2 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0487x
frame= 76 fps=1.2 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0483x
frame= 76 fps=1.1 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.048x
frame= 76 fps=1.1 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0476x
frame= 76 fps=1.1 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0473x
frame= 76 fps=1.1 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0469x
frame= 76 fps=1.1 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0466x
frame= 76 fps=1.1 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0462x
frame= 76 fps=1.1 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0459x
frame= 76 fps=1.1 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0456x
frame= 76 fps=1.1 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0452x
frame= 76 fps=1.1 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0449x
frame= 76 fps=1.1 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0446x
frame= 76 fps=1.1 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0443x
frame= 76 fps=1.1 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.044x
frame= 76 fps=1.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0437x
frame= 76 fps=1.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0434x
frame= 76 fps=1.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0431x
frame= 76 fps=1.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0428x
frame= 76 fps=1.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0425x
frame= 76 fps=1.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0422x
frame= 76 fps=1.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0419x
frame= 76 fps=1.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0416x
frame= 76 fps=1.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0414x
frame= 76 fps=1.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0411x
frame= 76 fps=1.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0408x
frame= 76 fps=1.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0406x
frame= 76 fps=1.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0403x
frame= 76 fps=1.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0401x
frame= 76 fps=1.0 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0398x
frame= 76 fps=0.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0396x
frame= 76 fps=0.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0393x
frame= 76 fps=0.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0391x
frame= 76 fps=0.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0388x
frame= 76 fps=0.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0386x
frame= 76 fps=0.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0384x
frame= 76 fps=0.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0381x
frame= 76 fps=0.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0379x
frame= 76 fps=0.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0377x
frame= 76 fps=0.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0375x
frame= 76 fps=0.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0372x
frame= 76 fps=0.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.037x
frame= 76 fps=0.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0368x
frame= 76 fps=0.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0366x
frame= 76 fps=0.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0364x
frame= 76 fps=0.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0362x
frame= 76 fps=0.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.036x
frame= 76 fps=0.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0358x
frame= 76 fps=0.9 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0356x
frame= 76 fps=0.8 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0354x
frame= 76 fps=0.8 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0352x
frame= 76 fps=0.8 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.035x
frame= 76 fps=0.8 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0348x
frame= 76 fps=0.8 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0346x
frame= 76 fps=0.8 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0344x
frame= 76 fps=0.8 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0342x
frame= 76 fps=0.8 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.034x
frame= 76 fps=0.8 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0338x
frame= 76 fps=0.8 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0337x
frame= 76 fps=0.8 q=24.0 size= 677kB time=00:00:03.17 bitrate=1745.3kbits/s speed=0.0335x
[Parsed_overlay_5 @ 0x7fffe204b980] n:77.000000 t:3.170000 pos:3171765.000000 x:0.000000 xi:0 y:0.000000 yi:0
[libx264 @ 0x7fffe1602300] frame= 76 QP=24.03 NAL=2 Slice:P Poc:32 I:21 P:848 SKIP:331 size=7871 bytes
av_interleaved_write_frame(): End of file
No more output streams to write to, finishing.
[Parsed_overlay_5 @ 0x7fffe204b980] n:78.000000 t:3.212000 pos:3188756.000000 x:0.000000 xi:0 y:0.000000 yi:0
[flv @ 0x7fffe15da140] Failed to update header with correct duration.
[flv @ 0x7fffe15da140] Failed to update header with correct filesize.
Error writing trailer of rtmp://publish.stream.mvs.wtf/push/LFcDPV65OWznyhAjcSvOqhcxN9BRFBijP7jFakjweR0: End of file
frame= 77 fps=0.8 q=24.0 Lsize= 678kB time=00:00:03.20 bitrate=1735.1kbits/s speed=0.0336x
video:631kB audio:50kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
Input file #0 (pipe:0):
Input stream #0:0 (video): 94 packets read (200219 bytes); 94 frames decoded;
Input stream #0:1 (audio): 4990 packets read (347496 bytes); 4990 frames decoded (4790400 samples);
Total: 5084 packets (547715 bytes) demuxed
Input file #1 (rtmp://eu-02.re.stream.mvs.wtf:1936/monitor/pV2ErmcZIscDsaoU8AS4KuYYYZG_-wPDiH_sDeu6U58):
Input stream #1:0 (data): 0 packets read (0 bytes);
Input stream #1:1 (audio): 263 packets read (98092 bytes); 263 frames decoded (269312 samples);
Input stream #1:2 (video): 146 packets read (2567219 bytes); 78 frames decoded;
Total: 409 packets (2665311 bytes) demuxed
Output file #0 (rtmp://publish.stream.mvs.wtf/push/LFcDPV65OWznyhAjcSvOqhcxN9BRFBijP7jFakjweR0):
Output stream #0:0 (video): 77 frames encoded; 77 packets muxed (645746 bytes);
Output stream #0:1 (audio): 152 frames encoded (155648 samples); 151 packets muxed (51540 bytes);
Total: 228 packets (697286 bytes) muxed
5425 frames successfully decoded, 0 decoding errors
[AVIOContext @ 0x7fffe1603e40] Statistics: 0 seeks, 231 writeouts
[rtmp @ 0x7fffe15fa040] UnPublishing stream...
[rtmp @ 0x7fffe15fa040] Deleting stream...
[libx264 @ 0x7fffe1602300] frame I:2 Avg QP:18.67 size: 45102
[libx264 @ 0x7fffe1602300] frame P:75 Avg QP:23.04 size: 7399
[libx264 @ 0x7fffe1602300] mb I I16..4: 6.6% 36.7% 56.7%
[libx264 @ 0x7fffe1602300] mb P I16..4: 1.7% 1.7% 0.1% P16..4: 65.8% 0.0% 0.0% 0.0% 0.0% skip:30.8%
[libx264 @ 0x7fffe1602300] 8x8 transform intra:43.3% inter:17.8%
[libx264 @ 0x7fffe1602300] coded y,uvDC,uvAC intra: 45.1% 74.2% 46.8% inter: 23.6% 16.1% 2.1%
[libx264 @ 0x7fffe1602300] i16 v,h,dc,p: 24% 39% 35% 2%
[libx264 @ 0x7fffe1602300] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 13% 27% 29% 6% 4% 3% 8% 2% 8%
[libx264 @ 0x7fffe1602300] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 22% 22% 16% 9% 5% 6% 5% 6% 11%
[libx264 @ 0x7fffe1602300] i8c dc,h,v,p: 46% 31% 14% 9%
[libx264 @ 0x7fffe1602300] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 0x7fffe1602300] kb/s:2010.79
[aac @ 0x7fffe153d500] Qavg: 158.185
[AVIOContext @ 0x7fffe1539a80] Statistics: 208 bytes read, 0 seeks
[AVIOContext @ 0x7fffe15332c0] Statistics: 3455392 bytes read, 0 seeks
[rtmp @ 0x7fffe1532e00] Deleting stream...
Conversion failed!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment