
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (70)
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
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 ;
-
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 (8780)
-
.mp4 file won't play in the browser, is some weird codec being used ?
14 décembre 2017, par AntoineI’m trying to investigate why a certain video is not playing properly in the browser, you can see here the video compared with a video that works properly, also you can see that on my desktop (OS X), it shows a preview the second video file but not a preview of the first (implicating to me that there is something going on with a codec)
Codec as per VLC of the first video (doesn’t work in browser) :
Codec as per VLC of the second video (works fine in browser) :
Comparison of the videos on my desktop :
-
Matomo maker InnoCraft named 2023 Hi-Tech Awards finalist
20 avril 2023, par Erin — Press Releases -
Image becomes transparent on downscaling with ffmpeg
11 août 2021, par deepakgupta191199This is the original image of 200x200




On downscaling the image to 100x100. There is a semi transparent shadow near the lines and some pixels are not completely opaque.




The command used for scaling :

ffmpeg -i test.png -vf scale=100x100 out.png


I have also tried scaling with this command :

ffmpeg -i test.png -vf scale=100x100 -sws_flags neighbor out.png


The shadows are gone but the top line has also vanished.




How do I fix this ?