
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (27)
-
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, 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 (...) -
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation"
Sur d’autres sites (3993)
-
How to install FFMpeg in WampServer 2.1 (Windows XP)
14 août 2013, par Raja Bilal AhmedI m using php 5.3.5 on windows xp and now i try to install ffmepg from this link http://sergey89.ru/files/ffmpeg-php-win32-all.zip
when i resart my wamp server i got this warning
PHP Startup:ffmpeg : Unable to initialize module
Module compiled with modle API=2006013
PHP compiled with module API=20060626
These options need to match
Kindly someone guide me how i correct this problem. -
HTTP Stream (video) recording to a set of files
14 septembre 2011, par mhambraI just thinked that a usage of VLC's livehttp module on a certain project is way too resource hungry, just for recording video stream by 30-minute files. Thereby, what OSS software can be used to record an UDP video stream part-by-part ? Excluding mencoder, since the recorded video should be gap-less.
Also, if writing own FFmpeg code, what is the best way to tell libavformat/libavcodec to switch file output after certain # of keyframes, using already cached last/next frames ?
-
Tailing last frame of a growing video file
9 janvier 2012, par ebayindirOn windows, I have a dynamically created uncompressed avi video file which grows overtime. The application which generates the video file can only write to a physical file. I can start/stop generation of video file and delete the old video file easily.
I would like to analyze the changing last frame of the growing video file to make some decision depending on the content of the current/latest image in real time. If I can achieve more than 10fps it should be enough.
I would like to get uncompressed images whenever a new frame available in the video file.As a file format I think png could be the best options in that case but I am open to alternatives.
I wonder if such a thing is possible with ffmpeg or with a similar tool.I prefer to analyze the image and make decisions by using a perl+Imager module.
Tha analyisis requirements are not complicated. Basically I just need to find existence of a few small images in certain locations inside the last frame.
I would also appreciate if you can suggest an efficient way to get this information in to my application from ffmpeg.
For example piping directly to my code or reading from saved png files.I know perl already has an ffmpeg interface module but as far as I understand that module can't provide the functionality I need.