
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 (99)
-
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. -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (5688)
-
avcodec/libaomdec : Set SAR based on RenderWidth and RenderHeight
21 août 2020, par Derek Buitenhuis -
Revision 42748 : Pour lancer un encodage on passe par une action qui : - Ne peut être ...
8 décembre 2010, par kent1@… — LogPour lancer un encodage on passe par une action qui :
Ne peut être appelée que par un script local (cron ou pipeline ou autre)
Seule une action depuis job_queue (forcer l’exécution d’une tache par exemple) permet de lancer cette action depuis une action exterieure
A la fin d’un encodage, si l’on dispose de fsockopen, on appelle cette action directement afin d’enchainer le plus vite possible sans attendre le cron
On incrémente le numéro de version en conséquence -
Revision 8c1f071f1e : Allocate buffers based on correct chroma format The encoder currently allocates
17 juin 2014, par Adrian GrangeChanged Paths :
Modify /vp9/common/vp9_alloccommon.c
Modify /vp9/common/vp9_alloccommon.h
Modify /vp9/common/vp9_scale.h
Modify /vp9/encoder/vp9_encoder.c
Modify /vp9/encoder/vp9_firstpass.c
Allocate buffers based on correct chroma formatThe encoder currently allocates frame buffers before
it establishes what the chroma sub-sampling factor is,
always allocating based on the 4:4:4 format.This patch detects the chroma format as early as
possible allowing the encoder to allocate buffers of
the correct size.Future patches will change the encoder to allocate
frame buffers on demand to further reduce the memory
profile of the encoder and rationalize the buffer
management in the encoder and decoder.Change-Id : Ifd41dd96e67d0011719ba40fada0bae74f3a0d57