
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (53)
-
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. -
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 (4540)
-
lavfi/minterpolate : Split struct Pixel to allow higher resolutions.
3 décembre 2017, par Carl Eugen Hoyos -
Fix encoder crash with non-positive sample rates.
5 janvier 2015, par Ralph GilesFix encoder crash with non-positive sample rates.
Input files with sampling rate 0 are useless and can make
libvorbis access invalid memory because the logic in
_vp_psy_init (and probably other functions) isn’t prepared for
it. A sanity check lets the library refuse those inputs
gracefully in the initialization functions before they can
do harm.Patch by Martin Steghöfer <martin@steghoefer.eu>
Fixes #2078
Bug-Debian : https://bugs.debian.org/716613git-svn-id : http://svn.xiph.org/trunk/vorbis@19422 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
ffmpeg : Maintain higher precision pts between video filter and fps code
16 janvier 2015, par Michael Niedermayerffmpeg : Maintain higher precision pts between video filter and fps code
This is a bit ugly as it attempts to keep most of the computation
in integers before the double based fps code. The use of integers
is to reduce the chances of rounding differences between platformsPreviously the timestamp was rounded to the encoder timebase
before being converted back to double precision which could cause loss
of precisionSigned-off-by : Michael Niedermayer <michaelni@gmx.at>