
Recherche avancée
Autres articles (59)
-
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 (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (6472)
-
FFMPEG video to image batch conversion
2 août 2012, par Adey@echo off
setlocal enabledelayedexpansion
set EXE_FILE=E:\ffmpeg.exe
set INPUT_PATH=C:\folder\
set OUTPUT_PATH=C:\Images\
set COUNT=0
for %%F in (*) do %EXE_FILE% -i %INPUT_PATH% %OUTPUT_PATH%/%%F.jpg
popdI want to save 1 sec videos to jpg images with this code. This doesnt work. Any solutions ?
-
lavfi/testsrc : extend logic in request_frame, support static image output
31 juillet 2012, par Stefano Sabatinilavfi/testsrc : extend logic in request_frame, support static image output
-
Revision 2056f7e0d8 : Merge "Cleanup and commenting of the sub-pixel interpolation functions. Mostly a
8 août 2012, par Christian DuvivierMerge "Cleanup and commenting of the sub-pixel interpolation functions. Mostly as a preparation for the upcoming vectorized implementation." into experimental