
Advanced search
Medias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 May 2011
Updated: July 2013
Language: français
Type: Text
Other articles (76)
-
Les tâches Cron régulières de la ferme
1 December 2010, byLa 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 (...) -
Contribute to translation
13 April 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
MediaSPIP 0.1 Beta version
25 April 2011, byMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
On other websites (10462)
-
mpegvideo: fix invalid memory access for small video dimensions
13 December 2011, by John Brooksmpegvideo: fix invalid memory access for small video dimensions
-
linux video loop: write to named pipe
5 March 2012, by puchuI am going to create funny video today :P. I am looking for utility that will loop video and write it to named pipe. I like ffmpeg to compress video that's why I am doing:
mkfifo video.looped
ffmpeg -i video.looped ...but how to write to this pipe looped video? I found a very common solution:
mencoder -o video.looped ... video video video ...
and it works great. but is there something more comfortable? something like:
mplayer -fixed-vo -loop 5 video -dumpstream -dumpfile video.looped
but this does not work. only first video went into pipe
-
How to map an audio clip to a video?
19 January 2012, by simpaticoI have a video clip, and an audio clip extracted from it.
How can I trim the the video clip to to the portion extracted in the audio clip?I imagine the solution will consist of:
- Automatically identify the pair of start position of the audio clip in the video clip, and the end position (e.g. <03:05,09:55>);
- Trim the video from the identified start to the identified end (that's easy).