
Recherche avancée
Autres articles (99)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (9316)
-
ffmpeg : Create cap (video screenshot) at given frame more performant
21 octobre 2016, par phenomeniaI’m trying to find a solution that creates caps (video screenshots) at given framerates and is more performant than my current way :
ffmpeg -i "/path/to/video.mp4" -vf "select=gte(n\,10000)" -vframes 1 "/path/to/cap.png"
I have a zillion videos, each between 10 minutes and 2 hours and I need exactly 6 caps per video. With my current way it takes ages, as ffmpeg is "walking" though the video to find the next frame where it should take the cap. This "walking time" makes almost 99% of job which is currently about 4 minutes per video (depending on its length).
I’m wondering if there’s maybe a way of telling ffmpeg to "jump" right to the given frame. It doesn’t even need to be exact this frame. If theres a keyframe around to make it faster that’s fine.
Anything that can point me in the right direction is very much appreciated !
-
ColdFusion : CFEXECUTE/FFMPEG Memory Issue ?
2 août 2019, par dcolumbusSo my application allows for users to upload video, convert it using FFMPEG and then transfer it over to the Flash Media Server. Lately, I’ve run into an issue.
If ever there is an error when converting video, I automatically generate cfcatch report PDF. This time I came across a "Cannot allocate memory" error. This massively concerns me because I’m about to promote my system out and I can’t afford for the scripts to stop running within the first few hours.
Is there a way to clean up the memory issues with ColdFusion ? I mean, once the job has been done, can I essentially "reset" the memory that the server was using ?
If you understand the potential disaster, I’m sure you’ll understand why I’ve got to find out how to make sure my scripts are executing properly. The physical fix is to restart the server, but I obviously cannot be restarting the server every single time a user uploads a video...
-
ColdFusion : CFEXECUTE/FFMPEG Memory Issue ?
12 décembre 2012, par dcolumbusSo my application allows for users to upload video, convert it using FFMPEG and then transfer it over to the Flash Media Server. Lately, I've run into an issue.
If ever there is an error when converting video, I automatically generate cfcatch report PDF. This time I came across a "Cannot allocate memory" error. This massively concerns me because I'm about to promote my system out and I can't afford for the scripts to stop running within the first few hours.
Is there a way to clean up the memory issues with ColdFusion ? I mean, once the job has been done, can I essentially "reset" the memory that the server was using ?
If you understand the potential disaster, I'm sure you'll understand why I've got to find out how to make sure my scripts are executing properly. The physical fix is to restart the server, but I obviously cannot be restarting the server every single time a user uploads a video...