
Recherche avancée
Autres articles (104)
-
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (5995)
-
Revision 3d181a4516 : Adjust speed setting for temporal layers in 1 pass non-rd mode. For speed 7, re
11 août 2015, par MarcoChanged Paths :
Modify /vp9/encoder/vp9_speed_features.c
Adjust speed setting for temporal layers in 1 pass non-rd mode.For speed 7, real-time mode : Base layer frames are further apart
(for #temporal layers = 3, this is every 4 frames) so worth keeping
same motion search parameters (as in speed 6) on the base layer frames.Change-Id : Idebf49dda6ef4f3d9a55aee55129a68253f692fb
-
Revision 762641bacc : Merge "Adjust speed setting for temporal layers in 1 pass non-rd mode."
11 août 2015, par Marco PaniconiMerge "Adjust speed setting for temporal layers in 1 pass non-rd mode."
-
Revision 3b2e73b9a4 : Remove tx cache and speed up tx size selection 1. The RD scores obtained during
29 juillet 2015, par Yunqing WangChanged Paths :
Modify /vp9/encoder/vp9_context_tree.h
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_rdopt.c
Remove tx cache and speed up tx size selection1. The RD scores obtained during the tx size selection were stored in the
tx cache, and used to help make the tx decision for the following frames.
This wasn’t used anymore in VP9 encoder. Recovered the related decision
making code from 1.5+ years ago, and borg tests didn’t show any quality
gain. This patch removed it to lower the complexity.2. An optimization was done after the above refactoring. If the tx_mode
is not TX_MODE_SELECT, we only need to test the chosen tx size instead
of all posible tx sizes. This gave a 1.5% average speed gain at speed 2,
and a 1% average speed gain at speed 3.Change-Id : Id8cd650e066a8cef33829d8c15388a8138adc78c