
Recherche avancée
Médias (2)
-
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 (79)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (12928)
-
How to run all images and presentations from top to bottom with ffmpeg ,Example below
8 janvier 2019, par Loi LoigâkHow to run all images and presentations from top to bottom with ffmpeg ,Example below
https://drive.google.com/file/d/1Z8KDh-LcBubBL7OHEj7mIVy58PpIzg6D/view?fbclid=IwAR1FNsNwoCPg7oKViGpVn10Hr-5n8M-7F-jSAObNI2VbhoCN8jNT7Fe01aw -
Reduce the latency in live streaming from Android to red5
5 mars 2014, par user1709752I'm trying to find a way to reduce the latency while live streaming from android device to red5 media server.
I've used this, this and this(Only audio) library to create my own test applications.
and I've used also an app found on play store.The latency is always not less than 2-3 seconds.
Any suggestions how to reduce it ?
Has anybody succeed in this ?I'm streaming within a LAN to the "oflaDemo" red5 demo app and viewing the stream with the "Publisher" red5 demo app.
-
Ghosts after converting video from .mp4 mpeg4 codec to webm
15 avril 2014, par KotkotI've got problem converting from mp4 to webm.
I use this ffmpeg command to convert from mp4 to webmffmpeg -i output.mp4 -acodec libvorbis -vcodec libvpx -b:v 3M -qmax 63 -crf 0 -ac 2 -ar 44100 -r 30 -s 640x640 output.webm
Result as you can see it on output.webm in some frames contains ghost images of previous frames. How to fix it ?
I do generate the original movie manually using xuggler and perhaps I can change something
in the original movie to make conversion work properly.https://drive.google.com/file/d/0BwC6Z2bpT5deZ0xTaTNyQnlGU0U/edit?usp=sharing