
Recherche avancée
Autres articles (41)
-
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. -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (2959)
-
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.
-
Silicon Graphics RLE 8-bit video decoder
17 décembre 2012, par Peter RossSilicon Graphics RLE 8-bit video decoder
Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>