
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (39)
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
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 (...) -
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.
Sur d’autres sites (6953)
-
how to convert stream to new stream with redrawing frames [on hold]
10 octobre 2013, par DevellMenI have stream from my IP-camera (rtsp). I need to re-draw each frame using a special algorithm and build a new stream to my site. Algorithm is written in C + + and C # and works with image Bitmap. I can convert stream to images and images to stream using FFMPEG, but I can't :
get frame from stream -> /convert frame using my algoritm/ -> join new image to new stream.
-
How to get video thumbnail in PHP ? [on hold]
10 octobre 2013, par assafI am trying to get a thumbnail from an uploaded videos to my site, but I don't really know how to do this.
I read that FFMPEG is the tool for this kind of actions, but I didn't understand how do I use this tool, is this a plugin ? Do I need to install it ?
I really need help here and the detailed kind, thanks !
-
Rotate video filter using FFmpeg library [on hold]
7 octobre 2013, par Sinh HoI research about rotating video using FFmpeg library but it only shows the way to rotate video with command line.
Which I need is how rotating video was written in C ( use JNI and FFmpeg library).
Thanks for all your help and suggestion.