
Recherche avancée
Autres articles (111)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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
Sur d’autres sites (16217)
-
Add a libwebp encoder
22 novembre 2013, par Justin Ruggles -
avcodec/webvttenc : add webvtt encoder
23 mai 2014, par Aman Guptaavcodec/webvttenc : add webvtt encoder
Based off the srt encoder. The following features are unimplemented :
fonts, colors, sizes
alignment and positioning
The rest works well. For example, use ffmpeg to convert subtitles into the .vtt format :
ffmpeg -i input.srt output.vtt
Signed-off-by : Aman Gupta <ffmpeg@tmm1.net>
Signed-off-by : Clément Bœsch <u@pkh.me> -
sbc : implement SBC decoder (low-complexity subband codec)
17 décembre 2017, par Aurelien Jacobssbc : implement SBC decoder (low-complexity subband codec)
This was originally based on libsbc, and was fully integrated into ffmpeg.