
Recherche avancée
Médias (91)
-
Les Miserables
9 décembre 2019, par
Mis à jour : Décembre 2019
Langue : français
Type : Textuel
-
VideoHandle
8 novembre 2019, par
Mis à jour : Novembre 2019
Langue : français
Type : Video
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
-
Un test - mauritanie
3 avril 2014, par
Mis à jour : Avril 2014
Langue : français
Type : Textuel
-
Pourquoi Obama lit il mes mails ?
4 février 2014, par
Mis à jour : Février 2014
Langue : français
-
IMG 0222
6 octobre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Image
Autres articles (69)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (8491)
-
Revision 6db81fd629 : vp9 : fix frame-parallel encoding the flag in the header wasn't being set based
6 décembre 2014, par James ZernChanged Paths :
Modify /vp9/encoder/vp9_encoder.c
vp9 : fix frame-parallel encodingthe flag in the header wasn’t being set based on the encoder
configuration in non-intra only modebroken since :
fbc2fbf Adding oxcf temp variable.Change-Id : Ib4cff9901889824bc4e68d7f0f6deb1e41df2f53
-
Revision eba9c762a1 : vp9_ethread : the tile-based multi-threaded encoder Currently, VP9 supports colu
3 décembre 2014, par Yunqing WangChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_encodeframe.h
Modify /vp9/encoder/vp9_encoder.c
Modify /vp9/encoder/vp9_encoder.h
Add /vp9/encoder/vp9_ethread.c
Add /vp9/encoder/vp9_ethread.h
Modify /vp9/vp9_cx_iface.c
Modify /vp9/vp9cx.mk
vp9_ethread : the tile-based multi-threaded encoderCurrently, VP9 supports column-tile encoding, which allows a frame
to be encoded in multiple column tiles independently. The number of
column tiles are set by encoder option "—tile-columns". This
provides a way to encode a frame in parallel.Based on previous set of patches, this patch implemented the tile-
based multi-threaded encoder. Each thread processes one or more
tiles.Usage :
For HD clips :
— tile-columns=2 —threads=1/2/3/4While using 4 threads, tests showed that the encoder achieved
2.3X - 2.5X speedup at good-quality speed 3, and 2X speedup at
realtime speed 5.Change-Id : Ied987f8f2618b1283a8643ad255e88341733c9d4
-
ffmpeg_opt : Compensate for DTS/PTS difference in seeking when its based on DTS
18 mai 2015, par Michael Niedermayer