
Recherche avancée
Médias (91)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
-
Les Miserables
4 juin 2012, par
Mis à jour : Février 2013
Langue : English
Type : Texte
-
Ne pas afficher certaines informations : page d’accueil
23 novembre 2011, par
Mis à jour : Novembre 2011
Langue : français
Type : Image
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Richard Stallman et la révolution du logiciel libre - Une biographie autorisée (version epub)
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (48)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
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 (6230)
-
avformat : add a TTA Muxer
4 août 2016, par James Almeravformat : add a TTA Muxer
Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by : James Almer <jamrial@gmail.com>- [DH] Changelog
- [DH] doc/general.texi
- [DH] libavformat/Makefile
- [DH] libavformat/allformats.c
- [DH] libavformat/ttaenc.c
- [DH] libavformat/version.h
- [DH] tests/fate/acodec.mak
- [DH] tests/fate/avformat.mak
- [DH] tests/lavf-regression.sh
- [DH] tests/ref/acodec/tta
- [DH] tests/ref/lavf/mka
- [DH] tests/ref/lavf/tta
-
JPEG 2000 decoder for DCinema
22 avril 2013, par Nicolas BertrandJPEG 2000 decoder for DCinema
Based on the 2007 GSoC project from Kamil Nowosad <k.nowosad@students.mimuw.edu.pl>
Updated to current programming standards, style and many more small
fixes by Diego Biurrun <diego@biurrun.de>.Signed-off-by : Diego Biurrun <diego@biurrun.de>
- [DBH] Changelog
- [DBH] doc/general.texi
- [DBH] libavcodec/Makefile
- [DBH] libavcodec/allcodecs.c
- [DBH] libavcodec/avcodec.h
- [DBH] libavcodec/jpeg2000.c
- [DBH] libavcodec/jpeg2000.h
- [DBH] libavcodec/jpeg2000dec.c
- [DBH] libavcodec/jpeg2000dwt.c
- [DBH] libavcodec/jpeg2000dwt.h
- [DBH] libavcodec/mqc.c
- [DBH] libavcodec/mqc.h
- [DBH] libavcodec/mqcdec.c
- [DBH] tests/fate/video.mak
- [DBH] tests/ref/fate/jpeg2000-dcinema
-
Live convert HTTP IP Camera MJPEG to RTSP
26 mai 2016, par tmar89I have an IP camera with an MJPEG stream. I need to connect this to an NVR that only takes RTSP. I tried using ffmpeg and ffserver and haven’t been able to get a stable stream to work without segmentation faults. VLC crashes also. Most of the time, it seems to be an issue with under buffer or buffering in general. Not sure how to approach this.