
Recherche avancée
Autres articles (55)
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Changer son thème graphique
22 février 2011, parLe thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
Modifier le thème graphique utilisé
Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
Il suffit ensuite de se rendre dans l’espace de configuration du (...)
Sur d’autres sites (6009)
-
ffmpeg : setting framerate changes also length
21 février 2020, par planetmakerI’m creating videos from images sequences and I’d like to set the desired framerate of the resulting video file by the
-r FPS
flag with commands likeffmpeg -i %05d.bmp -r 30 -c:v h264 -vframes 780 -qscale:v 0 output.mp4
However it seems that it does make a difference whether I set -r 30 or -r 60 in as much that the video ends earlier (thus less than specified 780 input images are used) the higher I set the framerate.
The folder contains thousands of sequential images which follow the specified scheme %05d.bmp and I only need the first fixed-length part of this sequence - but at a higher frame rate than the default rate of 30fps.
What part do I miss when trying to use the frame rate ? How do I set the FPS to a higher value but retaining the input length ?
-
Mosaic of multiple thumbnails with ffmpeg
11 mai 2019, par Bruno AndradeI’m trying to do something like this image (without the header) using only FFMPEG.
I use this code and I get very close to the result
ffmpeg -ss 00:02:45 -i test.mp4 -an -frames 1 -vf "select=not(mod(n\,1000)),scale=242:140,tile=4x4,scale=950:-1" out91.png
-
I can not set the time of the thumbnail
-
I can not make thumbnails a good representation of the video. I wish the miniatures were from the beginning middle and end. Skipping some part of the beginning not to catch the introduction. Skipping a part of the end to not get the credits. Currently the miniatures end before the video,
-
-
Anomalie #4694 (Nouveau) : Accessibilité des cases à cocher des plugins
13 mars 2021Bonjour,
Avec SPIP 3.3 dev, les pages de gestions des plugins ecrire/ ?exec=admin_plugin, seules les cases à cocher sont cliquables alors qu’il faudrait avoir un label :
- d’une part pour avoir une zone cliquable plus grande
- d’autre part pour identifier la signification d’une coche
Propositions :
- utiliser le titre de chaque plugin comme label (laber for, implique de rajouter un id sur chaque input coche)
- puisque la zone entière change de couleur au survol, en js, cocher/décocher si clic dans la zone (hors (+) et [Actions] bien sûr)