
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (50)
-
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. -
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 -
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 (7548)
-
I don't get the title using FFmpegMediaMetadataRetriever
15 novembre 2018, par Opeyemi SanusiI am trying to fetch the title of a streaming song and I am using the FFmpegMediaMetadataRetriever library but it doesn’t seem to be working
FFmpegMediaMetadataRetriever mmr = new FFmpegMediaMetadataRetriever();
mmr.setDataSource("http://167.114.64.181:9407/stream");
nowPlaying = mmr.extractMetadata(FFmpegMediaMetadataRetriever.METADATA_KEY_TITLE);
nowPlayingtxt.setText(nowPlaying);
mmr.release(); -
lavf/qsv : clone the frame which may be managed by framework
3 avril 2018, par Ruiling Songlavf/qsv : clone the frame which may be managed by framework
For filters based on framesync, the input frame was managed
by framesync, so we should not directly keep and destroy it,
instead we make a clone of it here, or else double-free will occur.
But for other filters not based on framesync, we still need to
free the input frame inside filter_frame.Signed-off-by : Ruiling Song <ruiling.song@intel.com>
-
Imagick and Gmagick builds available for Windows
The new Windows build page http://valokuva.org/magick/ contains builds for both Imagick and Gmagick. All builds are done using VC9 and PHP 5.3.
ImageMagick builds are QuantumDepth 16 (default).
GraphicsMagick builds are QuantumDepth 8 (default).Please note that these builds won’t work with the official PHP.net binaries which are compiled using VC6.
Edit : Pierre corrected me that there are official VC9 builds of PHP available at http://windows.php.net/download/