
Recherche avancée
Autres articles (102)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 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 (...) -
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 (...) -
Emballe Médias : Mettre en ligne simplement des documents
29 octobre 2010, parLe plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)
Sur d’autres sites (14197)
-
How to draw mosaic by javascript in a canvas like ffmpeg style ?
7 novembre 2017, par igaves -
videoFilter - draw text between one time and between another time
30 décembre 2017, par JklfWell I know we can use drawText for a time range using
"enable=between(t, 1, 3)" (between 1 sec and 3sec)
but how can I add
"and draw text between 45 sec to 50 sec".
I can’t find out how to add another between condition.
-
ffmpeg drawtext - only draw within clipping rectangle
3 janvier 2018, par BeefsterThe ffmpeg documentation on filters doesn’t have anything on a clipping rectangle for drawtext. I’m hoping there might be a setting I can put before a video filter to set a clip rect, an undocumented feature or a clever workaround so that you can draw the text only within a certain bounding box on the output video.
I’m trying to overlay movie titles over a ticking clock video. These might be long and I don’t want them to spill over onto part of the clock. I know how to overlay text already. I am currently working around this by using a shorter version of the title.
Is this something that requires filter graphs or intermediate video files or can it be done with a simple video filter ?