
Recherche avancée
Autres articles (106)
-
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
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 (9196)
-
Evolution #4615 : Les documents (au moins image) devraient avoir un champ "alt" différents du titre
17 février 2021, par RastaPopoulos ♥Voui ya déjà une PR prête, donc si on la teste un peu, ya peut-être moyen de l’ajouter direct à 3.3 non ? (qui est sous les auspices des améliorations de docs, donc tant qu’à faire…)
-
best way to take a "screenshot" of a movie and resize it to rectangular ?
30 novembre 2013, par RubytasticWhat would be the best way to take a screenshot with ffmeg ( say the first frame of movie ) and then
make a 200x200 image from it ?Im not sure what method to look for in docs or api to accomplish these tasks.
-
ImagickPixelIterator is not read-only after all..
A few days ago I got a help request from a user : "How do you change pixel color during the iteration with ImagickPixelIterator". My initial response was that ImagickPixelIterator is read-only. Well, I have to admit I was wrong. After searching trough ImageMagick docs I stumbled across an (...)