#6612 closed defect (invalid)
No audio stream detected while encoding to M4V
Reported by: | Samuel | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avformat |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
Codec AVOption b (set bitrate (in bits/s)) specified for output file #0 (NUL) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream. [file @ 078c60a0]
I tried with others media files having different audio codecs, but no one was recognized while encoding to M4V.
But if i change the output format to something else like MP4 or MOV, everything work as expected.
How to reproduce:
% ffmpeg -i stataunit6.mov -c:a aac -ab 320k -c:v libx264 -f m4v NUL
ffmpeg started on 2017-08-24 at 15:26:16 Report written to "ffmpeg-20170824-152616.log" Command line: ffmpeg -y -report -v 9 -loglevel 99 -i stataunit6.mov -c:a aac -ab 320k -c:v libx264 -f m4v NUL ffmpeg version N-86841-g7e9f550003 Copyright (c) 2000-2017 the FFmpeg developers built with gcc 6.4.0 (GCC) configuration: --enable-gpl --enable-version3 --enable-avisynth --enable-fontconfig --enable-gnutls --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libilbc --enable-libkvazaar --enable-libmfx --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libzimg --enable-opengl --disable-outdev=sdl2 --enable-w32threads --disable-dxva2 --disable-debug --pkg-config-flags=--static --extra-ldflags=-static --extra-cflags='-mtune=generic -mfpmath=sse -msse' --cpu=i686 --optflags='-O2 -finline-functions' libavutil 55. 68.100 / 55. 68.100 libavcodec 57.102.100 / 57.102.100 libavformat 57. 76.100 / 57. 76.100 libavdevice 57. 7.100 / 57. 7.100 libavfilter 6. 95.100 / 6. 95.100 libswscale 4. 7.101 / 4. 7.101 libswresample 2. 8.100 / 2. 8.100 libpostproc 54. 6.100 / 54. 6.100 Splitting the commandline. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'. Reading option '-v' ... matched as option 'v' (set logging level) with argument '9'. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'. Reading option '-i' ... matched as input url with argument 'stataunit6.mov'. Reading option '-c:a' ... matched as option 'c' (codec name) with argument 'aac'. Reading option '-ab' ... matched as option 'ab' (audio bitrate (please use -b:a)) with argument '320k'. Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'libx264'. Reading option '-f' ... matched as option 'f' (force format) with argument 'm4v'. Reading option 'NUL' ... matched as output url. Finished splitting the commandline. Parsing a group of options: global . Applying option y (overwrite output files) with argument 1. Applying option report (generate a report) with argument 1. Applying option v (set logging level) with argument 9. Applying option loglevel (set logging level) with argument 99. Successfully parsed a group of options. Parsing a group of options: input url stataunit6.mov. Successfully parsed a group of options. Opening an input file: stataunit6.mov. [NULL @ 078b1140] Opening 'stataunit6.mov' for reading [file @ 078b1ae0] Setting default whitelist 'file,crypto' [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100 [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] Unknown dref type 0x73696c61 size 12 [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] Processing st: 0, edit list 0 - media time: 0, duration: 481200 [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] drop a frame at curr_cts: 481200 @ 4010 [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] drop a frame at curr_cts: 481320 @ 4011 [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] Processing st: 0, edit list 1 - media time: 481320, duration: 11 [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] drop a frame at curr_cts: 480000 @ 4000 [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] drop a frame at curr_cts: 480120 @ 4001 [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] drop a frame at curr_cts: 480240 @ 4002 [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] drop a frame at curr_cts: 480360 @ 4003 [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] drop a frame at curr_cts: 480480 @ 4004 [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] drop a frame at curr_cts: 480600 @ 4005 [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] drop a frame at curr_cts: 480720 @ 4006 [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] drop a frame at curr_cts: 480840 @ 4007 [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] drop a frame at curr_cts: 480960 @ 4008 [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] drop a frame at curr_cts: 481080 @ 4009 [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] drop a frame at curr_cts: 481200 @ 4010 [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] Unknown dref type 0x73696c61 size 12 [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] Processing st: 1, edit list 0 - media time: 0, duration: 17684468 [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] Before avformat_find_stream_info() pos: 23603 bytes read:32768 seeks:0 nb_streams:2 [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] All info found [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] After avformat_find_stream_info() pos: 134084 bytes read:134084 seeks:0 frames:139 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'stataunit6.mov': Metadata: creation_time : 2000-03-09T07:47:30.000000Z Duration: 00:13:22.02, start: 0.000000, bitrate: 15 kb/s Stream #0:0(eng), 1, 1/600: Video: qtrle, 1 reference frame (rle / 0x20656C72), pal8, 800x600, 0/1, 167 kb/s, 5 fps, 5 tbr, 600 tbn, 600 tbc (default) Metadata: creation_time : 2000-03-09T07:47:30.000000Z handler_name : Apple Alias Data Handler encoder : Animation Stream #0:1(eng), 138, 1/22050: Audio: qcelp (Qclp / 0x706C6351), 22050 Hz, mono, flt (default) Metadata: creation_time : 2000-03-09T07:47:30.000000Z handler_name : Apple Alias Data Handler Successfully opened the file. Parsing a group of options: output url NUL. Applying option c:a (codec name) with argument aac. Applying option ab (audio bitrate (please use -b:a)) with argument 320k. Applying option c:v (codec name) with argument libx264. Applying option f (force format) with argument m4v. Successfully parsed a group of options. Opening an output file: NUL. Codec AVOption b (set bitrate (in bits/s)) specified for output file #0 (NUL) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream. [file @ 078c60a0] Setting default whitelist 'file,crypto' Successfully opened the file. Stream mapping: Stream #0:0 -> #0:0 (qtrle (native) -> h264 (libx264)) Press [q] to stop, [?] for help cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) cur_dts is invalid (this is harmless if it occurs once at the start per stream) detected 1 logical cores [graph 0 input from stream 0:0 @ 078f2660] Setting 'video_size' to value '800x600' [graph 0 input from stream 0:0 @ 078f2660] Setting 'pix_fmt' to value '11' [graph 0 input from stream 0:0 @ 078f2660] Setting 'time_base' to value '1/600' [graph 0 input from stream 0:0 @ 078f2660] Setting 'pixel_aspect' to value '0/1' [graph 0 input from stream 0:0 @ 078f2660] Setting 'sws_param' to value 'flags=2' [graph 0 input from stream 0:0 @ 078f2660] Setting 'frame_rate' to value '5/1' [graph 0 input from stream 0:0 @ 078f2660] w:800 h:600 pixfmt:pal8 tb:1/600 fr:5/1 sar:0/1 sws_param:flags=2 [format @ 078c5a00] compat: called with args=[yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|nv12|nv16|nv21] [format @ 078c5a00] Setting 'pix_fmts' to value 'yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|nv12|nv16|nv21' [auto_scaler_0 @ 0797fee0] Setting 'flags' to value 'bicubic' [auto_scaler_0 @ 0797fee0] w:iw h:ih flags:'bicubic' interl:0 [format @ 078c5a00] auto-inserting filter 'auto_scaler_0' between the filter 'Parsed_null_0' and the filter 'format' [AVFilterGraph @ 078ba5e0] query_formats: 4 queried, 2 merged, 1 already done, 0 delayed [auto_scaler_0 @ 0797fee0] picking yuv444p out of 8 ref:pal8 alpha:0 [auto_scaler_0 @ 0797fee0] w:800 h:600 fmt:pal8 sar:0/1 -> w:800 h:600 fmt:yuv444p sar:0/1 flags:0x4 [libx264 @ 078c50a0] using cpu capabilities: MMX2 SSE [libx264 @ 078c50a0] profile High 4:4:4 Predictive, level 3.1, 4:4:4 8-bit Output #0, m4v, to 'NUL': Metadata: encoder : Lavf57.76.100 Stream #0:0(eng), 0, 1/5: Video: h264 (libx264), 1 reference frame, yuv444p, 800x600, 0/1, q=-1--1, 5 fps, 5 tbn, 5 tbc (default) Metadata: creation_time : 2000-03-09T07:47:30.000000Z handler_name : Apple Alias Data Handler encoder : Lavc57.102.100 libx264 Side data: cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1 cur_dts is invalid (this is harmless if it occurs once at the start per stream) Clipping frame in rate conversion by 0.000008 cur_dts is invalid (this is harmless if it occurs once at the start per stream) frame= 1 fps=0.0 q=0.0 size= 0kB time=0.00 bitrate=N/A speed= 0x cur_dts is invalid (this is harmless if it occurs once at the start per stream) [libx264 @ 078c50a0] frame= 0 QP=18.08 NAL=3 Slice:I Poc:0 I:1900 P:0 SKIP:0 size=128962 bytes frame= 2 fps=2.0 q=20.0 size= 126kB time=0.20 bitrate=5158.5kbits/s speed=0.197x [libx264 @ 078c50a0] frame= 1 QP=22.73 NAL=2 Slice:P Poc:2 I:11 P:144 SKIP:1745 size=1133 bytes [libx264 @ 078c50a0] frame= 2 QP=20.48 NAL=2 Slice:P Poc:4 I:11 P:348 SKIP:1541 size=2251 bytes [libx264 @ 078c50a0] frame= 3 QP=19.68 NAL=2 Slice:P Poc:6 I:7 P:867 SKIP:1026 size=10466 bytes frame= 5 fps=2.9 q=16.0 size= 139kB time=0.80 bitrate=1428.1kbits/s speed=0.457x [libx264 @ 078c50a0] frame= 4 QP=18.32 NAL=2 Slice:P Poc:8 I:7 P:1098 SKIP:795 size=26942 bytes frame= 6 fps=2.7 q=14.0 size= 166kB time=1.00 bitrate=1358.0kbits/s speed=0.442x [libx264 @ 078c50a0] frame= 5 QP=15.59 NAL=2 Slice:P Poc:10 I:17 P:991 SKIP:892 size=16251 bytes [libx264 @ 078c50a0] frame= 6 QP=16.06 NAL=2 Slice:P Poc:12 I:6 P:832 SKIP:1062 size=8589 bytes frame= 8 fps=2.7 q=11.0 size= 190kB time=1.40 bitrate=1112.0kbits/s speed=0.474x [libx264 @ 078c50a0] frame= 7 QP=15.02 NAL=2 Slice:P Poc:14 I:5 P:816 SKIP:1079 size=7995 bytes [libx264 @ 078c50a0] frame= 8 QP=14.58 NAL=2 Slice:P Poc:16 I:4 P:546 SKIP:1350 size=4518 bytes frame= 10 fps=2.8 q=10.0 size= 202kB time=1.80 bitrate= 920.5kbits/s speed=0.509x [libx264 @ 078c50a0] frame= 9 QP=14.03 NAL=2 Slice:P Poc:18 I:3 P:390 SKIP:1507 size=4108 bytes [libx264 @ 078c50a0] frame= 10 QP=14.39 NAL=2 Slice:P Poc:20 I:0 P:378 SKIP:1522 size=3323 bytes [libx264 @ 078c50a0] frame= 11 QP=14.88 NAL=2 Slice:P Poc:22 I:0 P:211 SKIP:1689 size=1700 bytes frame= 13 fps=3.2 q=10.0 size= 211kB time=2.40 bitrate= 720.8kbits/s speed=0.594x [libx264 @ 078c50a0] frame= 12 QP=14.16 NAL=2 Slice:P Poc:24 I:1 P:158 SKIP:1741 size=1361 bytes [libx264 @ 078c50a0] frame= 13 QP=14.01 NAL=2 Slice:P Poc:26 I:0 P:211 SKIP:1689 size=1252 bytes [libx264 @ 078c50a0] frame= 14 QP=14.64 NAL=2 Slice:P Poc:28 I:1 P:99 SKIP:1800 size=656 bytes frame= 16 fps=3.5 q=10.0 size= 214kB time=3.00 bitrate= 585.4kbits/s speed=0.657x [libx264 @ 078c50a0] frame= 15 QP=13.46 NAL=2 Slice:P Poc:30 I:0 P:72 SKIP:1828 size=490 bytes [libx264 @ 078c50a0] frame= 16 QP=14.58 NAL=2 Slice:P Poc:32 I:0 P:96 SKIP:1804 size=775 bytes [libx264 @ 078c50a0] frame= 17 QP=14.94 NAL=2 Slice:P Poc:34 I:0 P:30 SKIP:1870 size=261 bytes frame= 19 fps=3.7 q=10.0 size= 216kB time=3.60 bitrate= 491.2kbits/s speed=0.707x [libx264 @ 078c50a0] frame= 18 QP=13.19 NAL=2 Slice:P Poc:36 I:0 P:23 SKIP:1877 size=213 bytes [libx264 @ 078c50a0] frame= 19 QP=13.00 NAL=2 Slice:P Poc:38 I:0 P:12 SKIP:1888 size=133 bytes [libx264 @ 078c50a0] frame= 20 QP=13.00 NAL=2 Slice:P Poc:40 I:0 P:4 SKIP:1896 size=49 bytes frame= 22 fps=3.9 q=10.0 size= 216kB time=4.20 bitrate= 421.8kbits/s speed=0.748x [libx264 @ 078c50a0] frame= 21 QP=13.97 NAL=2 Slice:P Poc:42 I:0 P:18 SKIP:1882 size=142 bytes [libx264 @ 078c50a0] frame= 22 QP=13.46 NAL=2 Slice:P Poc:44 I:0 P:65 SKIP:1835 size=472 bytes [libx264 @ 078c50a0] frame= 23 QP=16.34 NAL=2 Slice:P Poc:46 I:0 P:2 SKIP:1898 size=93 bytes [libx264 @ 078c50a0] frame= 24 QP=13.00 NAL=2 Slice:P Poc:48 I:0 P:1 SKIP:1899 size=30 bytes frame= 26 fps=4.2 q=10.0 size= 217kB time=5.00 bitrate= 355.5kbits/s speed=0.805x [libx264 @ 078c50a0] frame= 25 QP=13.00 NAL=2 Slice:P Poc:50 I:0 P:2 SKIP:1898 size=29 bytes [libx264 @ 078c50a0] frame= 26 QP=13.00 NAL=2 Slice:P Poc:52 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 27 QP=13.00 NAL=2 Slice:P Poc:54 I:0 P:2 SKIP:1898 size=29 bytes frame= 29 fps=4.3 q=10.0 size= 217kB time=5.60 bitrate= 317.5kbits/s speed=0.831x [libx264 @ 078c50a0] frame= 28 QP=13.00 NAL=2 Slice:P Poc:56 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 29 QP=13.00 NAL=2 Slice:P Poc:58 I:0 P:1 SKIP:1899 size=33 bytes [libx264 @ 078c50a0] frame= 30 QP=14.50 NAL=2 Slice:P Poc:60 I:1 P:48 SKIP:1851 size=386 bytes [libx264 @ 078c50a0] frame= 31 QP=13.00 NAL=2 Slice:P Poc:62 I:0 P:0 SKIP:1900 size=26 bytes frame= 33 fps=4.5 q=10.0 size= 218kB time=6.40 bitrate= 278.4kbits/s speed=0.879x [libx264 @ 078c50a0] frame= 32 QP=13.00 NAL=2 Slice:P Poc:64 I:0 P:5 SKIP:1895 size=102 bytes [libx264 @ 078c50a0] frame= 33 QP=12.30 NAL=2 Slice:P Poc:66 I:0 P:20 SKIP:1880 size=206 bytes [libx264 @ 078c50a0] frame= 34 QP=16.34 NAL=2 Slice:P Poc:68 I:0 P:2 SKIP:1898 size=92 bytes [libx264 @ 078c50a0] frame= 35 QP=13.00 NAL=2 Slice:P Poc:70 I:0 P:2 SKIP:1898 size=29 bytes frame= 37 fps=4.7 q=10.0 size= 218kB time=7.20 bitrate= 247.9kbits/s speed=0.913x [libx264 @ 078c50a0] frame= 36 QP=13.00 NAL=2 Slice:P Poc:72 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 37 QP=13.00 NAL=2 Slice:P Poc:74 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 38 QP=16.34 NAL=2 Slice:P Poc:76 I:0 P:2 SKIP:1898 size=92 bytes [libx264 @ 078c50a0] frame= 39 QP=13.00 NAL=2 Slice:P Poc:78 I:0 P:0 SKIP:1900 size=26 bytes frame= 41 fps=4.8 q=10.0 size= 218kB time=8.00 bitrate= 223.3kbits/s speed=0.942x [libx264 @ 078c50a0] frame= 40 QP=13.00 NAL=2 Slice:P Poc:80 I:0 P:2 SKIP:1898 size=29 bytes [libx264 @ 078c50a0] frame= 41 QP=13.00 NAL=2 Slice:P Poc:82 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 42 QP=13.00 NAL=2 Slice:P Poc:84 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 43 QP=13.00 NAL=2 Slice:P Poc:86 I:0 P:1 SKIP:1899 size=43 bytes frame= 45 fps=4.9 q=10.0 size= 218kB time=8.80 bitrate= 203.1kbits/s speed=0.966x [libx264 @ 078c50a0] frame= 44 QP=14.14 NAL=2 Slice:P Poc:88 I:0 P:66 SKIP:1834 size=735 bytes [libx264 @ 078c50a0] frame= 45 QP=13.05 NAL=2 Slice:P Poc:90 I:0 P:4 SKIP:1896 size=74 bytes frame= 47 fps=4.9 q=10.0 size= 219kB time=9.20 bitrate= 195.0kbits/s speed=0.955x [libx264 @ 078c50a0] frame= 46 QP=12.43 NAL=2 Slice:P Poc:92 I:0 P:104 SKIP:1796 size=567 bytes [libx264 @ 078c50a0] frame= 47 QP=12.38 NAL=2 Slice:P Poc:94 I:0 P:44 SKIP:1856 size=227 bytes [libx264 @ 078c50a0] frame= 48 QP=16.34 NAL=2 Slice:P Poc:96 I:0 P:2 SKIP:1898 size=92 bytes frame= 50 fps=4.9 q=10.0 size= 220kB time=9.80 bitrate= 183.8kbits/s speed=0.958x [libx264 @ 078c50a0] frame= 49 QP=13.00 NAL=2 Slice:P Poc:98 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 50 QP=13.00 NAL=2 Slice:P Poc:100 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 51 QP=14.72 NAL=2 Slice:P Poc:102 I:1 P:10 SKIP:1889 size=154 bytes frame= 53 fps=4.9 q=10.0 size= 220kB time=10.40 bitrate= 173.3kbits/s speed=0.959x [libx264 @ 078c50a0] frame= 52 QP=13.00 NAL=2 Slice:P Poc:104 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 53 QP=13.00 NAL=2 Slice:P Poc:106 I:0 P:0 SKIP:1900 size=26 bytes frame= 55 fps=4.8 q=10.0 size= 220kB time=10.80 bitrate= 167.0kbits/s speed=0.95x [libx264 @ 078c50a0] frame= 54 QP=16.34 NAL=2 Slice:P Poc:108 I:0 P:2 SKIP:1898 size=92 bytes [libx264 @ 078c50a0] frame= 55 QP=13.00 NAL=2 Slice:P Poc:110 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 56 QP=13.00 NAL=2 Slice:P Poc:112 I:0 P:2 SKIP:1898 size=29 bytes frame= 58 fps=4.8 q=10.0 size= 220kB time=11.40 bitrate= 158.3kbits/s speed=0.943x [libx264 @ 078c50a0] frame= 57 QP=13.00 NAL=2 Slice:P Poc:114 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 58 QP=13.00 NAL=2 Slice:P Poc:116 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 59 QP=16.34 NAL=2 Slice:P Poc:118 I:0 P:2 SKIP:1898 size=92 bytes [libx264 @ 078c50a0] frame= 60 QP=13.00 NAL=2 Slice:P Poc:120 I:0 P:0 SKIP:1900 size=26 bytes frame= 62 fps=4.9 q=10.0 size= 220kB time=12.20 bitrate= 148.0kbits/s speed=0.961x [libx264 @ 078c50a0] frame= 61 QP=13.00 NAL=2 Slice:P Poc:122 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 62 QP=14.72 NAL=2 Slice:P Poc:124 I:1 P:2 SKIP:1897 size=91 bytes [libx264 @ 078c50a0] frame= 63 QP=13.00 NAL=2 Slice:P Poc:126 I:0 P:0 SKIP:1900 size=26 bytes frame= 65 fps=4.9 q=10.0 size= 221kB time=12.80 bitrate= 141.2kbits/s speed=0.969x [libx264 @ 078c50a0] frame= 64 QP=13.00 NAL=2 Slice:P Poc:128 I:0 P:2 SKIP:1898 size=29 bytes [libx264 @ 078c50a0] frame= 65 QP=13.00 NAL=2 Slice:P Poc:130 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 66 QP=13.00 NAL=2 Slice:P Poc:132 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 67 QP=13.00 NAL=2 Slice:P Poc:134 I:0 P:0 SKIP:1900 size=26 bytes frame= 69 fps=5.0 q=10.0 size= 221kB time=13.60 bitrate= 132.9kbits/s speed=0.983x [libx264 @ 078c50a0] frame= 68 QP=14.72 NAL=2 Slice:P Poc:136 I:1 P:3 SKIP:1896 size=97 bytes [libx264 @ 078c50a0] frame= 69 QP=13.00 NAL=2 Slice:P Poc:138 I:0 P:0 SKIP:1900 size=26 bytes frame= 71 fps=4.9 q=10.0 size= 221kB time=14.00 bitrate= 129.2kbits/s speed=0.973x [libx264 @ 078c50a0] frame= 70 QP=13.00 NAL=2 Slice:P Poc:140 I:0 P:2 SKIP:1898 size=29 bytes [libx264 @ 078c50a0] frame= 71 QP=13.00 NAL=2 Slice:P Poc:142 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 72 QP=13.00 NAL=2 Slice:P Poc:144 I:0 P:2 SKIP:1898 size=29 bytes frame= 74 fps=5.0 q=10.0 size= 221kB time=14.60 bitrate= 123.9kbits/s speed=0.977x frame= 74 fps=4.7 q=10.0 size= 221kB time=14.60 bitrate= 123.9kbits/s speed=0.918x [libx264 @ 078c50a0] frame= 73 QP=13.00 NAL=2 Slice:P Poc:146 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 74 QP=13.00 NAL=2 Slice:P Poc:148 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 75 QP=16.34 NAL=2 Slice:P Poc:150 I:0 P:2 SKIP:1898 size=92 bytes [libx264 @ 078c50a0] frame= 76 QP=21.92 NAL=2 Slice:P Poc:152 I:341 P:570 SKIP:989 size=91622 bytes frame= 78 fps=4.6 q=17.0 size= 256kB time=15.40 bitrate= 136.2kbits/s speed=0.918x [libx264 @ 078c50a0] frame= 77 QP=7.18 NAL=2 Slice:P Poc:154 I:5 P:904 SKIP:991 size=142 bytes [libx264 @ 078c50a0] frame= 78 QP=19.00 NAL=2 Slice:P Poc:156 I:0 P:1 SKIP:1899 size=27 bytes [libx264 @ 078c50a0] frame= 79 QP=17.00 NAL=2 Slice:P Poc:158 I:0 P:2 SKIP:1898 size=28 bytes [libx264 @ 078c50a0] frame= 80 QP=18.51 NAL=2 Slice:P Poc:160 I:0 P:2 SKIP:1898 size=89 bytes frame= 82 fps=4.7 q=13.0 size= 256kB time=16.20 bitrate= 129.5kbits/s speed=0.934x [libx264 @ 078c50a0] frame= 81 QP=14.00 NAL=2 Slice:P Poc:162 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 82 QP=14.00 NAL=2 Slice:P Poc:164 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 83 QP=16.34 NAL=2 Slice:P Poc:166 I:1 P:1 SKIP:1898 size=81 bytes [libx264 @ 078c50a0] frame= 84 QP=13.00 NAL=2 Slice:P Poc:168 I:0 P:0 SKIP:1900 size=26 bytes frame= 86 fps=4.8 q=10.0 size= 256kB time=17.00 bitrate= 123.4kbits/s speed=0.952x [libx264 @ 078c50a0] frame= 85 QP=13.00 NAL=2 Slice:P Poc:170 I:0 P:2 SKIP:1898 size=29 bytes [libx264 @ 078c50a0] frame= 86 QP=13.00 NAL=2 Slice:P Poc:172 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 87 QP=13.00 NAL=2 Slice:P Poc:174 I:0 P:0 SKIP:1900 size=26 bytes frame= 89 fps=4.8 q=10.0 size= 256kB time=17.60 bitrate= 119.2kbits/s speed=0.959x [libx264 @ 078c50a0] frame= 88 QP=14.72 NAL=2 Slice:P Poc:176 I:1 P:1 SKIP:1898 size=83 bytes [libx264 @ 078c50a0] frame= 89 QP=13.00 NAL=2 Slice:P Poc:178 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 90 QP=13.00 NAL=2 Slice:P Poc:180 I:0 P:0 SKIP:1900 size=26 bytes frame= 92 fps=4.9 q=10.0 size= 256kB time=18.20 bitrate= 115.2kbits/s speed=0.963x [libx264 @ 078c50a0] frame= 91 QP=16.34 NAL=2 Slice:P Poc:182 I:0 P:2 SKIP:1898 size=92 bytes [libx264 @ 078c50a0] frame= 92 QP=13.00 NAL=2 Slice:P Poc:184 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 93 QP=13.00 NAL=2 Slice:P Poc:186 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 94 QP=14.72 NAL=2 Slice:P Poc:188 I:1 P:1 SKIP:1898 size=84 bytes frame= 96 fps=4.9 q=10.0 size= 256kB time=19.00 bitrate= 110.4kbits/s speed=0.975x [libx264 @ 078c50a0] frame= 95 QP=13.00 NAL=2 Slice:P Poc:190 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 96 QP=13.00 NAL=2 Slice:P Poc:192 I:0 P:2 SKIP:1898 size=29 bytes [libx264 @ 078c50a0] frame= 97 QP=13.00 NAL=2 Slice:P Poc:194 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 98 QP=13.00 NAL=2 Slice:P Poc:196 I:0 P:0 SKIP:1900 size=26 bytes frame= 100 fps=5.0 q=10.0 size= 256kB time=19.80 bitrate= 105.9kbits/s speed=0.989x [libx264 @ 078c50a0] frame= 99 QP=14.72 NAL=2 Slice:P Poc:198 I:1 P:1 SKIP:1898 size=84 bytes [libx264 @ 078c50a0] frame= 100 QP=13.00 NAL=2 Slice:P Poc:200 I:0 P:0 SKIP:1900 size=26 bytes frame= 102 fps=4.9 q=10.0 size= 256kB time=20.20 bitrate= 103.8kbits/s speed=0.972x [libx264 @ 078c50a0] frame= 101 QP=13.00 NAL=2 Slice:P Poc:202 I:0 P:2 SKIP:1898 size=29 bytes [libx264 @ 078c50a0] frame= 102 QP=13.00 NAL=2 Slice:P Poc:204 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 103 QP=13.00 NAL=2 Slice:P Poc:206 I:0 P:0 SKIP:1900 size=26 bytes frame= 105 fps=4.9 q=10.0 size= 256kB time=20.80 bitrate= 100.8kbits/s speed=0.976x [libx264 @ 078c50a0] frame= 104 QP=14.72 NAL=2 Slice:P Poc:208 I:1 P:1 SKIP:1898 size=84 bytes [libx264 @ 078c50a0] frame= 105 QP=13.00 NAL=2 Slice:P Poc:210 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 106 QP=13.00 NAL=2 Slice:P Poc:212 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 107 QP=16.34 NAL=2 Slice:P Poc:214 I:0 P:2 SKIP:1898 size=92 bytes frame= 109 fps=5.0 q=10.0 size= 256kB time=21.60 bitrate= 97.1kbits/s speed=0.986x [libx264 @ 078c50a0] frame= 108 QP=13.00 NAL=2 Slice:P Poc:216 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 109 QP=13.00 NAL=2 Slice:P Poc:218 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 110 QP=14.72 NAL=2 Slice:P Poc:220 I:1 P:1 SKIP:1898 size=84 bytes [libx264 @ 078c50a0] frame= 111 QP=13.00 NAL=2 Slice:P Poc:222 I:0 P:0 SKIP:1900 size=26 bytes frame= 113 fps=5.0 q=10.0 size= 256kB time=22.40 bitrate= 93.6kbits/s speed=0.996x [libx264 @ 078c50a0] frame= 112 QP=13.00 NAL=2 Slice:P Poc:224 I:0 P:2 SKIP:1898 size=29 bytes [libx264 @ 078c50a0] frame= 113 QP=13.00 NAL=2 Slice:P Poc:226 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 114 QP=13.00 NAL=2 Slice:P Poc:228 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 115 QP=14.72 NAL=2 Slice:P Poc:230 I:1 P:1 SKIP:1898 size=84 bytes frame= 117 fps=5.1 q=10.0 size= 256kB time=23.20 bitrate= 90.4kbits/s speed= 1x [libx264 @ 078c50a0] frame= 116 QP=13.00 NAL=2 Slice:P Poc:232 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 117 QP=13.00 NAL=2 Slice:P Poc:234 I:0 P:2 SKIP:1898 size=29 bytes [libx264 @ 078c50a0] frame= 118 QP=13.00 NAL=2 Slice:P Poc:236 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 119 QP=13.00 NAL=2 Slice:P Poc:238 I:0 P:0 SKIP:1900 size=26 bytes frame= 121 fps=5.1 q=10.0 size= 256kB time=24.00 bitrate= 87.4kbits/s speed=1.01x [libx264 @ 078c50a0] frame= 120 QP=13.00 NAL=2 Slice:P Poc:240 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 121 QP=14.72 NAL=2 Slice:P Poc:242 I:1 P:2 SKIP:1897 size=88 bytes [libx264 @ 078c50a0] frame= 122 QP=13.00 NAL=2 Slice:P Poc:244 I:0 P:0 SKIP:1900 size=26 bytes frame= 124 fps=5.1 q=10.0 size= 256kB time=24.60 bitrate= 85.3kbits/s speed=1.01x [libx264 @ 078c50a0] frame= 123 QP=13.00 NAL=2 Slice:P Poc:246 I:0 P:2 SKIP:1898 size=29 bytes [libx264 @ 078c50a0] frame= 124 QP=13.00 NAL=2 Slice:P Poc:248 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 125 QP=13.00 NAL=2 Slice:P Poc:250 I:0 P:2 SKIP:1898 size=29 bytes [libx264 @ 078c50a0] frame= 126 QP=13.00 NAL=2 Slice:P Poc:252 I:0 P:0 SKIP:1900 size=26 bytes frame= 128 fps=5.1 q=10.0 size= 256kB time=25.40 bitrate= 82.6kbits/s speed=1.02x [libx264 @ 078c50a0] frame= 127 QP=13.00 NAL=2 Slice:P Poc:254 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 128 QP=16.34 NAL=2 Slice:P Poc:256 I:0 P:2 SKIP:1898 size=92 bytes [libx264 @ 078c50a0] frame= 129 QP=13.00 NAL=2 Slice:P Poc:258 I:0 P:0 SKIP:1900 size=26 bytes frame= 131 fps=5.2 q=10.0 size= 256kB time=26.00 bitrate= 80.7kbits/s speed=1.02x [libx264 @ 078c50a0] frame= 130 QP=13.00 NAL=2 Slice:P Poc:260 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 131 QP=14.72 NAL=2 Slice:P Poc:262 I:1 P:1 SKIP:1898 size=84 bytes [libx264 @ 078c50a0] frame= 132 QP=13.00 NAL=2 Slice:P Poc:264 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 133 QP=13.00 NAL=2 Slice:P Poc:266 I:0 P:2 SKIP:1898 size=29 bytes frame= 135 fps=5.2 q=10.0 size= 256kB time=26.80 bitrate= 78.3kbits/s speed=1.03x [libx264 @ 078c50a0] frame= 134 QP=13.00 NAL=2 Slice:P Poc:268 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 135 QP=13.00 NAL=2 Slice:P Poc:270 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 136 QP=14.72 NAL=2 Slice:P Poc:272 I:1 P:1 SKIP:1898 size=84 bytes [libx264 @ 078c50a0] frame= 137 QP=13.00 NAL=2 Slice:P Poc:274 I:0 P:0 SKIP:1900 size=26 bytes frame= 139 fps=5.2 q=10.0 size= 256kB time=27.60 bitrate= 76.0kbits/s speed=1.04x [libx264 @ 078c50a0] frame= 138 QP=13.00 NAL=2 Slice:P Poc:276 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 139 QP=16.34 NAL=2 Slice:P Poc:278 I:0 P:2 SKIP:1898 size=92 bytes [libx264 @ 078c50a0] frame= 140 QP=13.00 NAL=2 Slice:P Poc:280 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 141 QP=13.00 NAL=2 Slice:P Poc:282 I:0 P:2 SKIP:1898 size=29 bytes frame= 143 fps=5.3 q=10.0 size= 256kB time=28.40 bitrate= 73.8kbits/s speed=1.05x [libx264 @ 078c50a0] frame= 142 QP=13.00 NAL=2 Slice:P Poc:284 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 143 QP=13.00 NAL=2 Slice:P Poc:286 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 144 QP=16.34 NAL=2 Slice:P Poc:288 I:0 P:2 SKIP:1898 size=92 bytes [libx264 @ 078c50a0] frame= 145 QP=13.00 NAL=2 Slice:P Poc:290 I:0 P:0 SKIP:1900 size=26 bytes frame= 147 fps=5.3 q=10.0 size= 256kB time=29.20 bitrate= 71.8kbits/s speed=1.05x [libx264 @ 078c50a0] frame= 146 QP=13.00 NAL=2 Slice:P Poc:292 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 147 QP=14.72 NAL=2 Slice:P Poc:294 I:1 P:1 SKIP:1898 size=84 bytes [libx264 @ 078c50a0] frame= 148 QP=13.00 NAL=2 Slice:P Poc:296 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 149 QP=13.00 NAL=2 Slice:P Poc:298 I:0 P:2 SKIP:1898 size=29 bytes frame= 151 fps=5.3 q=10.0 size= 256kB time=30.00 bitrate= 69.9kbits/s speed=1.06x [libx264 @ 078c50a0] frame= 150 QP=13.00 NAL=2 Slice:P Poc:300 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 151 QP=13.00 NAL=2 Slice:P Poc:302 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 152 QP=14.72 NAL=2 Slice:P Poc:304 I:1 P:1 SKIP:1898 size=84 bytes [libx264 @ 078c50a0] frame= 153 QP=13.00 NAL=2 Slice:P Poc:306 I:0 P:0 SKIP:1900 size=26 bytes frame= 155 fps=5.4 q=10.0 size= 256kB time=30.80 bitrate= 68.1kbits/s speed=1.07x [libx264 @ 078c50a0] frame= 154 QP=13.00 NAL=2 Slice:P Poc:308 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 155 QP=16.34 NAL=2 Slice:P Poc:310 I:0 P:2 SKIP:1898 size=92 bytes [libx264 @ 078c50a0] frame= 156 QP=21.92 NAL=2 Slice:P Poc:312 I:341 P:570 SKIP:989 size=91619 bytes frame= 158 fps=5.3 q=17.0 size= 256kB time=31.40 bitrate= 66.8kbits/s speed=1.06x [libx264 @ 078c50a0] frame= 157 QP=7.18 NAL=2 Slice:P Poc:314 I:5 P:904 SKIP:991 size=140 bytes [libx264 @ 078c50a0] frame= 158 QP=19.00 NAL=2 Slice:P Poc:316 I:0 P:1 SKIP:1899 size=27 bytes [libx264 @ 078c50a0] frame= 159 QP=17.00 NAL=2 Slice:P Poc:318 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 160 QP=18.51 NAL=2 Slice:P Poc:320 I:0 P:2 SKIP:1898 size=89 bytes frame= 162 fps=5.4 q=13.0 size= 256kB time=32.20 bitrate= 65.1kbits/s speed=1.07x [libx264 @ 078c50a0] frame= 161 QP=14.00 NAL=2 Slice:P Poc:322 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 162 QP=14.00 NAL=2 Slice:P Poc:324 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 163 QP=16.34 NAL=2 Slice:P Poc:326 I:1 P:1 SKIP:1898 size=81 bytes [libx264 @ 078c50a0] frame= 164 QP=13.00 NAL=2 Slice:P Poc:328 I:0 P:0 SKIP:1900 size=26 bytes frame= 166 fps=5.4 q=10.0 size= 256kB time=33.00 bitrate= 63.6kbits/s speed=1.08x [libx264 @ 078c50a0] frame= 165 QP=13.00 NAL=2 Slice:P Poc:330 I:0 P:2 SKIP:1898 size=29 bytes [libx264 @ 078c50a0] frame= 166 QP=13.00 NAL=2 Slice:P Poc:332 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 167 QP=13.00 NAL=2 Slice:P Poc:334 I:0 P:0 SKIP:1900 size=26 bytes frame= 169 fps=5.4 q=10.0 size= 256kB time=33.60 bitrate= 62.4kbits/s speed=1.08x [libx264 @ 078c50a0] frame= 168 QP=14.72 NAL=2 Slice:P Poc:336 I:1 P:1 SKIP:1898 size=83 bytes [libx264 @ 078c50a0] frame= 169 QP=13.00 NAL=2 Slice:P Poc:338 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 170 QP=13.00 NAL=2 Slice:P Poc:340 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 171 QP=16.34 NAL=2 Slice:P Poc:342 I:0 P:2 SKIP:1898 size=92 bytes frame= 173 fps=5.5 q=10.0 size= 256kB time=34.40 bitrate= 61.0kbits/s speed=1.08x [libx264 @ 078c50a0] frame= 172 QP=13.00 NAL=2 Slice:P Poc:344 I:0 P:1 SKIP:1899 size=27 bytes [libx264 @ 078c50a0] frame= 173 QP=13.00 NAL=2 Slice:P Poc:346 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 174 QP=14.72 NAL=2 Slice:P Poc:348 I:1 P:1 SKIP:1898 size=84 bytes [libx264 @ 078c50a0] frame= 175 QP=13.00 NAL=2 Slice:P Poc:350 I:0 P:0 SKIP:1900 size=26 bytes frame= 177 fps=5.5 q=10.0 size= 256kB time=35.20 bitrate= 59.6kbits/s speed=1.09x [libx264 @ 078c50a0] frame= 176 QP=13.00 NAL=2 Slice:P Poc:352 I:0 P:2 SKIP:1898 size=29 bytes [libx264 @ 078c50a0] frame= 177 QP=13.00 NAL=2 Slice:P Poc:354 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 178 QP=13.00 NAL=2 Slice:P Poc:356 I:0 P:2 SKIP:1898 size=29 bytes frame= 180 fps=5.5 q=10.0 size= 256kB time=35.80 bitrate= 58.6kbits/s speed=1.09x [libx264 @ 078c50a0] frame= 179 QP=13.00 NAL=2 Slice:P Poc:358 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 180 QP=13.00 NAL=2 Slice:P Poc:360 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 181 QP=13.00 NAL=2 Slice:P Poc:362 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 182 QP=16.34 NAL=2 Slice:P Poc:364 I:0 P:2 SKIP:1898 size=92 bytes frame= 184 fps=5.5 q=10.0 size= 256kB time=36.60 bitrate= 57.3kbits/s speed= 1.1x [libx264 @ 078c50a0] frame= 183 QP=13.00 NAL=2 Slice:P Poc:366 I:0 P:1 SKIP:1899 size=27 bytes [libx264 @ 078c50a0] frame= 184 QP=13.00 NAL=2 Slice:P Poc:368 I:0 P:2 SKIP:1898 size=29 bytes [libx264 @ 078c50a0] frame= 185 QP=13.00 NAL=2 Slice:P Poc:370 I:0 P:0 SKIP:1900 size=26 bytes frame= 187 fps=5.5 q=10.0 size= 256kB time=37.20 bitrate= 56.4kbits/s speed= 1.1x [libx264 @ 078c50a0] frame= 186 QP=13.00 NAL=2 Slice:P Poc:372 I:0 P:2 SKIP:1898 size=29 bytes [libx264 @ 078c50a0] frame= 187 QP=13.00 NAL=2 Slice:P Poc:374 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 188 QP=13.00 NAL=2 Slice:P Poc:376 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 189 QP=14.72 NAL=2 Slice:P Poc:378 I:1 P:1 SKIP:1898 size=84 bytes frame= 191 fps=5.4 q=10.0 size= 256kB time=38.00 bitrate= 55.2kbits/s speed=1.08x [libx264 @ 078c50a0] frame= 190 QP=13.00 NAL=2 Slice:P Poc:380 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 191 QP=13.00 NAL=2 Slice:P Poc:382 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 192 QP=16.34 NAL=2 Slice:P Poc:384 I:1 P:2 SKIP:1897 size=310 bytes frame= 194 fps=5.5 q=11.0 size= 256kB time=38.60 bitrate= 54.3kbits/s speed=1.08x [libx264 @ 078c50a0] frame= 193 QP=16.24 NAL=2 Slice:P Poc:386 I:0 P:2 SKIP:1898 size=90 bytes [libx264 @ 078c50a0] frame= 194 QP=3.03 NAL=2 Slice:P Poc:388 I:2 P:1 SKIP:1897 size=81 bytes [libx264 @ 078c50a0] frame= 195 QP=16.23 NAL=2 Slice:P Poc:390 I:0 P:2 SKIP:1898 size=107 bytes [libx264 @ 078c50a0] frame= 196 QP=13.00 NAL=2 Slice:P Poc:392 I:0 P:0 SKIP:1900 size=26 bytes frame= 198 fps=5.5 q=10.0 size= 256kB time=39.40 bitrate= 53.2kbits/s speed=1.09x [libx264 @ 078c50a0] frame= 197 QP=16.34 NAL=2 Slice:P Poc:394 I:1 P:2 SKIP:1897 size=235 bytes [libx264 @ 078c50a0] frame= 198 QP=17.17 NAL=2 Slice:P Poc:396 I:1 P:3 SKIP:1896 size=227 bytes [libx264 @ 078c50a0] frame= 199 QP=15.42 NAL=2 Slice:P Poc:398 I:0 P:11 SKIP:1889 size=128 bytes [libx264 @ 078c50a0] frame= 200 QP=2.85 NAL=2 Slice:P Poc:400 I:1 P:0 SKIP:1899 size=31 bytes frame= 202 fps=5.5 q=10.0 size= 256kB time=40.20 bitrate= 52.2kbits/s speed= 1.1x [libx264 @ 078c50a0] frame= 201 QP=13.11 NAL=2 Slice:P Poc:402 I:1 P:1 SKIP:1898 size=98 bytes [libx264 @ 078c50a0] frame= 202 QP=13.00 NAL=2 Slice:P Poc:404 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 203 QP=13.00 NAL=2 Slice:P Poc:406 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 204 QP=16.27 NAL=2 Slice:P Poc:408 I:3 P:9 SKIP:1888 size=771 bytes frame= 206 fps=5.5 q=10.0 size= 256kB time=41.00 bitrate= 51.2kbits/s speed= 1.1x [libx264 @ 078c50a0] frame= 205 QP=2.85 NAL=2 Slice:P Poc:410 I:1 P:1 SKIP:1898 size=33 bytes [libx264 @ 078c50a0] frame= 206 QP=16.33 NAL=2 Slice:P Poc:412 I:0 P:2 SKIP:1898 size=119 bytes [libx264 @ 078c50a0] frame= 207 QP=3.00 NAL=2 Slice:P Poc:414 I:1 P:2 SKIP:1897 size=100 bytes frame= 209 fps=5.5 q=10.0 size= 256kB time=41.60 bitrate= 50.4kbits/s speed= 1.1x [libx264 @ 078c50a0] frame= 208 QP=15.42 NAL=2 Slice:P Poc:416 I:0 P:2 SKIP:1898 size=143 bytes [libx264 @ 078c50a0] frame= 209 QP=16.33 NAL=2 Slice:P Poc:418 I:1 P:2 SKIP:1897 size=101 bytes [libx264 @ 078c50a0] frame= 210 QP=16.33 NAL=2 Slice:P Poc:420 I:0 P:2 SKIP:1898 size=54 bytes [libx264 @ 078c50a0] frame= 211 QP=15.42 NAL=2 Slice:P Poc:422 I:1 P:1 SKIP:1898 size=135 bytes frame= 213 fps=5.6 q=10.0 size= 256kB time=42.40 bitrate= 49.5kbits/s speed=1.11x [libx264 @ 078c50a0] frame= 212 QP=13.00 NAL=2 Slice:P Poc:424 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 213 QP=13.00 NAL=2 Slice:P Poc:426 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 214 QP=16.33 NAL=2 Slice:P Poc:428 I:0 P:2 SKIP:1898 size=81 bytes [libx264 @ 078c50a0] frame= 215 QP=16.23 NAL=2 Slice:P Poc:430 I:0 P:2 SKIP:1898 size=138 bytes frame= 217 fps=5.5 q=10.0 size= 256kB time=43.20 bitrate= 48.5kbits/s speed= 1.1x [libx264 @ 078c50a0] frame= 216 QP=16.33 NAL=2 Slice:P Poc:432 I:1 P:1 SKIP:1898 size=71 bytes [libx264 @ 078c50a0] frame= 217 QP=16.33 NAL=2 Slice:P Poc:434 I:1 P:1 SKIP:1898 size=135 bytes [libx264 @ 078c50a0] frame= 218 QP=16.23 NAL=2 Slice:P Poc:436 I:0 P:1 SKIP:1899 size=53 bytes [libx264 @ 078c50a0] frame= 219 QP=13.00 NAL=2 Slice:P Poc:438 I:0 P:0 SKIP:1900 size=26 bytes frame= 221 fps=5.6 q=10.0 size= 256kB time=44.00 bitrate= 47.7kbits/s speed=1.11x [libx264 @ 078c50a0] frame= 220 QP=13.00 NAL=2 Slice:P Poc:440 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 221 QP=16.33 NAL=2 Slice:P Poc:442 I:0 P:2 SKIP:1898 size=86 bytes [libx264 @ 078c50a0] frame= 222 QP=15.92 NAL=2 Slice:P Poc:444 I:188 P:353 SKIP:1359 size=34051 bytes frame= 224 fps=5.5 q=17.0 size= 256kB time=44.60 bitrate= 47.0kbits/s speed= 1.1x [libx264 @ 078c50a0] frame= 223 QP=19.07 NAL=2 Slice:P Poc:446 I:0 P:107 SKIP:1793 size=799 bytes [libx264 @ 078c50a0] frame= 224 QP=21.89 NAL=2 Slice:P Poc:448 I:227 P:337 SKIP:1336 size=29641 bytes [libx264 @ 078c50a0] frame= 225 QP=18.18 NAL=2 Slice:P Poc:450 I:20 P:132 SKIP:1748 size=1296 bytes frame= 227 fps=5.5 q=17.0 size= 256kB time=45.20 bitrate= 46.4kbits/s speed= 1.1x [libx264 @ 078c50a0] frame= 226 QP=20.10 NAL=2 Slice:P Poc:452 I:0 P:250 SKIP:1650 size=2056 bytes [libx264 @ 078c50a0] frame= 227 QP=17.63 NAL=2 Slice:P Poc:454 I:3 P:396 SKIP:1501 size=5170 bytes frame= 229 fps=5.5 q=14.0 size= 256kB time=45.60 bitrate= 46.0kbits/s speed=1.09x [libx264 @ 078c50a0] frame= 228 QP=16.78 NAL=2 Slice:P Poc:456 I:1 P:375 SKIP:1524 size=4733 bytes [libx264 @ 078c50a0] frame= 229 QP=15.18 NAL=2 Slice:P Poc:458 I:3 P:290 SKIP:1607 size=2960 bytes [libx264 @ 078c50a0] frame= 230 QP=15.13 NAL=2 Slice:P Poc:460 I:0 P:315 SKIP:1585 size=2664 bytes frame= 232 fps=5.5 q=11.0 size= 256kB time=46.20 bitrate= 45.4kbits/s speed=1.09x [libx264 @ 078c50a0] frame= 231 QP=14.01 NAL=2 Slice:P Poc:462 I:1 P:234 SKIP:1665 size=2095 bytes [libx264 @ 078c50a0] frame= 232 QP=14.24 NAL=2 Slice:P Poc:464 I:5 P:131 SKIP:1764 size=1094 bytes [libx264 @ 078c50a0] frame= 233 QP=13.97 NAL=2 Slice:P Poc:466 I:0 P:88 SKIP:1812 size=822 bytes frame= 235 fps=5.5 q=10.0 size= 256kB time=46.80 bitrate= 44.8kbits/s speed=1.09x [libx264 @ 078c50a0] frame= 234 QP=13.57 NAL=2 Slice:P Poc:468 I:0 P:71 SKIP:1829 size=560 bytes [libx264 @ 078c50a0] frame= 235 QP=13.07 NAL=2 Slice:P Poc:470 I:0 P:64 SKIP:1836 size=765 bytes [libx264 @ 078c50a0] frame= 236 QP=21.40 NAL=2 Slice:P Poc:472 I:372 P:542 SKIP:986 size=91591 bytes frame= 238 fps=5.4 q=17.0 size= 512kB time=47.40 bitrate= 88.5kbits/s speed=1.09x [libx264 @ 078c50a0] frame= 237 QP=6.37 NAL=2 Slice:P Poc:474 I:4 P:900 SKIP:996 size=135 bytes [libx264 @ 078c50a0] frame= 238 QP=19.00 NAL=2 Slice:P Poc:476 I:0 P:0 SKIP:1900 size=26 bytes frame= 240 fps=5.4 q=16.0 size= 512kB time=47.80 bitrate= 87.7kbits/s speed=1.08x [libx264 @ 078c50a0] frame= 239 QP=17.00 NAL=2 Slice:P Poc:478 I:0 P:0 SKIP:1900 size=26 bytes frame= 241 fps=5.3 q=14.0 size= 512kB time=48.00 bitrate= 87.4kbits/s speed=1.05x [libx264 @ 078c50a0] frame= 240 QP=18.34 NAL=2 Slice:P Poc:480 I:1 P:1 SKIP:1898 size=78 bytes [libx264 @ 078c50a0] frame= 241 QP=16.43 NAL=2 Slice:P Poc:482 I:0 P:1 SKIP:1899 size=35 bytes [libx264 @ 078c50a0] frame= 242 QP=13.00 NAL=2 Slice:P Poc:484 I:0 P:0 SKIP:1900 size=26 bytes frame= 244 fps=5.3 q=11.0 size= 512kB time=48.60 bitrate= 86.3kbits/s speed=1.05x [libx264 @ 078c50a0] frame= 243 QP=16.34 NAL=2 Slice:P Poc:486 I:1 P:1 SKIP:1898 size=100 bytes [libx264 @ 078c50a0] frame= 244 QP=14.84 NAL=2 Slice:P Poc:488 I:0 P:29 SKIP:1871 size=273 bytes [libx264 @ 078c50a0] frame= 245 QP=13.00 NAL=2 Slice:P Poc:490 I:0 P:14 SKIP:1886 size=155 bytes [libx264 @ 078c50a0] frame= 246 QP=12.96 NAL=2 Slice:P Poc:492 I:0 P:10 SKIP:1890 size=101 bytes frame= 248 fps=5.3 q=10.0 size= 512kB time=49.40 bitrate= 84.9kbits/s speed=1.05x [libx264 @ 078c50a0] frame= 247 QP=12.18 NAL=2 Slice:P Poc:494 I:0 P:35 SKIP:1865 size=326 bytes [libx264 @ 078c50a0] frame= 248 QP=15.51 NAL=2 Slice:P Poc:496 I:0 P:20 SKIP:1880 size=209 bytes [libx264 @ 078c50a0] frame= 249 QP=9.94 NAL=2 Slice:P Poc:498 I:1 P:7 SKIP:1892 size=67 bytes [libx264 @ 078c50a0] frame= 250 QP=9.16 NAL=3 Slice:I Poc:0 I:1900 P:0 SKIP:0 size=207986 bytes frame= 252 fps=5.3 q=9.0 size= 768kB time=50.20 bitrate= 125.3kbits/s speed=1.05x [libx264 @ 078c50a0] frame= 251 QP=25.51 NAL=2 Slice:P Poc:2 I:1 P:23 SKIP:1876 size=273 bytes [libx264 @ 078c50a0] frame= 252 QP=20.00 NAL=2 Slice:P Poc:4 I:0 P:25 SKIP:1875 size=54 bytes [libx264 @ 078c50a0] frame= 253 QP=19.89 NAL=2 Slice:P Poc:6 I:1 P:25 SKIP:1874 size=80 bytes [libx264 @ 078c50a0] frame= 254 QP=19.11 NAL=2 Slice:P Poc:8 I:1 P:17 SKIP:1882 size=127 bytes frame= 256 fps=5.3 q=14.0 size= 768kB time=51.00 bitrate= 123.4kbits/s speed=1.05x [libx264 @ 078c50a0] frame= 255 QP=17.06 NAL=2 Slice:P Poc:10 I:0 P:23 SKIP:1877 size=133 bytes [libx264 @ 078c50a0] frame= 256 QP=17.34 NAL=2 Slice:P Poc:12 I:1 P:4 SKIP:1895 size=88 bytes [libx264 @ 078c50a0] frame= 257 QP=15.18 NAL=2 Slice:P Poc:14 I:0 P:5 SKIP:1895 size=59 bytes frame= 259 fps=5.3 q=11.0 size= 768kB time=51.60 bitrate= 121.9kbits/s speed=1.06x [libx264 @ 078c50a0] frame= 258 QP=13.71 NAL=2 Slice:P Poc:16 I:0 P:2 SKIP:1898 size=44 bytes [libx264 @ 078c50a0] frame= 259 QP=16.34 NAL=2 Slice:P Poc:18 I:0 P:2 SKIP:1898 size=93 bytes [libx264 @ 078c50a0] frame= 260 QP=13.85 NAL=2 Slice:P Poc:20 I:0 P:1 SKIP:1899 size=39 bytes [libx264 @ 078c50a0] frame= 261 QP=13.00 NAL=2 Slice:P Poc:22 I:0 P:2 SKIP:1898 size=29 bytes frame= 263 fps=5.3 q=10.0 size= 768kB time=52.40 bitrate= 120.1kbits/s speed=1.06x [libx264 @ 078c50a0] frame= 262 QP=12.00 NAL=2 Slice:P Poc:24 I:0 P:3 SKIP:1897 size=43 bytes [libx264 @ 078c50a0] frame= 263 QP=12.00 NAL=2 Slice:P Poc:26 I:0 P:0 SKIP:1900 size=27 bytes [libx264 @ 078c50a0] frame= 264 QP=15.51 NAL=2 Slice:P Poc:28 I:0 P:5 SKIP:1895 size=112 bytes [libx264 @ 078c50a0] frame= 265 QP=12.00 NAL=2 Slice:P Poc:30 I:0 P:0 SKIP:1900 size=27 bytes frame= 267 fps=5.3 q=10.0 size= 768kB time=53.20 bitrate= 118.3kbits/s speed=1.06x [libx264 @ 078c50a0] frame= 266 QP=12.00 NAL=2 Slice:P Poc:32 I:0 P:0 SKIP:1900 size=27 bytes [libx264 @ 078c50a0] frame= 267 QP=16.34 NAL=2 Slice:P Poc:34 I:1 P:1 SKIP:1898 size=197 bytes [libx264 @ 078c50a0] frame= 268 QP=15.51 NAL=2 Slice:P Poc:36 I:0 P:2 SKIP:1898 size=56 bytes [libx264 @ 078c50a0] frame= 269 QP=16.34 NAL=2 Slice:P Poc:38 I:0 P:3 SKIP:1897 size=135 bytes frame= 271 fps=5.3 q=10.0 size= 768kB time=54.00 bitrate= 116.5kbits/s speed=1.06x [libx264 @ 078c50a0] frame= 270 QP=16.34 NAL=2 Slice:P Poc:40 I:1 P:3 SKIP:1896 size=223 bytes [libx264 @ 078c50a0] frame= 271 QP=16.34 NAL=2 Slice:P Poc:42 I:0 P:5 SKIP:1895 size=174 bytes [libx264 @ 078c50a0] frame= 272 QP=2.83 NAL=2 Slice:P Poc:44 I:1 P:0 SKIP:1899 size=31 bytes frame= 274 fps=5.3 q=10.0 size= 768kB time=54.60 bitrate= 115.2kbits/s speed=1.06x [libx264 @ 078c50a0] frame= 273 QP=13.00 NAL=2 Slice:P Poc:46 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 274 QP=14.72 NAL=2 Slice:P Poc:48 I:0 P:2 SKIP:1898 size=92 bytes frame= 276 fps=5.3 q=10.0 size= 768kB time=55.00 bitrate= 114.4kbits/s speed=1.06x [libx264 @ 078c50a0] frame= 275 QP=16.34 NAL=2 Slice:P Poc:50 I:0 P:2 SKIP:1898 size=93 bytes [libx264 @ 078c50a0] frame= 276 QP=2.83 NAL=2 Slice:P Poc:52 I:1 P:2 SKIP:1897 size=34 bytes [libx264 @ 078c50a0] frame= 277 QP=16.34 NAL=2 Slice:P Poc:54 I:1 P:2 SKIP:1897 size=245 bytes frame= 279 fps=5.3 q=10.0 size= 768kB time=55.60 bitrate= 113.2kbits/s speed=1.06x [libx264 @ 078c50a0] frame= 278 QP=16.34 NAL=2 Slice:P Poc:56 I:0 P:2 SKIP:1898 size=52 bytes [libx264 @ 078c50a0] frame= 279 QP=13.00 NAL=2 Slice:P Poc:58 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 280 QP=12.00 NAL=2 Slice:P Poc:60 I:0 P:0 SKIP:1900 size=27 bytes frame= 282 fps=5.3 q=10.0 size= 768kB time=56.20 bitrate= 111.9kbits/s speed=1.06x [libx264 @ 078c50a0] frame= 281 QP=16.34 NAL=2 Slice:P Poc:62 I:0 P:2 SKIP:1898 size=51 bytes [libx264 @ 078c50a0] frame= 282 QP=16.34 NAL=2 Slice:P Poc:64 I:0 P:2 SKIP:1898 size=144 bytes frame= 284 fps=5.3 q=10.0 size= 768kB time=56.60 bitrate= 111.2kbits/s speed=1.05x [libx264 @ 078c50a0] frame= 283 QP=13.00 NAL=2 Slice:P Poc:66 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 284 QP=12.00 NAL=2 Slice:P Poc:68 I:0 P:0 SKIP:1900 size=27 bytes frame= 286 fps=5.2 q=10.0 size= 768kB time=57.00 bitrate= 110.4kbits/s speed=1.04x [libx264 @ 078c50a0] frame= 285 QP=14.72 NAL=2 Slice:P Poc:70 I:1 P:2 SKIP:1897 size=162 bytes frame= 287 fps=5.2 q=10.0 size= 768kB time=57.20 bitrate= 110.0kbits/s speed=1.03x [libx264 @ 078c50a0] frame= 286 QP=16.33 NAL=2 Slice:P Poc:72 I:0 P:2 SKIP:1898 size=92 bytes [libx264 @ 078c50a0] frame= 287 QP=17.17 NAL=2 Slice:P Poc:74 I:1 P:3 SKIP:1896 size=268 bytes frame= 289 fps=5.1 q=11.0 size= 768kB time=57.60 bitrate= 109.2kbits/s speed=1.03x [libx264 @ 078c50a0] frame= 288 QP=13.00 NAL=2 Slice:P Poc:76 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 289 QP=13.00 NAL=2 Slice:P Poc:78 I:0 P:0 SKIP:1900 size=26 bytes [libx264 @ 078c50a0] frame= 290 QP=16.33 NAL=2 Slice:P Poc:80 I:0 P:2 SKIP:1898 size=80 bytes frame= 292 fps=5.1 q=10.0 size= 768kB time=58.20 bitrate= 108.1kbits/s speed=1.02x [libx264 @ 078c50a0] frame= 291 QP=12.00 NAL=2 Slice:P Poc:82 I:0 P:0 SKIP:1900 size=27 bytes frame= 293 fps=5.1 q=10.0 size= 768kB time=58.40 bitrate= 107.7kbits/s speed=1.01x [libx264 @ 078c50a0] frame= 292 QP=12.00 NAL=2 Slice:P Poc:84 I:0 P:0 SKIP:1900 size=27 bytes frame= 294 fps=5.0 q=10.0 size= 768kB time=58.60 bitrate= 107.4kbits/s speed= 1x [libx264 @ 078c50a0] frame= 293 QP=16.17 NAL=2 Slice:P Poc:86 I:0 P:2 SKIP:1898 size=81 bytes [libx264 @ 078c50a0] frame= 294 QP=12.00 NAL=2 Slice:P Poc:88 I:0 P:0 SKIP:1900 size=27 bytes [libx264 @ 078c50a0] frame= 295 QP=13.00 NAL=2 Slice:P Poc:90 I:0 P:2 SKIP:1898 size=29 bytes frame= 297 fps=5.0 q=10.0 size= 768kB time=59.20 bitrate= 106.3kbits/s speed= 1x [libx264 @ 078c50a0] frame= 296 QP=12.00 NAL=2 Slice:P Poc:92 I:0 P:0 SKIP:1900 size=27 bytes [libx264 @ 078c50a0] frame= 297 QP=12.00 NAL=2 Slice:P Poc:94 I:0 P:0 SKIP:1900 size=27 bytes [libx264 @ 078c50a0] frame= 298 QP=16.17 NAL=2 Slice:P Poc:96 I:0 P:2 SKIP:1898 size=81 bytes frame= 300 fps=5.0 q=10.0 size= 768kB time=59.80 bitrate= 105.2kbits/s speed= 1x [libx264 @ 078c50a0] frame= 299 QP=12.00 NAL=2 Slice:P Poc:98 I:0 P:0 SKIP:1900 size=27 bytes [libx264 @ 078c50a0] frame= 300 QP=12.00 NAL=2 Slice:P Poc:100 I:0 P:0 SKIP:1900 size=27 bytes [libx264 @ 078c50a0] frame= 301 QP=16.17 NAL=2 Slice:P Poc:102 I:0 P:2 SKIP:1898 size=81 bytes [libx264 @ 078c50a0] frame= 302 QP=2.63 NAL=2 Slice:P Poc:104 I:1 P:0 SKIP:1899 size=31 bytes frame= 304 fps=5.1 q=10.0 size= 768kB time=60.60 bitrate= 103.8kbits/s speed=1.01x [libx264 @ 078c50a0] frame= 303 QP=12.00 NAL=2 Slice:P Poc:106 I:0 P:2 SKIP:1898 size=29 bytes [libx264 @ 078c50a0] frame= 304 QP=12.00 NAL=2 Slice:P Poc:108 I:0 P:0 SKIP:1900 size=27 bytes [libx264 @ 078c50a0] frame= 305 QP=17.34 NAL=2 Slice:P Poc:110 I:6 P:6 SKIP:1888 size=3221 bytes [libx264 @ 078c50a0] frame= 306 QP=2.78 NAL=2 Slice:P Poc:112 I:12 P:8 SKIP:1880 size=137 bytes frame= 308 fps=5.1 q=11.0 size= 768kB time=61.40 bitrate= 102.5kbits/s speed=1.01x [libx264 @ 078c50a0] frame= 307 QP=15.81 NAL=2 Slice:P Poc:114 I:205 P:396 SKIP:1299 size=34445 bytes [libx264 @ 078c50a0] frame= 308 QP=18.87 NAL=2 Slice:P Poc:116 I:1 P:120 SKIP:1779 size=1075 bytes [libx264 @ 078c50a0] frame= 309 QP=22.80 NAL=2 Slice:P Poc:118 I:99 P:285 SKIP:1516 size=24717 bytes frame= 311 fps=5.1 q=18.0 size= 768kB time=62.00 bitrate= 101.5kbits/s speed=1.01x [libx264 @ 078c50a0] frame= 310 QP=17.75 NAL=2 Slice:P Poc:120 I:7 P:97 SKIP:1796 size=936 bytes [libx264 @ 078c50a0] frame= 311 QP=17.79 NAL=2 Slice:P Poc:122 I:0 P:173 SKIP:1727 size=1742 bytes [libx264 @ 078c50a0] frame= 312 QP=16.43 NAL=2 Slice:P Poc:124 I:4 P:279 SKIP:1617 size=3251 bytes frame= 314 fps=5.1 q=12.0 size= 768kB time=62.60 bitrate= 100.5kbits/s speed=1.01x [libx264 @ 078c50a0] frame= 313 QP=20.66 NAL=2 Slice:P Poc:126 I:508 P:285 SKIP:1107 size=63613 bytes [libx264 @ 078c50a0] frame= 314 QP=19.18 NAL=2 Slice:P Poc:128 I:15 P:329 SKIP:1556 size=3038 bytes frame= 316 fps=5.1 q=17.0 size= 768kB time=63.00 bitrate= 99.9kbits/s speed=1.01x [libx264 @ 078c50a0] frame= 315 QP=19.43 NAL=2 Slice:P Poc:130 I:0 P:434 SKIP:1466 size=4898 bytes frame= 317 fps=5.0 q=15.0 size= 768kB time=63.20 bitrate= 99.5kbits/s speed=0.999x [libx264 @ 078c50a0] frame= 316 QP=20.95 NAL=2 Slice:P Poc:132 I:403 P:537 SKIP:960 size=89429 bytes frame= 318 fps=4.9 q=18.0 size= 768kB time=63.40 bitrate= 99.2kbits/s speed=0.982x [libx264 @ 078c50a0] frame= 317 QP=16.73 NAL=2 Slice:P Poc:134 I:7 P:912 SKIP:981 size=216 bytes frame= 319 fps=4.8 q=19.0 size= 768kB time=63.60 bitrate= 98.9kbits/s speed=0.959x [libx264 @ 078c50a0] frame= 318 QP=18.58 NAL=2 Slice:P Poc:136 I:2 P:31 SKIP:1867 size=200 bytes frame= 320 fps=4.8 q=16.0 size= 768kB time=63.80 bitrate= 98.6kbits/s speed=0.954x [libx264 @ 078c50a0] frame= 319 QP=19.18 NAL=2 Slice:P Poc:138 I:0 P:337 SKIP:1563 size=3640 bytes [libx264 @ 078c50a0] frame= 320 QP=15.73 NAL=2 Slice:P Poc:140 I:8 P:628 SKIP:1264 size=12849 bytes frame= 322 fps=4.8 q=13.0 size= 1024kB time=64.20 bitrate= 130.7kbits/s speed=0.947x [libx264 @ 078c50a0] frame= 321 QP=15.16 NAL=2 Slice:P Poc:142 I:7 P:550 SKIP:1343 size=8241 bytes frame= 323 fps=4.7 q=11.0 size= 1024kB time=64.40 bitrate= 130.3kbits/s speed=0.934x [libx264 @ 078c50a0] frame= 322 QP=14.31 NAL=2 Slice:P Poc:144 I:23 P:485 SKIP:1392 size=5181 bytes [libx264 @ 078c50a0] frame= 323 QP=13.89 NAL=2 Slice:P Poc:146 I:4 P:415 SKIP:1481 size=4469 bytes [libx264 @ 078c50a0] frame= 324 QP=13.65 NAL=2 Slice:P Poc:148 I:1 P:297 SKIP:1602 size=2910 bytes frame= 326 fps=4.7 q=10.0 size= 1024kB time=65.00 bitrate= 129.1kbits/s speed=0.934x [libx264 @ 078c50a0] frame= 325 QP=13.34 NAL=2 Slice:P Poc:150 I:2 P:203 SKIP:1695 size=2235 bytes [libx264 @ 078c50a0] frame= 326 QP=12.84 NAL=2 Slice:P Poc:152 I:1 P:152 SKIP:1747 size=1452 bytes [libx264 @ 078c50a0] frame= 327 QP=12.65 NAL=2 Slice:P Poc:154 I:0 P:139 SKIP:1761 size=1074 bytes frame= 329 fps=4.7 q=9.0 size= 1024kB time=65.60 bitrate= 127.9kbits/s speed=0.936x [libx264 @ 078c50a0] frame= 328 QP=14.28 NAL=2 Slice:P Poc:156 I:2 P:32 SKIP:1866 size=2411 bytes [libx264 @ 078c50a0] frame= 329 QP=18.26 NAL=2 Slice:P Poc:158 I:82 P:120 SKIP:1698 size=18661 bytes [libx264 @ 078c50a0] frame= 330 QP=14.22 NAL=2 Slice:P Poc:160 I:26 P:178 SKIP:1696 size=6937 bytes frame= 332 fps=4.7 q=14.0 size= 1024kB time=66.20 bitrate= 126.7kbits/s speed=0.937x [libx264 @ 078c50a0] frame= 331 QP=17.39 NAL=2 Slice:P Poc:162 I:26 P:146 SKIP:1728 size=6735 bytes [libx264 @ 078c50a0] frame= 332 QP=18.36 NAL=2 Slice:P Poc:164 I:14 P:69 SKIP:1817 size=3214 bytes [libx264 @ 078c50a0] frame= 333 QP=15.11 NAL=2 Slice:P Poc:166 I:38 P:124 SKIP:1738 size=12172 bytes frame= 335 fps=4.7 q=14.0 size= 1024kB time=66.80 bitrate= 125.6kbits/s speed=0.937x [libx264 @ 078c50a0] frame= 334 QP=17.48 NAL=2 Slice:P Poc:168 I:56 P:139 SKIP:1705 size=16370 bytes [libx264 @ 078c50a0] frame= 335 QP=19.10 NAL=2 Slice:P Poc:170 I:20 P:103 SKIP:1777 size=5134 bytes [libx264 @ 078c50a0] frame= 336 QP=15.16 NAL=2 Slice:P Poc:172 I:0 P:34 SKIP:1866 size=258 bytes frame= 338 fps=4.7 q=12.0 size= 1024kB time=67.40 bitrate= 124.5kbits/s speed=0.937x [libx264 @ 078c50a0] frame= 337 QP=13.34 NAL=2 Slice:P Poc:174 I:0 P:46 SKIP:1854 size=475 bytes [libx264 @ 078c50a0] frame= 338 QP=13.50 NAL=2 Slice:P Poc:176 I:0 P:44 SKIP:1856 size=402 bytes [libx264 @ 078c50a0] frame= 339 QP=12.49 NAL=2 Slice:P Poc:178 I:0 P:74 SKIP:1826 size=754 bytes frame= 341 fps=4.7 q=10.0 size= 1024kB time=68.00 bitrate= 123.4kbits/s speed=0.938x [libx264 @ 078c50a0] frame= 340 QP=13.77 NAL=2 Slice:P Poc:180 I:21 P:80 SKIP:1799 size=7310 bytes [libx264 @ 078c50a0] frame= 341 QP=16.09 NAL=2 Slice:P Poc:182 I:10 P:72 SKIP:1818 size=3770 bytes [libx264 @ 078c50a0] frame= 342 QP=9.77 NAL=2 Slice:P Poc:184 I:1 P:17 SKIP:1882 size=155 bytes [libx264 @ 078c50a0] frame= 343 QP=14.13 NAL=2 Slice:P Poc:186 I:65 P:150 SKIP:1685 size=17709 bytes frame= 345 fps=4.7 q=14.0 size= 1024kB time=68.80 bitrate= 121.9kbits/s speed=0.941x [libx264 @ 078c50a0] frame= 344 QP=13.25 NAL=2 Slice:P Poc:188 I:4 P:63 SKIP:1833 size=487 bytes [libx264 @ 078c50a0] frame= 345 QP=16.48 NAL=2 Slice:P Poc:190 I:17 P:179 SKIP:1704 size=4495 bytes [libx264 @ 078c50a0] frame= 346 QP=17.21 NAL=2 Slice:P Poc:192 I:27 P:193 SKIP:1680 size=6820 bytes frame= 348 fps=4.7 q=15.0 size= 1024kB time=69.40 bitrate= 120.9kbits/s speed=0.942x [libx264 @ 078c50a0] frame= 347 QP=15.09 NAL=2 Slice:P Poc:194 I:0 P:32 SKIP:1868 size=304 bytes [libx264 @ 078c50a0] frame= 348 QP=17.83 NAL=2 Slice:P Poc:196 I:40 P:160 SKIP:1700 size=10453 bytes [libx264 @ 078c50a0] frame= 349 QP=16.58 NAL=2 Slice:P Poc:198 I:34 P:69 SKIP:1797 size=8124 bytes frame= 351 fps=4.7 q=14.0 size= 1024kB time=70.00 bitrate= 119.8kbits/s speed=0.943x [libx264 @ 078c50a0] frame= 350 QP=16.50 NAL=2 Slice:P Poc:200 I:27 P:66 SKIP:1807 size=7022 bytes [libx264 @ 078c50a0] frame= 351 QP=13.19 NAL=2 Slice:P Poc:202 I:30 P:61 SKIP:1809 size=6302 bytes [libx264 @ 078c50a0] frame= 352 QP=17.51 NAL=2 Slice:P Poc:204 I:43 P:71 SKIP:1786 size=9502 bytes frame= 354 fps=4.7 q=13.0 size= 1024kB time=70.60 bitrate= 118.8kbits/s speed=0.943x [libx264 @ 078c50a0] frame= 353 QP=16.47 NAL=2 Slice:P Poc:206 I:39 P:71 SKIP:1790 size=8238 bytes [libx264 @ 078c50a0] frame= 354 QP=15.96 NAL=2 Slice:P Poc:208 I:29 P:47 SKIP:1824 size=6240 bytes frame= 356 fps=4.7 q=13.0 size= 1024kB time=71.00 bitrate= 118.1kbits/s speed=0.941x [libx264 @ 078c50a0] frame= 355 QP=12.91 NAL=2 Slice:P Poc:210 I:21 P:46 SKIP:1833 size=5442 bytes [libx264 @ 078c50a0] frame= 356 QP=15.31 NAL=2 Slice:P Poc:212 I:33 P:59 SKIP:1808 size=8920 bytes [libx264 @ 078c50a0] frame= 357 QP=18.26 NAL=2 Slice:P Poc:214 I:36 P:62 SKIP:1802 size=8626 bytes frame= 359 fps=4.7 q=13.0 size= 1024kB time=71.60 bitrate= 117.2kbits/s speed=0.942x [libx264 @ 078c50a0] frame= 358 QP=15.29 NAL=2 Slice:P Poc:216 I:24 P:62 SKIP:1814 size=7655 bytes [libx264 @ 078c50a0] frame= 359 QP=17.80 NAL=2 Slice:P Poc:218 I:38 P:69 SKIP:1793 size=9660 bytes frame= 361 fps=4.7 q=13.0 size= 1024kB time=72.00 bitrate= 116.5kbits/s speed=0.94x [libx264 @ 078c50a0] frame= 360 QP=7.54 NAL=2 Slice:P Poc:220 I:38 P:97 SKIP:1765 size=11405 bytes [libx264 @ 078c50a0] frame= 361 QP=15.49 NAL=2 Slice:P Poc:222 I:28 P:99 SKIP:1773 size=7302 bytes frame= 363 fps=4.7 q=14.0 size= 1280kB time=72.40 bitrate= 144.8kbits/s speed=0.936x [libx264 @ 078c50a0] frame= 362 QP=7.59 NAL=2 Slice:P Poc:224 I:37 P:78 SKIP:1785 size=9896 bytes frame= 364 fps=4.6 q=14.0 size= 1280kB time=72.60 bitrate= 144.4kbits/s speed=0.923x [libx264 @ 078c50a0] frame= 363 QP=17.47 NAL=2 Slice:P Poc:226 I:76 P:212 SKIP:1612 size=21655 bytes [mov,mp4,m4a,3gp,3g2,mj2 @ 078b1140] stream 0, offset 0x186fd7: partial file stataunit6.mov: Invalid data found when processing input frame= 365 fps=4.6 q=15.0 size= 1280kB time=72.80 bitrate= 144.0kbits/s speed=0.913x [out_0_0 @ 078cfd20] EOF on sink link out_0_0:default. No more output streams to write to, finishing. [libx264 @ 078c50a0] frame= 364 QP=17.26 NAL=2 Slice:P Poc:228 I:0 P:69 SKIP:1831 size=632 bytes frame= 365 fps=4.6 q=13.0 Lsize= 1315kB time=73.00 bitrate= 147.6kbits/s speed=0.912x video:1315kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.000000% Input file #0 (stataunit6.mov): Input stream #0:0 (video): 365 packets read (1220911 bytes); 365 frames decoded; Input stream #0:1 (audio): 138 packets read (4830 bytes); Total: 503 packets (1225741 bytes) demuxed Output file #0 (NUL): Output stream #0:0 (video): 365 frames encoded; 365 packets muxed (1346459 bytes); Total: 365 packets (1346459 bytes) muxed 365 frames successfully decoded, 0 decoding errors [AVIOContext @ 078c6240] Statistics: 0 seeks, 6 writeouts [libx264 @ 078c50a0] frame I:2 Avg QP:13.62 size:168474 [libx264 @ 078c50a0] frame P:363 Avg QP:14.35 size: 2781 [libx264 @ 078c50a0] mb I I16..4: 42.1% 0.0% 57.9% [libx264 @ 078c50a0] mb P I16..4: 0.1% 0.0% 0.5% P16..4: 3.4% 0.2% 0.2% 0.0% 0.0% skip:95.6% [libx264 @ 078c50a0] coded y,u,v intra: 64.9% 12.1% 11.8% inter: 1.6% 0.5% 0.4% [libx264 @ 078c50a0] i16 v,h,dc,p: 69% 25% 6% 0% [libx264 @ 078c50a0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 29% 28% 5% 4% 3% 4% 2% 5% [libx264 @ 078c50a0] ref P L0: 75.2% 19.7% 5.1% [libx264 @ 078c50a0] kb/s:147.56 [AVIOContext @ 078b9ca0] Statistics: 1599880 bytes read, 0 seeks
Attachments (1)
Change History (3)
by , 7 years ago
Attachment: | stataunit6.mov added |
---|
comment:1 by , 7 years ago
Keywords: | M4V audio removed |
---|---|
Priority: | important → normal |
Resolution: | → invalid |
Status: | new → closed |
The format m4v
is not related to the file suffix .m4v, use -f ipod
.
comment:2 by , 7 years ago
Thanks, -f ipod
do include the audio stream, but it is not streamable by default as -f m4v
can be for a pipe output. Adding -movflags
with the correct parameters do the job though, but it make the command line longer ;-)
That mean that i misunderstood M4V format, because i thought that it could contains audio stream.
But it seem that you said that it cannot, so i will try to remember it.
No_audio_stream_in_M4V_#6612