
Recherche avancée
Autres articles (38)
-
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 (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (4233)
-
Revision 15827 : Ajout du nouveau container webm pour les contenus video et audio cf : - ...
12 juillet 2010, par kent1@… — LogAjout du nouveau container webm pour les contenus video et audio cf : - http://fr.wikipedia.org/wiki/WebM - http://www.webmproject.org/
-
Revision 3686 : On crée une variable semi globale qui récupère la video qui est "hover" ...
2 juillet 2010, par kent1 — LogOn crée une variable semi globale qui récupère la video qui est "hover" On ajoute les contôles clavier en priorité sur la video hover controls et non controls=oui sur la balise audio
-
FFMPEG video compression php
6 juin 2014, par Ravindra Kumar SoamI have compressed a video in php with the code, given below :
$sourceFile = $filename;
$targetFile = $filename;
$resolution = '640x480';
$exec_string = "ffmpeg -i ".$sourceFile." -r 30 -s ".$resolution." ".$targetFile;
exec($exec_string);video is compressed with desired resolution, but this video is playing properly on mobile site version but for web application it is not playing.
Showing only black screen with video time duration, is somebody there we can help to fixed the same ?????