
Recherche avancée
Autres articles (60)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 (...) -
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" (...)
Sur d’autres sites (9883)
-
Anomalie #3988 : meta cache_signature trop restrictive
16 août 2017, par cam.lafit -Bonjour
Merci pour le patch.
Est il possible de le proposer en tant que pull request sur
https://git.spip.net/SPIP/spip (compte de la zone) ou bien sur le
clone public http://github.com/spip/spip ? -
Adding meta data to jpeg using ffmpeg [on hold]
17 août 2018, par AbhilashI have an image named 1.jpg. I tried adding gps coordinates to its metadata and create a new jpeg(2.jpg) but I don’t see the gps data. Am I missing something ?
ffmpeg -i 1.jpg -metadata location=25.1104193553329+74.8731773346663 -metadata location-eng=25.1104193553329+74.8731773346663 2.jpg
-
vf_colorspace : Add support for full range yuv
26 août 2016, par Vittorio Giovaravf_colorspace : Add support for full range yuv
Whenever a full range video is input, since the YUVJ* formats are not
listed as supported for this filter, a range reduction takes place
through the auto-inserted format filter, forcing the conversion to
operate on a limited range,However the filter handles full range videos perfectly fine, so adding
support to YUVJ* formats will allow skipping a conversion step, while
providing completely identical results.Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>
Reviewed-by : "Ronald S. Bultje" <rsbultje@gmail.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>