
Recherche avancée
Autres articles (39)
-
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 (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
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 (...) -
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 (2720)
-
Revision e47d9f1d07 : rd_pick_inter_mode : prevent signed integer overflow calculate the txfm_cache di
6 novembre 2012, par James ZernChanged Paths : Modify /vp9/encoder/rdopt.c rd_pick_inter_mode : prevent signed integer overflow calculate the txfm_cache difference first as both values may be INT64_MAX with the intent that they cancel each other out. Change-Id : (...)
-
Flash security (load) vs. timeout detection for homepage, .swf_error {}
22 mars 2010, par Scott Schillerm demo/360-player/canvas-visualization-basic.html m demo/360-player/canvas-visualization.html m demo/360-player/index.html m demo/api/index.html m demo/flashblock/flashblock.css m demo/flashblock/index.html m demo/index.js m demo/mp3-player-button/index.html m demo/mpc/index.html m (...)
-
tests/swscale : calculate theoretical expected SSIM
4 mars, par Niklas Haastests/swscale : calculate theoretical expected SSIM
We can calculate with some confidence the theoretical expected SSIM
from an "ideal" conversion, by computing the reference SSIM level
for an image dithered with uniformly distributed quatization noise.This gives us an additional safety net to check for regressions even in
the absence of a reference to compare against.