
Recherche avancée
Médias (3)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (65)
-
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 -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
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 (...)
Sur d’autres sites (9628)
-
FFmpeg : Pure white image becomes gray after overlaying
17 décembre 2019, par hanswimI am using FFmpeg to overlay a sticker image to another image. The problem is, the pure white sticker image becomes gray after overlaying. Here is my command :
-i, input.jpg, -i, white.png, -filter_complex, [1]scale=162:63[v1];[0][v1]overlay=125:337[v2], -map, [v2], -map, 0:a?, output.jpg
The
input.jpg
and thewhite.png
are both pure white image. I create the pure white image by taking a screen shot of an empty website, and I confirm it’s pure white by Color Meter(RGB=255,255,255).After running the command, the output image :
I have searched Google and tried many ways like
-color_range 2
,format=rgb24
,-pix_fmt rgb24
, but none work for me. (Maybe I haven’t use it in the right way.)Anyone can help me ? Thanks a lot !
-
Should I use FFmpeg or opencv to convert a video into a black and white by a C program ? [closed]
9 février 2021, par MeganathanI want to convert a colored video clip into a black and white clip by a c program, Which one is best suitable for that purpose, FFMPEG or OPENCV ? I am new to video processing.


-
FFmpeg/FFprobe - detect blank/empty/white image
26 septembre 2022, par John DoeIs it possible, using ffmpeg or ffprobe, to detect if an image is blank ? Only containing a single color, e.g. White.


I have done some digging and have come up with nothing at all, I don't even know if this is possible. I intend to execute via a batch file.


Thanks for any pointers.