
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (99)
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
L’agrémenter visuellement
10 avril 2011MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.
Sur d’autres sites (14486)
-
doc/nut : Clarify what/where is the official nut specification
14 octobre 2012, par Michael Niedermayerdoc/nut : Clarify what/where is the official nut specification
-
tests/fate/opus : change test to use the official reference samples
25 mai 2014, par Michael Niedermayertests/fate/opus : change test to use the official reference samples
The official samples are 50% smaller
Avoid having reference samples which are strongly linked to the used resampler
implementation. (which for example would require new samples to be used if this
implementation changes)
Also its more correct to use the official samples instead of the current
decoder outputalso enable tests
The tests also fully pass as well with the previous samples.Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
-
FFMPEG Inverted colors in some pictures while converting tif to png
28 mai 2021, par Mounia JaitiI have an issue with FFMPEG converter from tif to png, not all the pictures are converted correctly some are being converted with inverted colors. Basically the pictures we're using are black and white.
we can't use negate cause it will be applied to all the pictures even those who were converted correctly


ffmpeg -y -v verbose -i in_file.tif -vf negate out_file.png 



What parameters should I look for so that the command would be applied to the pictures presenting the bug only ?