
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (71)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (12150)
-
Revision 65ede3da45 : Modified Handling of min and max vbr rates. In two pass encodes bits are alloca
2 janvier 2014, par Paul WilkinsChanged Paths :
Modify /vp9/encoder/vp9_firstpass.c
Modify /vp9/encoder/vp9_onyx_int.h
Modified Handling of min and max vbr rates.In two pass encodes bits are allocated to each frame
according to a modified error score for the frame as a
fraction of the modified error score for the clip or section.Previously a minimum rate per frame was reserved and
subtracted from the bits allocatable by the two pass code.
The vbr max section rate was enforced by clipping the
actual number of bits allocated.In this patch the min and max vbr rates are enforced
instead by clipping the modified error scores for each frame
rather than the number of bits allocated.Small gains for all test sets (psnr and SSIM) ranging from
+0.05 for YT psnr up to +0.25 for Std-hd SSIM.Change-Id : Iae27d70bdd3944e3f0cceaf225bad2e8802833de
-
Revision 0187f4b411 : Adjustments to cyclic refresh (aq-mode=3). Target higher delta-qp for big block
28 janvier 2015, par MarcoChanged Paths :
Modify /vp9/encoder/vp9_aq_cyclicrefresh.c
Modify /vp9/encoder/vp9_aq_cyclicrefresh.h
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_pickmode.c
Adjustments to cyclic refresh (aq-mode=3).Target higher delta-qp for big blocks with zero motion,
and for segment#1 : avoid 64x64 partition size and force 8x8 tx size.Metrics on RTC set mostly positive : SSIM up by 4%, PSRN by 1.5%.
Doesn’t seem to be any change in speed.Change-Id : I1f68fa3c4f62dab3b90cc58041f05ebb048ae5ac
-
build : Require yasm 0.8.0 or higher
7 octobre 2013, par Derek Buitenhuisbuild : Require yasm 0.8.0 or higher
This is in preparation for removing a .rodata kludge
which was only required for older YASM versions.The movbe instruction was introduced in 0.8.0, which already
had AVX, which was introduced in 0.7.0, and NASM introduced
movbe in 2.0.3, which is the same version which introduced
AVX support.Also, make the failure message more accurate.
Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>