
Recherche avancée
Médias (2)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (99)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
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 (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 (...)
Sur d’autres sites (8581)
-
avcodec/libvpxenc : add ROI-based encoding support for VP8/VP9
12 septembre 2019, par Guo, Yejunavcodec/libvpxenc : add ROI-based encoding support for VP8/VP9
example command line to verify it :
./ffmpeg -i input.stream -vf addroi=0:0:iw/3:ih/3 :-0.8 -c:v libvpx -b:v 2M tmp.webmSigned-off-by : Guo, Yejun <yejun.guo@intel.com>
Signed-off-by : James Zern <jzern@google.com> -
avcodec/dvbsubdec : Compute default CLUT based on bitmap analysis
26 juillet 2015, par Michael Niedermayeravcodec/dvbsubdec : Compute default CLUT based on bitmap analysis
Fixes displaying subtitles before any CLUT has been received
Fixes Ticket153This will of course not display these initial subtitles in the correct
color (as that is not known at that point) but they should look clean
and not corruptedSigned-off-by : Michael Niedermayer <michael@niedermayer.cc>
-
Browsers based Live video chat with no flash [on hold]
4 décembre 2016, par cheinanOn server side I need to convert the uploded incoming webRTC streming into sequence of binary image data
with ffmpeg for example or other toolDose anyone have an idea how to do this ?