
Recherche avancée
Autres articles (72)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (4954)
-
Form Analytics for Piwik now available : Find the pain points on your online forms to improve conversions
14 mars 2017, par InnoCraft — CommunityHi, this is Tom from InnoCraft, the company of the makers of Piwik Analytics. Do you hate losing your visitors on your online or intranet forms and leaving revenue on the table ? If you feel like us, we have got you covered. Form Analytics gives you all the insights you possibly need to increase your form conversion rates with 100% data ownership and no limits.
Whether it is a landing page, sign-up form, checkout, cart, squeeze page, feedback form, survey, or a job application form. Online forms have become super critical to all businesses. The problem is, you can only improve what you measure. Otherwise, you never really know what to change on your forms, and whether you make things better or worse.
-> Read the rest of the story on the Form Analytics Marketplace page.
What does the new Form Analytics reports look like ?
Form Analytics adds over 50 new metrics, 15 new reports & widgets, new real time reports, new segments and more to your Piwik.
To see more screenshots check out the Form Analytics preview or have a look at the Form Analytics website
Where do I get Form Analytics ?
Form Analytics is available on the Piwik Marketplace :
Form Analytics is a premium plugin for Piwik and comes with our 14 day money back guarantee and 1-click installation & updates (all product updates come for free).
You can also signup for a free Piwik Cloud-hosted trial to discover the power of Form Analytics !
-
Merge video with ffmpeg
17 mars 2017, par BjörnI have tried this command :
ffmpeg -i 'concat:10.mov|11.mov' -codec copy out.mov
The output file out.mov only shows whats in the first movie (10.mov).Been googling for several hours and tried lots of things but nothing works. I want this done without re-encoding the files. Just merge with the same codec
ffmpeg version 3.2.4 Copyright (c) 2000-2017 the FFmpeg developers
built with Apple LLVM version 8.0.0 (clang-800.0.42.1)
configuration: --prefix=/usr/local/Cellar/ffmpeg/3.2.4 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl --disable-lzma --enable-vda
libavutil 55. 34.101 / 55. 34.101
libavcodec 57. 64.101 / 57. 64.101
libavformat 57. 56.101 / 57. 56.101
libavdevice 57. 1.100 / 57. 1.100
libavfilter 6. 65.100 / 6. 65.100
libavresample 3. 1. 0 / 3. 1. 0
libswscale 4. 2.100 / 4. 2.100
libswresample 2. 3.100 / 2. 3.100
libpostproc 54. 1.100 / 54. 1.100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff678802600] Found duplicated MOOV Atom. Skipped it
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'concat:10.mov|11.mov':
Metadata:
creation_time : 2017-03-17T12:15:22.000000Z
major_brand : qt<br />
minor_version : 537134592
compatible_brands: qt<br />
Duration: 00:00:29.96, start: 0.000000, bitrate: 140810 kb/s
Stream #0:0: Video: prores (apcn / 0x6E637061), yuv422p10le, 1280x720, 116735 kb/s, SAR 1:1 DAR 16:9, 50 fps, 50 tbr, 5k tbn, 5k tbc (default)
Metadata:
handler_name : Telestream Inc. Telestream Media Framework - Local 99.99.999999
encoder : Apple ProRes 422
Output #0, mov, to 'out.mov':
Metadata:
compatible_brands: qt<br />
major_brand : qt<br />
minor_version : 537134592
encoder : Lavf57.56.101
Stream #0:0: Video: prores (apcn / 0x6E637061), yuv422p10le, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 116735 kb/s, 50 fps, 50 tbr, 10k tbn, 5k tbc (default)
Metadata:
handler_name : Telestream Inc. Telestream Media Framework - Local 99.99.999999
encoder : Apple ProRes 422
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Press [q] to stop, [?] for help
frame= 1498 fps=0.0 q=-1.0 Lsize= 426938kB time=00:00:29.94 bitrate=116815.8kbits/s speed=50.8x<br />
video:426930kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.001997%Any ideas ? Would make my life very much easier if I got this to work :)
-
Time lapse video using ffmpeg
18 octobre 2017, par Rich SI’m trying to create a time-lapse video from 376 separate images. I want to adjust the framerate to get the best/smoothest result, but my video only includes 343 of the frames in the file.
I’m using a text file (sequence.txt) to list the files..
file 'images\20171016T040000Z.jpg'
duration 0.1
file 'images\20171016T040140Z.jpg'
duration 0.1
file 'images\20171016T040320Z.jpg'
duration 0.1
etc...And then running
ffmpeg -safe 0 -f concat -i sequence.txt -pix_fmt yuv420p -y out.mp4
As far as I can tell, the actual frame-rate of the output file will be 25fps (the default), and the duration of each frame will be 1/10 second. So there will be a few input frames duplicated for each output frame. But this shouldn’t be a problem.
Why would the video only show the first 343 frames - actually I’ve just noticed that it’s exactly 90% of the required length.
EDIT
The log from running the ffmpeg is below
ffmpeg version N-87353-g183fd30 Copyright (c) 2000-2017 the FFmpeg developers
built with gcc 7.2.0 (GCC)
configuration: --enable-gpl --enable-version3 --enable-cuda --enable-cuvid --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --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-libxavs --enable-libxvid --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib
libavutil 55. 76.100 / 55. 76.100
libavcodec 57.106.101 / 57.106.101
libavformat 57. 82.101 / 57. 82.101
libavdevice 57. 8.101 / 57. 8.101
libavfilter 6.105.100 / 6.105.100
libswscale 4. 7.103 / 4. 7.103
libswresample 2. 8.100 / 2. 8.100
libpostproc 54. 6.100 / 54. 6.100
Input #0, concat, from 'sequence.txt':
Duration: 00:00:32.80, start: 0.000000, bitrate: 4 kb/s
Stream #0:0: Video: mjpeg, yuvj420p(pc, bt470bg/unknown/unknown), 2688x1520 [SAR 1:1 DAR 168:95], 25 tbr, 25 tbn, 25 tbc
Stream mapping:
Stream #0:0 -> #0:0 (mjpeg (native) -> h264 (libx264))
Press [q] to stop, [?] for help
[swscaler @ 00000000021d8d20] deprecated pixel format used, make sure you did set range correctly
[libx264 @ 0000000001f61920] using SAR=1/1
[libx264 @ 0000000001f61920] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[libx264 @ 0000000001f61920] profile High, level 5.0
[libx264 @ 0000000001f61920] 264 - core 152 r2851 ba24899 - H.264/MPEG-4 AVC codec - Copyleft 2003-2017 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, mp4, to 'out.mp4':
Metadata:
encoder : Lavf57.82.101
Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv420p, 2688x1520 [SAR 1:1 DAR 168:95], q=-1--1, 25 fps, 12800 tbn, 25 tbc
Metadata:
encoder : Lavc57.106.101 libx264
Side data:
cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
frame= 34 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A dup=20 drop=0 speed= 0x
frame= 49 fps= 45 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A dup=29 drop=0 speed= 0x
frame= 61 fps= 35 q=28.0 size= 768kB time=00:00:00.08 bitrate=78571.4kbits/s dup=36 drop=0 speed=0.046x
frame= 71 fps= 30 q=28.0 size= 1536kB time=00:00:00.48 bitrate=26210.9kbits/s dup=42 drop=0 speed=0.201x
frame= 86 fps= 29 q=28.0 size= 3328kB time=00:00:01.08 bitrate=25242.0kbits/s dup=51 drop=0 speed=0.37x
frame= 91 fps= 25 q=28.0 size= 3840kB time=00:00:01.28 bitrate=24574.8kbits/s dup=54 drop=0 speed=0.356x
frame= 99 fps= 24 q=28.0 size= 4352kB time=00:00:01.60 bitrate=22281.4kbits/s dup=59 drop=0 speed=0.389x
frame= 116 fps= 23 q=28.0 size= 6400kB time=00:00:02.28 bitrate=22994.5kbits/s dup=69 drop=0 speed=0.459x
frame= 121 fps= 22 q=28.0 size= 6912kB time=00:00:02.48 bitrate=22831.3kbits/s dup=72 drop=0 speed=0.447x
frame= 139 fps= 23 q=28.0 size= 8704kB time=00:00:03.20 bitrate=22281.8kbits/s dup=83 drop=0 speed=0.523x
frame= 141 fps= 21 q=28.0 size= 8960kB time=00:00:03.28 bitrate=22377.7kbits/s dup=84 drop=0 speed=0.494x
frame= 149 fps= 21 q=28.0 size= 9728kB time=00:00:03.60 bitrate=22136.2kbits/s dup=89 drop=0 speed=0.499x
frame= 166 fps= 20 q=28.0 size= 11776kB time=00:00:04.28 bitrate=22539.2kbits/s dup=99 drop=0 speed=0.526x
frame= 174 fps= 20 q=28.0 size= 12288kB time=00:00:04.60 bitrate=21883.0kbits/s dup=104 drop=0 speed=0.525x
frame= 191 fps= 20 q=28.0 size= 14336kB time=00:00:05.28 bitrate=22242.3kbits/s dup=114 drop=0 speed=0.546x
frame= 199 fps= 19 q=28.0 size= 15104kB time=00:00:05.60 bitrate=22094.8kbits/s dup=119 drop=0 speed=0.543x
frame= 216 fps= 19 q=28.0 size= 17152kB time=00:00:06.28 bitrate=22373.9kbits/s dup=129 drop=0 speed=0.559x
frame= 224 fps= 19 q=28.0 size= 17920kB time=00:00:06.60 bitrate=22242.3kbits/s dup=134 drop=0 speed=0.558x
frame= 239 fps= 19 q=28.0 size= 20224kB time=00:00:07.20 bitrate=23010.2kbits/s dup=143 drop=0 speed=0.583x
frame= 244 fps= 19 q=28.0 size= 21760kB time=00:00:07.40 bitrate=24088.7kbits/s dup=146 drop=0 speed=0.575x
frame= 254 fps= 18 q=28.0 size= 23552kB time=00:00:07.80 bitrate=24735.4kbits/s dup=152 drop=0 speed=0.567x
frame= 261 fps= 18 q=28.0 size= 25856kB time=00:00:08.08 bitrate=26214.2kbits/s dup=156 drop=0 speed=0.564x
frame= 266 fps= 18 q=28.0 size= 27648kB time=00:00:08.28 bitrate=27353.9kbits/s dup=159 drop=0 speed=0.555x
frame= 279 fps= 18 q=28.0 size= 32000kB time=00:00:08.80 bitrate=29788.9kbits/s dup=167 drop=0 speed=0.557x
frame= 286 fps= 17 q=28.0 size= 34048kB time=00:00:09.08 bitrate=30718.0kbits/s dup=171 drop=0 speed=0.555x
frame= 294 fps= 17 q=28.0 size= 36096kB time=00:00:09.40 bitrate=31457.1kbits/s dup=176 drop=0 speed=0.553x
frame= 301 fps= 17 q=28.0 size= 38400kB time=00:00:09.68 bitrate=32497.0kbits/s dup=180 drop=0 speed=0.551x
frame= 314 fps= 17 q=28.0 size= 41984kB time=00:00:10.20 bitrate=33718.7kbits/s dup=188 drop=0 speed=0.556x
frame= 324 fps= 17 q=28.0 size= 45568kB time=00:00:10.60 bitrate=35216.1kbits/s dup=194 drop=0 speed=0.562x
frame= 331 fps= 17 q=28.0 size= 47104kB time=00:00:10.88 bitrate=35466.3kbits/s dup=198 drop=0 speed=0.557x
frame= 341 fps= 17 q=28.0 size= 49408kB time=00:00:11.28 bitrate=35881.9kbits/s dup=204 drop=0 speed=0.556x
frame= 354 fps= 17 q=28.0 size= 52736kB time=00:00:11.80 bitrate=36611.1kbits/s dup=212 drop=0 speed=0.561x
frame= 366 fps= 17 q=28.0 size= 55808kB time=00:00:12.28 bitrate=37229.4kbits/s dup=219 drop=0 speed=0.563x
frame= 379 fps= 17 q=28.0 size= 59136kB time=00:00:12.80 bitrate=37846.8kbits/s dup=227 drop=0 speed=0.568x
frame= 391 fps= 17 q=28.0 size= 62208kB time=00:00:13.28 bitrate=38373.9kbits/s dup=234 drop=0 speed=0.57x
frame= 401 fps= 17 q=28.0 size= 64512kB time=00:00:13.68 bitrate=38631.6kbits/s dup=240 drop=0 speed=0.566x
frame= 416 fps= 17 q=28.0 size= 68352kB time=00:00:14.28 bitrate=39211.3kbits/s dup=249 drop=0 speed=0.571x
frame= 429 fps= 17 q=28.0 size= 71424kB time=00:00:14.80 bitrate=39534.0kbits/s dup=257 drop=0 speed=0.575x
frame= 441 fps= 17 q=28.0 size= 74752kB time=00:00:15.28 bitrate=40076.3kbits/s dup=264 drop=0 speed=0.574x
frame= 454 fps= 17 q=28.0 size= 78080kB time=00:00:15.80 bitrate=40482.8kbits/s dup=272 drop=0 speed=0.578x
frame= 466 fps= 17 q=28.0 size= 81152kB time=00:00:16.28 bitrate=40835.0kbits/s dup=279 drop=0 speed=0.58x
frame= 476 fps= 16 q=28.0 size= 83456kB time=00:00:16.68 bitrate=40987.3kbits/s dup=285 drop=0 speed=0.577x
frame= 489 fps= 17 q=28.0 size= 87552kB time=00:00:17.20 bitrate=41699.0kbits/s dup=293 drop=0 speed=0.584x
frame= 494 fps= 16 q=28.0 size= 89088kB time=00:00:17.40 bitrate=41942.9kbits/s dup=296 drop=0 speed=0.58x
frame= 504 fps= 16 q=28.0 size= 91392kB time=00:00:17.80 bitrate=42060.7kbits/s dup=302 drop=0 speed=0.582x
frame= 509 fps= 16 q=28.0 size= 92672kB time=00:00:18.00 bitrate=42175.9kbits/s dup=305 drop=0 speed=0.579x
frame= 519 fps= 16 q=28.0 size= 95488kB time=00:00:18.40 bitrate=42512.8kbits/s dup=311 drop=0 speed=0.582x
frame= 526 fps= 16 q=28.0 size= 97280kB time=00:00:18.68 bitrate=42661.4kbits/s dup=315 drop=0 speed=0.581x
frame= 531 fps= 16 q=28.0 size= 98816kB time=00:00:18.88 bitrate=42875.9kbits/s dup=318 drop=0 speed=0.574x
frame= 544 fps= 16 q=28.0 size= 102144kB time=00:00:19.40 bitrate=43132.0kbits/s dup=326 drop=0 speed=0.574x
frame= 559 fps= 16 q=28.0 size= 106496kB time=00:00:20.00 bitrate=43620.6kbits/s dup=335 drop=0 speed=0.575x
frame= 571 fps= 16 q=28.0 size= 110080kB time=00:00:20.48 bitrate=44031.9kbits/s dup=342 drop=0 speed=0.573x
frame= 584 fps= 16 q=28.0 size= 113920kB time=00:00:21.00 bitrate=44439.5kbits/s dup=350 drop=0 speed=0.577x
frame= 596 fps= 16 q=28.0 size= 116992kB time=00:00:21.48 bitrate=44618.0kbits/s dup=357 drop=0 speed=0.579x
frame= 606 fps= 16 q=28.0 size= 119808kB time=00:00:21.88 bitrate=44856.7kbits/s dup=363 drop=0 speed=0.577x
frame= 616 fps= 16 q=28.0 size= 122368kB time=00:00:22.28 bitrate=44992.6kbits/s dup=369 drop=0 speed=0.58x
frame= 624 fps= 16 q=28.0 size= 124672kB time=00:00:22.60 bitrate=45190.7kbits/s dup=374 drop=0 speed=0.58x
frame= 631 fps= 16 q=28.0 size= 126464kB time=00:00:22.88 bitrate=45279.3kbits/s dup=378 drop=0 speed=0.576x
frame= 639 fps= 16 q=28.0 size= 128512kB time=00:00:23.20 bitrate=45377.9kbits/s dup=383 drop=0 speed=0.577x
frame= 651 fps= 16 q=28.0 size= 132096kB time=00:00:23.68 bitrate=45697.9kbits/s dup=390 drop=0 speed=0.575x
frame= 664 fps= 16 q=28.0 size= 135936kB time=00:00:24.20 bitrate=46015.9kbits/s dup=398 drop=0 speed=0.577x
frame= 676 fps= 16 q=28.0 size= 139264kB time=00:00:24.68 bitrate=46225.6kbits/s dup=405 drop=0 speed=0.578x
frame= 686 fps= 16 q=28.0 size= 141824kB time=00:00:25.08 bitrate=46324.5kbits/s dup=411 drop=0 speed=0.577x
frame= 699 fps= 16 q=28.0 size= 145152kB time=00:00:25.60 bitrate=46448.5kbits/s dup=419 drop=0 speed=0.577x
frame= 711 fps= 16 q=28.0 size= 148480kB time=00:00:26.08 bitrate=46639.0kbits/s dup=426 drop=0 speed=0.576x
frame= 724 fps= 16 q=28.0 size= 152320kB time=00:00:26.60 bitrate=46909.9kbits/s dup=434 drop=0 speed=0.576x
frame= 734 fps= 16 q=28.0 size= 155136kB time=00:00:27.00 bitrate=47069.3kbits/s dup=440 drop=0 speed=0.578x
frame= 741 fps= 16 q=28.0 size= 157440kB time=00:00:27.28 bitrate=47278.0kbits/s dup=444 drop=0 speed=0.576x
frame= 754 fps= 16 q=28.0 size= 160768kB time=00:00:27.80 bitrate=47374.4kbits/s dup=452 drop=0 speed=0.576x
frame= 766 fps= 16 q=28.0 size= 164352kB time=00:00:28.28 bitrate=47608.5kbits/s dup=459 drop=0 speed=0.575x
frame= 779 fps= 16 q=28.0 size= 167936kB time=00:00:28.80 bitrate=47768.3kbits/s dup=467 drop=0 speed=0.578x
frame= 791 fps= 16 q=28.0 size= 171264kB time=00:00:29.28 bitrate=47916.4kbits/s dup=474 drop=0 speed=0.578x
frame= 801 fps= 16 q=28.0 size= 174080kB time=00:00:29.68 bitrate=48047.8kbits/s dup=480 drop=0 speed=0.577x
frame= 809 fps= 16 q=28.0 size= 176128kB time=00:00:30.00 bitrate=48094.6kbits/s dup=485 drop=0 speed=0.577x
frame= 819 fps= 16 q=28.0 size= 178944kB time=00:00:30.40 bitrate=48220.6kbits/s dup=491 drop=0 speed=0.577x
frame= 820 fps= 15 q=-1.0 Lsize= 194048kB time=00:00:32.68 bitrate=48642.4kbits/s dup=492 drop=0 speed=0.581x
video:194033kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.007522%
[libx264 @ 0000000001f61920] frame I:20 Avg QP:20.40 size:446315
[libx264 @ 0000000001f61920] frame P:212 Avg QP:25.37 size:629518
[libx264 @ 0000000001f61920] frame B:588 Avg QP:26.30 size: 95757
[libx264 @ 0000000001f61920] consecutive B-frames: 3.4% 2.4% 1.5% 92.7%
[libx264 @ 0000000001f61920] mb I I16..4: 0.1% 99.2% 0.7%
[libx264 @ 0000000001f61920] mb P I16..4: 0.3% 28.7% 0.4% P16..4: 21.3% 24.3% 16.3% 0.0% 0.0% skip: 8.8%
[libx264 @ 0000000001f61920] mb B I16..4: 0.0% 2.8% 0.1% B16..8: 7.0% 3.6% 1.7% direct: 4.9% skip:80.0% L0:38.4% L1:18.0% BI:43.6%
[libx264 @ 0000000001f61920] 8x8 transform intra:97.6% inter:89.5%
[libx264 @ 0000000001f61920] coded y,uvDC,uvAC intra: 94.6% 71.9% 10.1% inter: 29.0% 20.0% 0.5%
[libx264 @ 0000000001f61920] i16 v,h,dc,p: 15% 39% 26% 20%
[libx264 @ 0000000001f61920] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 10% 11% 46% 5% 5% 5% 6% 5% 9%
[libx264 @ 0000000001f61920] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 13% 12% 13% 9% 10% 10% 11% 10% 14%
[libx264 @ 0000000001f61920] i8c dc,h,v,p: 51% 25% 20% 4%
[libx264 @ 0000000001f61920] Weighted P-Frames: Y:48.6% UV:34.4%
[libx264 @ 0000000001f61920] ref P L0: 36.9% 13.0% 18.1% 21.0% 11.0%
[libx264 @ 0000000001f61920] ref B L0: 59.1% 21.9% 19.0%
[libx264 @ 0000000001f61920] ref B L1: 99.7% 0.3%
[libx264 @ 0000000001f61920] kb/s:48460.77
[Finished in 57.7s]