
Recherche avancée
Autres articles (4)
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)
Sur d’autres sites (3370)
-
Revision 1092140379 : No longer use use_lastframe_partitioning speed feature The speedup in rd_pick_p
6 septembre 2014, par Yunqing WangChanged Paths :
Modify /vp9/encoder/vp9_speed_features.c
No longer use use_lastframe_partitioning speed featureThe speedup in rd_pick_partition() function makes it possible
to drop use_lastframe_partitioning feature. By doing that, we
achieve good PSNR gain with small speed loss. Also, this makes
encoding loop less complicated. The code cleanup patch will
follow.Borg tests showed :
1. At speed 2,
stdhd set : 0.201% PSNR gain, 0.133% SSIM gain ;
derf set : 0.262% PSNR gain, 0.276% SSIM gain.
2. At speed 3,
stdhd set : 0.139% PSNR gain, 0.109% SSIM gain ;
derf set : 0.447% PSNR gain, 0.442% SSIM gain.The average speed loss over selected test clips is within 1%
with the worst case of 4%.Change-Id : Icfd2ded7869372b585a6972855d933b3d0280d90
-
Revision d62d804e64 : Speed up compound inter prediction mode check This commit allows the encoder to
3 septembre 2014, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_block.h
Modify /vp9/encoder/vp9_context_tree.h
Modify /vp9/encoder/vp9_pickmode.c
Modify /vp9/encoder/vp9_rdopt.c
Speed up compound inter prediction mode checkThis commit allows the encoder to store outcomes of single reference
frame modes and compares them to decide if the inter prediction
filter, forward transform, and quantization can be skipped.The compression performance of speed 3 is down
derf -0.364%
stdhd -0.198%For test sequences, the speed 3 runtime is reduced
highway CIF 100 kbps, 51976 ms -> 45033 ms, 13% speed-up
stockholm 720p 1000 kbps, 71826 ms -> 67838 ms, 5.5% speed-up
pedestrian 1080p 2000 kbps, 154924 ms -> 150702 ms, 2.6% speed-upChange-Id : I5aa26f918d2b4b5197a2c0afa2779319f1c88e44
-
Revision b73c9df1a4 : Merge "No longer use use_lastframe_partitioning speed feature"
9 septembre 2014, par Yaowu XuMerge "No longer use use_lastframe_partitioning speed feature"