Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#2395 closed defect (fixed)

ffmpeg: audio encoding issue (audio stops playback about half way through)

Reported by: DK Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

I've been trying to convert a sequence of PNG files to a video with some sound (mp3 or wav).
It pretty much works with different codecs and quality settings for both video and audio.
But the audio disappears somewhere in the middle of the process

E.g. here's my options (I tried copying audio, encoding to various codecs from mp3 and wav with various bitrates etc - all with the same result):

ffmpeg -report -threads 0 -f image2 -i "files/%%d.png" -i "audio.mp3" -start_number 0 -frames 1500 -vcodec mpeg4 -q 20 -acodec copy -r 25 -y "video_out/seq.mp4"

this gives me a video with the problem that audio stops being played about half way through.

Here's the output from ffmpeg: http://pastebin.com/cgWqhK2A
I can't see any strange issues there.

Please let me know if you know where this could be coming from. I've been banging my head for a long time trying to resolve this.

I'm on FFMPEG for windows (Feb 1 2013 18:47:10 with gcc 4.7.2 (GCC)).

Thanks

Change History (5)

comment:1 by Carl Eugen Hoyos, 11 years ago

Keywords: audio encoding playback stops removed
Priority: importantnormal

To make this a valid ticket, please paste your command line together with the complete, uncut console output into the ticket, please do not use external resources.

in reply to:  1 ; comment:2 by DK, 11 years ago

Replying to cehoyos:

To make this a valid ticket, please paste your command line together with the complete, uncut console output into the ticket, please do not use external resources.

Looks like this is only happening when I provide "-frames" option. If I remove it, ffmpeg terminates the sequence encoding when no more files are available and I don't get these audio issues.

Command line:

ffmpeg.exe -report -threads 0 -f image2 -i "files/%%d.png" -i "audio.mp3"
-start_number 0 -frames 1500 -vcodec mpeg4 -q 20 -acodec copy -r 25 -y
"video_out/seq.mp4"

Output:

ffmpeg started on 2013-03-22 at 05:44:06
Report written to "ffmpeg-20130322-054406.log"
Command line:
../../ffmpeg/bin/ffmpeg.exe -report -threads 0 -f image2 -i "files/%d.png" -i "audio.mp3" -start_number 0 -frames 2500 -vcodec mpeg4 -acodec copy -y -q 20 "video_out/seq.mp4"
ffmpeg version N-49527-g985e93a Copyright (c) 2000-2013 the FFmpeg developers

built on Feb 1 2013 18:47:10 with gcc 4.7.2 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
libavutil 52. 17.100 / 52. 17.100
libavcodec 54. 91.100 / 54. 91.100
libavformat 54. 61.104 / 54. 61.104
libavdevice 54. 3.103 / 54. 3.103
libavfilter 3. 35.100 / 3. 35.100
libswscale 2. 2.100 / 2. 2.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 2.100 / 52. 2.100

Splitting the commandline.
Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
Reading option '-threads' ... matched as AVOption 'threads' with argument '0'.
Reading option '-f' ... matched as option 'f' (force format) with argument 'image2'.
Reading option '-i' ... matched as input file with argument 'files/%d.png'.
Reading option '-i' ... matched as input file with argument 'audio.mp3'.
Reading option '-start_number' ... matched as AVOption 'start_number' with argument '0'.
Reading option '-frames' ... matched as option 'frames' (set the number of frames to record) with argument '2500'.
Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'mpeg4'.
Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'copy'.
Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
Reading option '-q' ... matched as option 'q' (use fixed quality scale (VBR)) with argument '20'.
Reading option 'video_out/seq.mp4' ... matched as output file.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option report (generate a report) with argument 1.
Applying option y (overwrite output files) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input file files/%d.png.
Applying option f (force format) with argument image2.
Successfully parsed a group of options.
Opening an input file: files/%d.png.
[AVIOContext @ 000000000209dfc0] Statistics: 5307 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 5307 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 5307 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 5307 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 5307 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 5307 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 5307 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 5307 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 5307 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 5307 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 5307 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 5307 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 000000000209dfc0] Statistics: 196447 bytes read, 0 seeks
[image2 @ 000000000217fa60] Probe buffer size limit of 5000000 bytes reached
Input #0, image2, from 'files/%d.png':

Duration: 00:04:18.64, start: 0.000000, bitrate: N/A

Stream #0:0, 38, 1/25: Video: png, rgba, 1280x720, 25 fps, 25 tbr, 25 tbn, 25 tbc

Successfully opened the file.
Parsing a group of options: input file audio.mp3.
Successfully parsed a group of options.
Opening an input file: audio.mp3.
[mp3 @ 0000000002115760] Format mp3 probed with size=4096 and score=51
[mp3 @ 0000000002115760] pad 576 1736
[mp3 @ 0000000002115760] File position before avformat_find_stream_info() is 417
[mp3 @ 0000000002115760] max_analyze_duration 5000000 reached at 5015510 microseconds
[mp3 @ 0000000002115760] File position after avformat_find_stream_info() is 204193
Input #1, mp3, from 'audio.mp3':

Duration: 00:04:18.69, start: 0.000000, bitrate: 319 kb/s

Stream #1:0, 194, 1/14112000: Audio: mp3, 44100 Hz, stereo, s16p, 320 kb/s

Successfully opened the file.
Parsing a group of options: output file video_out/seq.mp4.
Applying option frames (set the number of frames to record) with argument 2500.
Applying option vcodec (force video codec ('copy' to copy stream)) with argument mpeg4.
Applying option acodec (force audio codec ('copy' to copy stream)) with argument copy.
Applying option q (use fixed quality scale (VBR)) with argument 20.
Successfully parsed a group of options.
Opening an output file: video_out/seq.mp4.
Successfully opened the file.
[buffer @ 000000000217a5e0] Setting entry with key 'video_size' to value '1280x720'
[buffer @ 000000000217a5e0] Setting entry with key 'pix_fmt' to value '28'
[buffer @ 000000000217a5e0] Setting entry with key 'time_base' to value '1/25'
[buffer @ 000000000217a5e0] Setting entry with key 'pixel_aspect' to value '0/1'
[buffer @ 000000000217a5e0] Setting entry with key 'sws_param' to value 'flags=2'
[buffer @ 000000000217a5e0] Setting entry with key 'frame_rate' to value '25/1'
[graph 0 input from stream 0:0 @ 00000000043eb5c0] w:1280 h:720 pixfmt:rgba tb:1/25 fr:25/1 sar:0/1 sws_param:flags=2
[scale @ 000000000208a2e0] Setting 'w' to value '0'
[scale @ 000000000208a2e0] Setting 'h' to value '0'
[scale @ 000000000208a2e0] Setting 'flags' to value '0x4'
[auto-inserted scaler 0 @ 00000000043eb800] w:0 h:0 flags:'0x4' interl:0
[format @ 00000000043eb640] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed_null_0' and the filter 'format'
[auto-inserted scaler 0 @ 00000000043eb800] w:1280 h:720 fmt:rgba sar:0/1 -> w:1280 h:720 fmt:yuv420p sar:0/1 flags:0x4
[mpeg4 @ 000000000217e260] detected 8 logical cores
[mpeg4 @ 000000000217e260] intra_quant_bias = 0 inter_quant_bias = -64
Output #0, avi, to 'video_out/seq.mp4':

Metadata:

ISFT : Lavf54.61.104
Stream #0:0, 0, 1/25: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 1280x720, q=2-31, 200 kb/s, 25 tbn, 25 tbc
Stream #0:1, 0, 32/1225: Audio: mp3 (U[0][0][0] / 0x0055), 44100 Hz, stereo, 320 kb/s

Stream mapping:

Stream #0:0 -> #0:0 (png -> mpeg4)
Stream #1:0 -> #0:1 (copy)

Press [q] to stop, ? for help
[mp3 @ 0000000002115760] demuxer injecting skip 1105
frame= 23 fps=0.0 q=20.0 size= 107kB time=00:00:00.92 bitrate= 956.8kbits/s
Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
frame= 45 fps= 44 q=20.0 size= 238kB time=00:00:08.98 bitrate= 216.6kbits/s
Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
frame= 52 fps= 34 q=20.0 size= 288kB time=00:00:32.75 bitrate= 72.1kbits/s
Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
frame= 60 fps= 30 q=20.0 size= 317kB time=00:01:00.63 bitrate= 42.8kbits/s
Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
frame= 68 fps= 27 q=20.0 size= 371kB time=00:01:05.30 bitrate= 46.5kbits/s
Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
frame= 74 fps= 24 q=20.0 size= 417kB time=00:01:05.30 bitrate= 52.4kbits/s
Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
frame= 79 fps= 22 q=20.0 size= 436kB time=00:01:05.30 bitrate= 54.7kbits/s
Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
frame= 85 fps= 21 q=20.0 size= 482kB time=00:01:05.30 bitrate= 60.5kbits/s
Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
frame= 93 fps= 20 q=20.0 size= 511kB time=00:01:05.30 bitrate= 64.1kbits/s
Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
frame= 100 fps= 20 q=20.0 size= 562kB time=00:01:05.30 bitrate= 70.5kbits/s
Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
frame= 106 fps= 19 q=20.0 size= 584kB time=00:01:05.30 bitrate= 73.2kbits/s
Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
frame= 118 fps= 19 q=20.0 size= 653kB time=00:01:05.30 bitrate= 81.9kbits/s
Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
frame= 129 fps= 20 q=20.0 size= 717kB time=00:01:05.30 bitrate= 89.9kbits/s
Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
frame= 134 fps= 19 q=20.0 size= 760kB time=00:01:05.30 bitrate= 95.4kbits/s
Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
frame= 139 fps= 18 q=20.0 size= 779kB time=00:01:05.30 bitrate= 97.7kbits/s
Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
frame= 146 fps= 18 q=20.0 size= 829kB time=00:01:05.30 bitrate= 104.1kbits/s
Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
frame= 152 fps= 18 q=20.0 size= 851kB time=00:01:05.30 bitrate= 106.8kbits/s
Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
frame= 160 fps= 18 q=20.0 size= 905kB time=00:00:06.40 bitrate=1158.2kbits/s
Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 196447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
frame= 168 fps= 18 q=20.0 size= 947kB time=00:00:06.72 bitrate=1154.3kbits/s
Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
frame= 175 fps= 17 q=20.0 size= 995kB time=00:00:07.00 bitrate=1164.1kbits/s
Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
frame= 184 fps= 17 q=20.0 size= 1050kB time=00:00:07.36 bitrate=1168.9kbits/s
Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
frame= 192 fps= 17 q=20.0 size= 1081kB time=00:00:07.68 bitrate=1152.6kbits/s
Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
frame= 200 fps= 17 q=20.0 size= 1132kB time=00:00:08.00 bitrate=1158.9kbits/s
Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
frame= 216 fps= 18 q=20.0 size= 1214kB time=00:00:08.64 bitrate=1151.3kbits/s
Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
frame= 224 fps= 18 q=20.0 size= 1265kB time=00:00:08.96 bitrate=1156.9kbits/s
Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
frame= 230 fps= 18 q=20.0 size= 1309kB time=00:00:09.20 bitrate=1165.5kbits/s
Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 193390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
frame= 251 fps= 18 q=20.0 size= 1403kB time=00:00:10.04 bitrate=1145.0kbits/s
Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20763 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20772 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20802 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20812 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20800 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20842 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20857 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20862 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20867 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20956 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20950 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20957 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20964 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20972 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20906 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20906 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20925 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20921 bytes read, 0 seeks
frame= 275 fps= 19 q=20.0 size= 1503kB time=00:00:11.00 bitrate=1119.1kbits/s
Statistics: 20935 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20912 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20912 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20912 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20919 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20916 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20902 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20929 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20892 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20904 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20891 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20867 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20787 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20784 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20800 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20791 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20770 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20785 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20791 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20821 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20836 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20900 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20898 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20980 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20945 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20961 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20981 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20968 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20968 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20967 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20994 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20995 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20980 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20966 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20984 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20961 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20995 bytes read, 0 seeks
frame= 303 fps= 21 q=20.0 size= 1609kB time=00:00:12.12 bitrate=1087.5kbits/s
Statistics: 21010 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20966 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20979 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20977 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20960 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20924 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20917 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20909 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20889 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20895 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20825 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20809 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20778 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20826 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20800 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20811 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20832 bytes read, 0 seeks
frame= 328 fps= 22 q=20.0 size= 1707kB time=00:00:13.12 bitrate=1066.1kbits/s
Statistics: 20825 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20884 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20923 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20923 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20936 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20957 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20960 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20946 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20939 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20922 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20832 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20825 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20756 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21934 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21934 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21934 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21934 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21934 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22002 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21986 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22000 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22015 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22024 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22116 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22134 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22094 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22072 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22070 bytes read, 0 seeks
frame= 352 fps= 22 q=20.0 size= 1819kB time=00:00:14.08 bitrate=1058.4kbits/s
Statistics: 22076 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21980 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21966 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21978 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22018 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22023 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22038 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22033 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22099 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22121 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22096 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22105 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22113 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22137 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22112 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22048 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22048 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22059 bytes read, 0 seeks
frame= 375 fps= 23 q=20.0 size= 1921kB time=00:00:15.00 bitrate=1049.3kbits/s
Statistics: 22077 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22076 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22105 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22104 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22137 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22092 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22078 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22090 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22060 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22053 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22000 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21944 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21985 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22074 bytes read, 0 seeks
frame= 389 fps= 23 q=20.0 size= 2002kB time=00:00:15.56 bitrate=1054.2kbits/s
Statistics: 22084 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22084 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22160 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22147 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22179 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22117 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22094 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22112 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22123 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22096 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22102 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22107 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22085 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22079 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22084 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22078 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22089 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22058 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22054 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22058 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22042 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22037 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21986 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21942 bytes read, 0 seeks
frame= 413 fps= 24 q=20.0 size= 2101kB time=00:00:16.52 bitrate=1042.1kbits/s
Statistics: 21998 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21993 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22001 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22002 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22010 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22073 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22097 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22090 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22092 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22112 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22140 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22129 bytes read, 0 seeks
frame= 425 fps= 24 q=20.0 size= 2151kB time=00:00:17.00 bitrate=1036.6kbits/s
Statistics: 22116 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22103 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22085 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22010 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21998 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21957 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21928 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21620 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21620 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21620 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21620 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21620 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21634 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21667 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21770 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21748 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21693 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21701 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21695 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21689 bytes read, 0 seeks
frame= 443 fps= 24 q=20.0 size= 2236kB time=00:00:17.72 bitrate=1033.8kbits/s
Statistics: 21694 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21691 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21696 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21707 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21696 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21701 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21628 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21654 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21743 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21815 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21839 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21831 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21831 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21845 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21849 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21845 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21855 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21864 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21845 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21839 bytes read, 0 seeks
frame= 465 fps= 25 q=20.0 size= 2338kB time=00:00:18.60 bitrate=1029.7kbits/s
Statistics: 21885 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21979 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21919 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21928 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21925 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21995 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21957 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21919 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21929 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21904 bytes read, 0 seeks
frame= 475 fps= 25 q=20.0 size= 2385kB time=00:00:19.00 bitrate=1028.3kbits/s
Statistics: 21916 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21889 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21862 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21869 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21847 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21852 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21853 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21830 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21816 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21796 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21768 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21674 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21751 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21762 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21777 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21806 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21796 bytes read, 0 seeks
frame= 492 fps= 25 q=20.0 size= 2447kB time=00:00:19.68 bitrate=1018.7kbits/s
Statistics: 21803 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21795 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21822 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21810 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21807 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21816 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21789 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21806 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21816 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21849 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21807 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21792 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21753 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21671 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21637 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21657 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21678 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21794 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21782 bytes read, 0 seeks
frame= 511 fps= 25 q=20.0 size= 2538kB time=00:00:20.44 bitrate=1017.1kbits/s
Statistics: 21801 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21805 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21769 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21739 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21741 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21726 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21721 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21656 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21614 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22348 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22348 bytes read, 0 seeks
frame= 522 fps= 25 q=20.0 size= 2593kB time=00:00:20.88 bitrate=1017.3kbits/s
Statistics: 22354 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22404 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22416 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22465 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22492 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22495 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22500 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22505 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22490 bytes read, 0 seeks
frame= 531 fps= 25 q=20.0 size= 2613kB time=00:00:21.24 bitrate=1007.8kbits/s
Statistics: 22516 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22420 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22420 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22392 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22377 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22470 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22485 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22493 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22497 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22511 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22560 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22513 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22502 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22504 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22480 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22496 bytes read, 0 seeks
frame= 547 fps= 25 q=20.0 size= 2708kB time=00:00:21.88 bitrate=1013.9kbits/s
Statistics: 22481 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22496 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22478 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22484 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22490 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22474 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22467 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22481 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22433 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22357 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22367 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22386 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22379 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22378 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22397 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22383 bytes read, 0 seeks
frame= 563 fps= 25 q=20.0 size= 2771kB time=00:00:22.52 bitrate=1007.9kbits/s
Statistics: 22407 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22409 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22416 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22427 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22435 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22443 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22444 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22438 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22448 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22441 bytes read, 0 seeks
frame= 574 fps= 25 q=20.0 size= 2823kB time=00:00:22.96 bitrate=1007.4kbits/s
Statistics: 22439 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22464 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22450 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22461 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22473 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22469 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22512 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22475 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22483 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22487 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22511 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22544 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22523 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22530 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22525 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22504 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22513 bytes read, 0 seeks
frame= 591 fps= 25 q=20.0 size= 2889kB time=00:00:23.64 bitrate=1001.0kbits/s
Statistics: 22517 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22513 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22518 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22538 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22470 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22458 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22458 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22465 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22449 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22454 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22441 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22437 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22416 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22351 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22351 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22351 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22351 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22351 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22351 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22351 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22371 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22373 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22374 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22369 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22410 bytes read, 0 seeks
frame= 615 fps= 26 q=20.0 size= 2996kB time=00:00:24.60 bitrate= 997.8kbits/s
Statistics: 22456 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22438 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22455 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22464 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22464 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22478 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22482 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22483 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22428 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22402 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22408 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22410 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22391 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22392 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22407 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22387 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22387 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22387 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22387 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22387 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22387 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22387 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22387 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22387 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22387 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22387 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22387 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22387 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22387 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22383 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22383 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22383 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22383 bytes read, 0 seeks
frame= 643 fps= 26 q=20.0 size= 3139kB time=00:00:25.72 bitrate= 999.8kbits/s
Statistics: 22383 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22383 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22403 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22409 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22376 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22380 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22356 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22358 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22357 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22345 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22371 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22366 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22419 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22518 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22512 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22528 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22548 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22579 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22621 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22619 bytes read, 0 seeks
frame= 669 fps= 27 q=20.0 size= 3248kB time=00:00:26.76 bitrate= 994.4kbits/s
Statistics: 22693 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22669 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22657 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22657 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22670 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22676 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22727 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22679 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22640 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22628 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22606 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22597 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22591 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22602 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22510 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22505 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22527 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22526 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22518 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22512 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22562 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22557 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22514 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22521 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22517 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22510 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22504 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22504 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22529 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22543 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22518 bytes read, 0 seeks
frame= 698 fps= 28 q=20.0 size= 3365kB time=00:00:27.92 bitrate= 987.2kbits/s
Statistics: 22528 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22550 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22493 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22462 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22467 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22464 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22489 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22479 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22476 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22498 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22476 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22476 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22486 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22415 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22426 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22409 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22421 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22412 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22400 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22380 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22384 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22383 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22333 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22333 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18366 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18366 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18366 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18366 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18366 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18366 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18366 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18366 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18366 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18366 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18366 bytes read, 0 seeks
frame= 727 fps= 28 q=20.0 size= 3514kB time=00:00:29.08 bitrate= 989.8kbits/s
Statistics: 18366 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18366 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18366 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18366 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18411 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18430 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18410 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18474 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18581 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18555 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18566 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18592 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18583 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18580 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18574 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18638 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18624 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18568 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18595 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18653 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18600 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18556 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18567 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18560 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18550 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18532 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18530 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18531 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18466 bytes read, 0 seeks
frame= 757 fps= 29 q=20.0 size= 3614kB time=00:00:30.28 bitrate= 977.7kbits/s
Statistics: 18455 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18459 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18455 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18475 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18456 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18431 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18420 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18433 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18453 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18451 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18450 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18454 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18450 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18459 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18447 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18445 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18448 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18451 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18428 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18448 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18449 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18408 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18366 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18366 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18366 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18385 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18403 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18416 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18406 bytes read, 0 seeks
frame= 786 fps= 29 q=20.0 size= 3727kB time=00:00:31.44 bitrate= 971.1kbits/s
Statistics: 18424 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18452 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18495 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18480 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18476 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18478 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18483 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18480 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18498 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18486 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18494 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18494 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18514 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18498 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18521 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18510 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18518 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18447 bytes read, 0 seeks
frame= 813 fps= 30 q=20.0 size= 3816kB time=00:00:32.52 bitrate= 961.3kbits/s
Statistics: 18453 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18428 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18440 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18419 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18418 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18411 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18402 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18399 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18410 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18400 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18357 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18357 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18357 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 18357 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20869 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20869 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20869 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20869 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20869 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20869 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20869 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20869 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20869 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20869 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20869 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20869 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20869 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20869 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20869 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20869 bytes read, 0 seeks
frame= 837 fps= 30 q=20.0 size= 3928kB time=00:00:33.48 bitrate= 961.1kbits/s
Statistics: 20869 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20869 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20899 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20886 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20988 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21012 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21032 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21029 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21038 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21064 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21039 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21027 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21039 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21033 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21041 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21033 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21054 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21085 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21102 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21110 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21099 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21098 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21133 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21094 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21087 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21087 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21082 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21089 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21084 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21086 bytes read, 0 seeks
frame= 866 fps= 31 q=20.0 size= 4044kB time=00:00:34.64 bitrate= 956.4kbits/s
Statistics: 21078 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21074 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21070 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21039 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20971 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20973 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20961 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20916 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20893 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20876 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20876 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20876 bytes read, 0 seeks
frame= 885 fps= 31 q=20.0 size= 4137kB time=00:00:35.40 bitrate= 957.3kbits/s
Statistics: 20876 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20876 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20876 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20876 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20876 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20894 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20922 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20921 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20910 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20910 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20964 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20943 bytes read, 0 seeks
frame= 897 fps= 31 q=20.0 size= 4188kB time=00:00:35.88 bitrate= 956.1kbits/s
Statistics: 20979 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20972 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20955 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20977 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21021 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21007 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20994 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20989 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20973 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21020 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21006 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20997 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20996 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20975 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20982 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20974 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20943 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20915 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20912 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20906 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20876 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20876 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20948 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20990 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20996 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20973 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20985 bytes read, 0 seeks
frame= 919 fps= 31 q=20.0 size= 4285kB time=00:00:36.76 bitrate= 955.0kbits/s
Statistics: 21001 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21008 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20992 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20994 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20986 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20983 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20973 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20988 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21013 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20997 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21022 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21030 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21018 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21028 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21023 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21037 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21040 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21036 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21029 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21053 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21093 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21063 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21027 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21039 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21039 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21047 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21055 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21042 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21022 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21012 bytes read, 0 seeks
frame= 948 fps= 31 q=20.0 size= 4396kB time=00:00:37.92 bitrate= 949.8kbits/s
Statistics: 20971 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20906 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20918 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20924 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20930 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20901 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20887 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20873 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20873 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20873 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20873 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20873 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20897 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20982 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20992 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20993 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21003 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20979 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21018 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21070 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21041 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21069 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21048 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21063 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21072 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21071 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21055 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21078 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21057 bytes read, 0 seeks
frame= 977 fps= 32 q=20.0 size= 4527kB time=00:00:39.08 bitrate= 948.9kbits/s
Statistics: 21070 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21044 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21004 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21005 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21020 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21007 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21006 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21029 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20983 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20928 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20944 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20930 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20894 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20902 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20859 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20859 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20859 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24338 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24338 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24338 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24338 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24338 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24338 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24364 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24410 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24441 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24454 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24472 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24492 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24518 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24562 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24552 bytes read, 0 seeks
frame= 1006 fps= 32 q=20.0 size= 4648kB time=00:00:40.24 bitrate= 946.3kbits/s
Statistics: 24549 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24569 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24561 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24561 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24567 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24569 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24548 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24518 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24529 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24538 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24567 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24537 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24523 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24527 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24489 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24440 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24454 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24421 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24379 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24366 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24359 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24398 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24471 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24462 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24458 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24467 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24476 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24473 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24485 bytes read, 0 seeks
frame= 1035 fps= 32 q=20.0 size= 4788kB time=00:00:41.40 bitrate= 947.4kbits/s
Statistics: 24485 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24503 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24492 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24524 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24530 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24542 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24590 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24593 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24580 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24580 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24600 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24644 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24633 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24623 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24642 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24631 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24636 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24613 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24613 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24625 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24622 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24596 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24587 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24514 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24563 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24551 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24550 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24562 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24535 bytes read, 0 seeks
frame= 1064 fps= 33 q=20.0 size= 4956kB time=00:00:42.56 bitrate= 954.0kbits/s
Statistics: 24549 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24528 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24527 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24476 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24442 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24432 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24388 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24362 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24373 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24428 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24425 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24500 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24558 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24543 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24570 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24551 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24579 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24574 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24566 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24568 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24579 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24591 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24562 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24643 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24639 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24613 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24613 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24631 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24628 bytes read, 0 seeks
frame= 1093 fps= 33 q=20.0 size= 5089kB time=00:00:43.72 bitrate= 953.6kbits/s
Statistics: 24613 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24653 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24679 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24690 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24643 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24626 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24626 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24626 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24639 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24645 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24632 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24636 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24605 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24616 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24578 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24565 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24554 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24542 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24542 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24451 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24432 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24412 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24364 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24364 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24364 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24394 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24416 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24395 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24409 bytes read, 0 seeks
frame= 1122 fps= 34 q=20.0 size= 5250kB time=00:00:44.88 bitrate= 958.4kbits/s
Statistics: 24409 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24412 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24421 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24409 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24409 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24409 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24422 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24410 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24437 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24441 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24514 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24548 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24556 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24572 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24548 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24597 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24572 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24571 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24579 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24548 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24575 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24565 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24557 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24576 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24549 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24503 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24485 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24406 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24362 bytes read, 0 seeks
frame= 1151 fps= 34 q=20.0 size= 5378kB time=00:00:46.04 bitrate= 956.9kbits/s
Statistics: 24383 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24470 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24477 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24487 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24502 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24510 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24560 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24541 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24544 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24562 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24558 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24555 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24513 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24478 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24478 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24478 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24441 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24441 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24387 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24346 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23428 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23428 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23428 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23443 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23443 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23443 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23443 bytes read, 0 seeks
frame= 1179 fps= 34 q=20.0 size= 5503kB time=00:00:47.16 bitrate= 955.9kbits/s
Statistics: 23469 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23489 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23475 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23529 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23515 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23542 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23544 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23570 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23560 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23636 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23634 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23621 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23638 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23620 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23631 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23616 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23558 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23563 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23579 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23561 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23555 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23556 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23572 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23542 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23518 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23513 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23497 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23489 bytes read, 0 seeks
frame= 1208 fps= 35 q=20.0 size= 5687kB time=00:00:48.32 bitrate= 964.2kbits/s
Statistics: 23471 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23483 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23442 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23460 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23451 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23451 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23451 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23451 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23451 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23451 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23451 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23451 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23451 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23485 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23503 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23495 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23573 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23551 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23550 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23541 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23568 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23551 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23575 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23594 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23590 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23581 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23640 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23653 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23639 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23641 bytes read, 0 seeks
frame= 1237 fps= 35 q=20.0 size= 5813kB time=00:00:49.48 bitrate= 962.4kbits/s
Statistics: 23648 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23645 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23638 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23661 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23660 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23657 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23679 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23638 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23599 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23606 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23623 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23591 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23593 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23599 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23569 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23559 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23501 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23516 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23490 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23463 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23464 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23461 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23461 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23461 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23461 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23461 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23461 bytes read, 0 seeks
frame= 1266 fps= 35 q=20.0 size= 5968kB time=00:00:50.64 bitrate= 965.5kbits/s
Statistics: 23461 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23461 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23490 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23506 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23487 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23505 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23535 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23529 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23535 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23553 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23559 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23577 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23578 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23570 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23579 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23598 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23666 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23633 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23640 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23644 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23641 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23647 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23649 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23651 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23638 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23642 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23659 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23596 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23571 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23575 bytes read, 0 seeks
frame= 1295 fps= 36 q=20.0 size= 6091kB time=00:00:51.80 bitrate= 963.2kbits/s
Statistics: 23576 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23593 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23573 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23568 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23589 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23569 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23572 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23573 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23529 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23529 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23514 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23521 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23512 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23500 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23482 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23481 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23484 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23449 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23449 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23456 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23523 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23520 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23571 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23567 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23569 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23659 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23711 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23680 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23666 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23739 bytes read, 0 seeks
frame= 1324 fps= 36 q=20.0 size= 6212kB time=00:00:52.96 bitrate= 960.9kbits/s
Statistics: 23709 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23713 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23635 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23624 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23657 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23651 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23666 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23655 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23585 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23593 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23545 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23535 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23518 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23517 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23518 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23457 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23442 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23442 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23473 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23578 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23576 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23557 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23554 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23640 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23552 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23557 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23565 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23564 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23561 bytes read, 0 seeks
frame= 1353 fps= 36 q=20.0 size= 6361kB time=00:00:54.12 bitrate= 962.9kbits/s
Statistics: 23567 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23562 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23551 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23549 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23552 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23561 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23563 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23517 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23464 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23490 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23468 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23465 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23450 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23428 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23428 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23428 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20778 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20778 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20778 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20778 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20778 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20778 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20778 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20778 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20778 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20778 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20778 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20778 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20778 bytes read, 0 seeks
frame= 1382 fps= 36 q=20.0 size= 6532kB time=00:00:55.28 bitrate= 968.0kbits/s
Statistics: 20778 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20778 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20778 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20778 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20830 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20871 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20871 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20903 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20954 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20986 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21001 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21007 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21018 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21005 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21092 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21014 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21015 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21084 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21031 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20986 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20996 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20998 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20984 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20969 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20961 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20978 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20911 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20893 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20896 bytes read, 0 seeks
frame= 1411 fps= 37 q=20.0 size= 6673kB time=00:00:56.44 bitrate= 968.5kbits/s
Statistics: 20899 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20918 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20905 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20868 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20856 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20870 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20892 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20890 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20882 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20896 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20886 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20901 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20887 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20882 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20874 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20887 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20861 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20874 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20874 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20831 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20810 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20784 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20784 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20805 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20835 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20833 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20880 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20904 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20906 bytes read, 0 seeks
frame= 1440 fps= 37 q=20.0 size= 6784kB time=00:00:57.60 bitrate= 964.9kbits/s
Statistics: 20911 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20917 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20921 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20925 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20945 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20947 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20951 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20893 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20856 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20872 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20858 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20826 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20831 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20825 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20785 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20785 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20785 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20785 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20785 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20785 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20785 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20785 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20785 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20785 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20785 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20785 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20785 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20785 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20785 bytes read, 0 seeks
frame= 1469 fps= 37 q=20.0 size= 6918kB time=00:00:58.76 bitrate= 964.4kbits/s
Statistics: 20785 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20785 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20785 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20785 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20785 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20840 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20845 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20864 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20928 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21009 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20987 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21003 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21014 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21006 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21019 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21007 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21063 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21044 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21003 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21039 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21083 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21016 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20987 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20997 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20991 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20985 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20970 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20963 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20990 bytes read, 0 seeks
frame= 1498 fps= 37 q=20.0 size= 7027kB time=00:00:59.92 bitrate= 960.6kbits/s
Statistics: 20912 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20893 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20901 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20911 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20908 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20909 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20871 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20870 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20870 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20894 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20878 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20889 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20887 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20901 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20887 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20887 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20886 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20886 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20874 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20905 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20874 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20860 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20884 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20892 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20815 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20779 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20779 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20779 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20799 bytes read, 0 seeks
frame= 1527 fps= 38 q=20.0 size= 7133kB time=00:01:01.08 bitrate= 956.7kbits/s
Statistics: 20828 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20819 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20839 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20909 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20898 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20901 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20900 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20905 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20917 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20916 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20917 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20938 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20924 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20929 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20935 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20921 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20880 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20845 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20860 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20830 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20843 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20820 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20810 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20813 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20813 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20766 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20766 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20766 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23145 bytes read, 0 seeks
frame= 1556 fps= 38 q=20.0 size= 7261kB time=00:01:02.24 bitrate= 955.6kbits/s
Statistics: 23145 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23145 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23145 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23145 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23145 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23145 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23145 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23145 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23145 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23145 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23145 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23145 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23145 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23224 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23194 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23222 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23274 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23349 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23355 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23365 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23359 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23366 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23358 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23388 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23459 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23375 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23357 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23402 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23401 bytes read, 0 seeks
frame= 1585 fps= 38 q=20.0 size= 7387kB time=00:01:03.40 bitrate= 954.4kbits/s
Statistics: 23358 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23346 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23353 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23338 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23322 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23311 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23344 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23284 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23253 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23259 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23267 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23270 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23262 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23229 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23226 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23225 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23250 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23228 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23239 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23249 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23234 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23234 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23249 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23237 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23232 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23255 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23227 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23219 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23215 bytes read, 0 seeks
frame= 1614 fps= 38 q=20.0 size= 7542kB time=00:01:04.56 bitrate= 957.0kbits/s
Statistics: 23237 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23183 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23155 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23155 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23155 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23155 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23180 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23200 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23190 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23213 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23276 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23255 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23256 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23257 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23254 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23274 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23264 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23275 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23293 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23282 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23293 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23288 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23253 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23246 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23216 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23227 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23202 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23202 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23183 bytes read, 0 seeks
frame= 1643 fps= 39 q=20.0 size= 7615kB time=00:01:05.72 bitrate= 949.2kbits/s
Statistics: 23189 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23199 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23183 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23157 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23157 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23157 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23157 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23157 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23157 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23157 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23157 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23157 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23157 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23157 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23157 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23204 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23236 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23200 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23219 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23280 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23356 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23344 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23361 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23375 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23363 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23373 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23367 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23365 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23426 bytes read, 0 seeks
frame= 1672 fps= 39 q=20.0 size= 7615kB time=00:01:06.88 bitrate= 932.7kbits/s
Statistics: 23409 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23363 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23374 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23449 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23388 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23348 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23353 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23351 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23341 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23324 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23313 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23300 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23261 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23264 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23262 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23264 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23262 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23235 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23233 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23231 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23251 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23234 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23243 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23251 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23240 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23241 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23248 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23241 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23230 bytes read, 0 seeks
frame= 1701 fps= 39 q=20.0 size= 7615kB time=00:01:08.04 bitrate= 916.8kbits/s
Statistics: 23256 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23227 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23222 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23224 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23193 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23177 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23156 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23156 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23156 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23156 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23171 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23187 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23273 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23254 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23260 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23271 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23277 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23292 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23207 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23191 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23181 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23186 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23140 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23205 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23199 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23210 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23265 bytes read, 0 seeks
frame= 1730 fps= 39 q=20.0 size= 7615kB time=00:01:09.20 bitrate= 901.4kbits/s
Statistics: 23282 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23350 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23348 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23350 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23369 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23363 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23394 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23366 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23349 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23392 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23316 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23336 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23305 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23296 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23270 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23286 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23271 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23285 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23274 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23260 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23287 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23212 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23205 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23154 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23132 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21845 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21845 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21845 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21845 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21856 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21933 bytes read, 0 seeks
frame= 1759 fps= 39 q=20.0 size= 7615kB time=00:01:10.36 bitrate= 886.6kbits/s
Statistics: 21986 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21978 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21950 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22024 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22015 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22023 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22061 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22029 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22033 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22004 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21908 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21871 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21868 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21874 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21896 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21893 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21967 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22013 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22028 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22035 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22020 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22010 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22066 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22035 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22029 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22041 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22040 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22046 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21992 bytes read, 0 seeks
frame= 1788 fps= 40 q=20.0 size= 7615kB time=00:01:11.52 bitrate= 872.2kbits/s
Statistics: 22034 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21993 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21959 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21930 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21855 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21855 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21951 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21974 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21995 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22041 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22038 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22072 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22121 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22158 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22172 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22178 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22170 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22126 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22100 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22061 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22085 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22103 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22062 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22043 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22032 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22013 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22010 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21995 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21977 bytes read, 0 seeks
frame= 1817 fps= 40 q=20.0 size= 7615kB time=00:01:12.68 bitrate= 858.3kbits/s
Statistics: 22012 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22029 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22023 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22012 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21898 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21867 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21936 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21959 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21959 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21958 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21964 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21983 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21987 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21976 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21997 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21997 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22001 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21926 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21912 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21886 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21838 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24745 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24745 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24745 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24745 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24745 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24745 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24745 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24745 bytes read, 0 seeks
frame= 1846 fps= 40 q=20.0 size= 7615kB time=00:01:13.84 bitrate= 844.8kbits/s
Statistics: 24767 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24767 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24767 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24767 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24841 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24908 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24929 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24943 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24963 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24950 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24927 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24996 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24991 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24975 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24982 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24960 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24946 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24955 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24906 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24914 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24899 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24890 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24899 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24877 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24923 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24882 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24801 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24758 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24753 bytes read, 0 seeks
frame= 1875 fps= 40 q=20.0 size= 7615kB time=00:01:15.00 bitrate= 831.7kbits/s
Statistics: 24876 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24882 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24892 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24900 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24905 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24923 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24901 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24878 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24906 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24942 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24936 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 25003 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24968 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24972 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24976 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24974 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24991 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24906 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24923 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24912 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24959 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24971 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24927 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24928 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24908 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24885 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24804 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24764 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24811 bytes read, 0 seeks
frame= 1904 fps= 40 q=20.0 size= 7615kB time=00:01:16.16 bitrate= 819.0kbits/s
Statistics: 24884 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24888 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24899 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24901 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24922 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24906 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24913 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24909 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24952 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24944 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24966 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24983 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 25012 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 25064 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24976 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24978 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24965 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 25045 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 25013 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24982 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24998 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24989 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24890 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24894 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24883 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24850 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24830 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24805 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24817 bytes read, 0 seeks
frame= 1933 fps= 41 q=20.0 size= 7615kB time=00:01:17.32 bitrate= 806.8kbits/s
Statistics: 24872 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24971 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24967 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24973 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 25019 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 25011 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24996 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24992 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 25021 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24947 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24947 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24980 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24924 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24906 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24940 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24930 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24926 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24901 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24918 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24903 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24898 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24889 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24798 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24784 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24798 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24887 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24905 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24935 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24935 bytes read, 0 seeks
frame= 1962 fps= 41 q=20.0 size= 7615kB time=00:01:18.48 bitrate= 794.8kbits/s
Statistics: 24953 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 25012 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24974 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24948 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24920 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24921 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24933 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24897 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24883 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24849 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24845 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24782 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24739 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 24739 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23281 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23281 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23281 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23281 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23323 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23330 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23461 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23460 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23520 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23537 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23520 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23526 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23521 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23515 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23538 bytes read, 0 seeks
frame= 1991 fps= 41 q=20.0 size= 7615kB time=00:01:19.64 bitrate= 783.3kbits/s
Statistics: 23519 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23547 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23526 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23557 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23520 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23550 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23420 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23423 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23433 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23409 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23388 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23337 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23343 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23372 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23402 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23444 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23441 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23422 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23458 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23458 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23450 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23472 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23501 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23462 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23515 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23547 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23522 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23510 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23472 bytes read, 0 seeks
frame= 2020 fps= 41 q=20.0 size= 7615kB time=00:01:20.80 bitrate= 772.0kbits/s
Statistics: 23499 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23470 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23455 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23459 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23468 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23440 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23416 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23319 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23295 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23319 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23355 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23367 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23422 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23432 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23417 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23388 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23409 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23415 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23425 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23430 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23403 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23413 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23400 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23384 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23405 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23384 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23322 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23312 bytes read, 0 seeks
frame= 2049 fps= 41 q=20.0 size= 7615kB time=00:01:21.96 bitrate= 761.1kbits/s
Statistics: 23312 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23312 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23312 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23312 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23363 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23374 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23443 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23428 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23413 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23412 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23431 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23428 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23394 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23415 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23409 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23390 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23392 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23388 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23389 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23375 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23286 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23286 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23294 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23306 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23309 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23347 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23365 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23384 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23363 bytes read, 0 seeks
frame= 2078 fps= 41 q=20.0 size= 7615kB time=00:01:23.12 bitrate= 750.5kbits/s
Statistics: 23364 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23372 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23367 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23389 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23393 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23393 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23427 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23435 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23435 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23440 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23440 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23440 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23439 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23420 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23415 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23406 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23395 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23351 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23320 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23325 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23281 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23274 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 23274 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21790 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21790 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21790 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21790 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21790 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21790 bytes read, 0 seeks
frame= 2107 fps= 42 q=20.0 size= 7615kB time=00:01:24.28 bitrate= 740.1kbits/s
Statistics: 21790 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21790 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21790 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21790 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21790 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21790 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21790 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21790 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21836 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21856 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21868 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21879 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21886 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21875 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21889 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21888 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21882 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21892 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21904 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21909 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21915 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21920 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21939 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21943 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21935 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21936 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21959 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21955 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21958 bytes read, 0 seeks
frame= 2136 fps= 42 q=20.0 size= 7615kB time=00:01:25.44 bitrate= 730.1kbits/s
Statistics: 21943 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21986 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21966 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21974 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21958 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21956 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21949 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21901 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21853 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21800 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21800 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21800 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21800 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21800 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21800 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21800 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21800 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21800 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21800 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21810 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21822 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21819 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21818 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21823 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21867 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21916 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21930 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21996 bytes read, 0 seeks
frame= 2165 fps= 42 q=20.0 size= 7615kB time=00:01:26.60 bitrate= 720.3kbits/s
Statistics: 22014 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22017 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21979 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21964 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22025 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21997 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21936 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21933 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21942 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21925 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21928 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21872 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21855 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21848 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21801 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21811 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21889 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21893 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21912 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21938 bytes read, 0 seeks
frame= 2193 fps= 42 q=20.0 size= 7615kB time=00:01:27.72 bitrate= 711.1kbits/s
Statistics: 21922 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21925 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21924 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21839 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21844 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21807 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21795 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21795 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21795 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21795 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21795 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21795 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21795 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21885 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21887 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21931 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21911 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21930 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21943 bytes read, 0 seeks
frame= 2212 fps= 42 q=20.0 size= 7615kB time=00:01:28.48 bitrate= 705.0kbits/s
Statistics: 21950 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21944 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21975 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22008 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22018 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22046 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22052 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22092 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22054 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22025 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22031 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22020 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22013 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21965 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 22019 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21970 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21984 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21959 bytes read, 0 seeks
frame= 2230 fps= 42 q=20.0 size= 7615kB time=00:01:29.20 bitrate= 699.3kbits/s
Statistics: 21870 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21849 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21803 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21783 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 21783 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19272 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19272 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19272 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19272 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19272 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19272 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19272 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19272 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19291 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19315 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19335 bytes read, 0 seeks
frame= 2246 fps= 42 q=20.0 size= 7615kB time=00:01:29.84 bitrate= 694.3kbits/s
Statistics: 19333 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19335 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19358 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19340 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19340 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19383 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19467 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19462 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19437 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19488 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19456 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19462 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19465 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19376 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19391 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19406 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19407 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19339 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19340 bytes read, 0 seeks
frame= 2259 fps= 42 q=20.0 size= 7615kB time=00:01:30.36 bitrate= 690.3kbits/s
Statistics: 19313 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19281 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19281 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19281 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19281 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19281 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19281 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19281 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19281 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19281 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19281 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19281 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19281 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19281 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19281 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19306 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19340 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19346 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19375 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19346 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19340 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19334 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19341 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19298 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19275 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19275 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19275 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19275 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19275 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19286 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19290 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19338 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19373 bytes read, 0 seeks
frame= 2289 fps= 42 q=20.0 size= 7615kB time=00:01:31.56 bitrate= 681.3kbits/s
Statistics: 19383 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19391 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19383 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19411 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19411 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19410 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19404 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19434 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19415 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19424 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19411 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19400 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19400 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19396 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19416 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19357 bytes read, 0 seeks
frame= 2314 fps= 42 q=20.0 size= 7615kB time=00:01:32.56 bitrate= 673.9kbits/s
Statistics: 19291 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19266 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19266 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19533 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19533 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19533 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19533 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19533 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19533 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19533 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19533 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19533 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19533 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19533 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19533 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19533 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19533 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19533 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19533 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19533 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19533 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19533 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19533 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19579 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19595 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19594 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19602 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19602 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19609 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19605 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19610 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19632 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19624 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19654 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19654 bytes read, 0 seeks
frame= 2340 fps= 42 q=20.0 size= 7615kB time=00:01:33.60 bitrate= 666.4kbits/s
Statistics: 19636 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19638 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19641 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19622 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19570 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19561 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19542 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19610 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19622 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19621 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19621 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19643 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19634 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19638 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19659 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19663 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19639 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19634 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19681 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19694 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19691 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19704 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19688 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19700 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19679 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19670 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19671 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19541 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19541 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19624 bytes read, 0 seeks
frame= 2370 fps= 42 q=20.0 size= 7615kB time=00:01:34.80 bitrate= 658.0kbits/s
Statistics: 19671 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19686 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19699 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19685 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19685 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19685 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19685 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19718 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19716 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19719 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19708 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19801 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19756 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19757 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19746 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19749 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19783 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19755 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19755 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19755 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19755 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19755 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19755 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19755 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19784 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19765 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19798 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19716 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19705 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19728 bytes read, 0 seeks
frame= 2400 fps= 42 q=20.0 size= 7615kB time=00:01:36.00 bitrate= 649.8kbits/s
Statistics: 19689 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19711 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19712 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19704 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19635 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19629 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19621 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19573 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19578 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 19529 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20038 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20038 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20038 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20038 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20038 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20038 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20038 bytes read, 0 seeks
frame= 2426 fps= 42 q=20.0 size= 7615kB time=00:01:37.04 bitrate= 642.8kbits/s
Statistics: 20038 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20038 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20038 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20038 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20038 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20038 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20093 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20105 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20121 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20171 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20171 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20165 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20165 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20166 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20170 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20174 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20094 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20067 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20044 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20068 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20121 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20150 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20180 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20193 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20191 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20223 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20243 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20232 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20221 bytes read, 0 seeks
frame= 2454 fps= 42 q=20.0 size= 7615kB time=00:01:38.16 bitrate= 635.5kbits/s
Statistics: 20227 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20256 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20168 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20152 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20128 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20093 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20092 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20066 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20097 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20114 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20119 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20121 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20120 bytes read, 0 seeks
frame= 2468 fps= 42 q=20.0 size= 7615kB time=00:01:38.72 bitrate= 631.9kbits/s
Statistics: 20111 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20183 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20130 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20130 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20149 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20139 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20136 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20132 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20126 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20126 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20126 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20126 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20126 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20158 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20143 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20146 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20131 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20136 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20110 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20111 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20119 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20047 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20041 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20041 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20041 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20041 bytes read, 0 seeks
frame= 2490 fps= 42 q=20.0 size= 7615kB time=00:01:39.60 bitrate= 626.3kbits/s
Statistics: 20041 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20041 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20057 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20099 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20104 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20156 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20149 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20154 bytes read, 0 seeks
[AVIOContext @ 0000000004700420] Statistics: 20169 bytes read, 0 seeks
No more output streams to write to, finishing.
[AVIOContext @ 0000000004700420] Statistics: 20158 bytes read, 0 seeks
frame= 2500 fps= 42 q=20.0 Lsize= 10221kB time=00:01:40.00 bitrate= 837.3kbits/s
video:7544kB audio:10096kB subtitle:0 global headers:0kB muxing overhead -42.055556%
[AVIOContext @ 0000000002099360] Statistics: 10371105 bytes read, 2 seeks

in reply to:  2 comment:3 by Carl Eugen Hoyos, 11 years ago

Replying to DK:

Looks like this is only happening when I provide "-frames" option.

"-frames x" expands to "-vframes x -aframes x" (I have no idea why), I suspect "-vframes 1500" is what you want.

comment:4 by Michael Niedermayer, 11 years ago

Reproduced by developer: set
Resolution: fixed
Status: newclosed

ffmpeg will print a warning for this use of frames after 4bcb75cc48be18341919f86ce26fa1f4db624f67
If you think this is not enough then please reopen (maybe as feature request)

comment:5 by Carl Eugen Hoyos, 11 years ago

I still wonder what the usecase is for -frames meaning -aframes.

Note: See TracTickets for help on using tickets.