
Recherche avancée
Autres articles (42)
-
Déploiements possibles
31 janvier 2010, parDeux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
Version mono serveur
La version mono serveur consiste à n’utiliser qu’une (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (4506)
-
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"
-
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 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