
Recherche avancée
Autres articles (59)
-
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 (...) -
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 (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (6128)
-
avformat/dashdec : Also fetch final partial segment
5 avril 2021, par Matt Robinsonavformat/dashdec : Also fetch final partial segment
Currently, the DASH demuxer omits the final segment for a non-live
stream (using SegmentTemplate) if it is shorter than the other segments.Correct calc_max_seg_no to round up when calulating the number of
segments instead of rounding down to resolve this issue.Signed-off-by : Matt Robinson <git@nerdoftheherd.com>
-
Lambda node.js function with videothumbnails
14 décembre 2017, par KaterinaI’m relatively new to AWS Lambda, and I need to develop a Lambda function that uses ffmpeg for creating thumbnails from video. I have uses few packages, but with every one I get errors, usually with starting the process for ffmpeg.
Package I have used so far : link
Could someone provide me with some useful tutorial on how to develop this kind of function ?
I’d appreciate any type of help.
Regards,
Katerina -
Create multiple videos from URL image arrays. Excel, CSV, SQL > FFmpeg or NumPy ?
11 avril 2021, par kymadicI have a large Excel spreadsheet (example below) and I'm looking for an efficient way to generate a video for each row using the first column as the filename
videoID.mp4
and with a framerate of 1

Is it possible to use this as an input into FFmpeg somehow ? Perhaps via an SQL database ? I have zero experience with NumPy but it came up during my research. Any suggestions would be much appreciated.