
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (105)
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (18431)
-
Documentation #3972 (En cours) : template variants and possible bug ?
7 juillet 2017, par b bI can read this (in bold) in the documentation you are quoting :
rubrique.html and article.html : the default templates, which apply to all sections and articles that do not have a specific template, but whose presence is absolutely necessary in the same directory as the variants of the templates for them to be taken into account.
https://www.spip.net/en_article4363.html
Seems the info is there...
-
Revision c54d165014 : Rate control adjustment for temporal-svc 1pass. -For ambient qp in active_worst
6 août 2015, par MarcoChanged Paths :
Modify /vp9/encoder/vp9_ratectrl.c
Rate control adjustment for temporal-svc 1pass.For ambient qp in active_worst setting : increase the initial
averaging time (from very first frame) to account for avg_qp of key_frame.In postencode on key frame : update the last_q/avg_q[key_frame] for
all temporal layers.Change-Id : I5313153d350b1045b4835ce948dfffb7d2039b52
-
Revision 99892e85d5 : Fix check of debug counts for corrupt frame Fixes the idecoder in the case wher
7 mai 2014, par Adrian GrangeChanged Paths :
Modify /vp9/decoder/vp9_decodeframe.c
Fix check of debug counts for corrupt frameFixes the idecoder in the case where :
cm->error_resilient_mode == 0, and
cm->frame_parallel_decoding_mode == 0, but
new_fb->corrupted == 1.The assert in debug_check_frame_counts fails to
take into account the case of a corrupt frame.Change-Id : Idf318a68458cc88d65d6f3f408a10d8ffe87e43f