
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 (77)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 (...) -
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 (15115)
-
How do I Image Sequence option of FFMPEG
1er avril 2013, par user2230678image sequence file is configured as a png file as a video file using ffmpeg to convert....
Two kinds of synthesized image sequence files by trying to convert the file to one of the videos that they did not expect that the results do Question
The option value
-i layer_0_% 04d.png
-i layer_1_% 04d.png
-r 25
-s size 720x486
-y output.mp4So I tried encoding the results coming out of the movie only as a result of layer_1.
image sequence file itself to check all png image was that the alpha channel is zero.
Overlapping transparent areas in
layer_1
image belowlayer_0
image projected video results not expect was the expectation that the results Why does ...?Whether additional option be available ... Or inherently impossible I'd like to hear your thoughts ...
-
avformat/dvdvideodec : add explicit inttypes.h include
25 mars 2024, par Marth64avformat/dvdvideodec : add explicit inttypes.h include
Since log statements printing int64 were made portable in
4464b7eeb194e98ac115f18d2b6be67361407c8a, let us include
inttypes.h explicitly (as it is unclear where PRId64 and
such are coming from now).Reported-by : Leo Izen <leo.izen@gmail.com>
Signed-off-by : Marth64 <marth64@proxyid.net> -
dnn/dnn_backend_native : Don't use asserts for checks
10 mars 2021, par Andreas Rheinhardtdnn/dnn_backend_native : Don't use asserts for checks
asserts should not be used instead of ordinary input checks.
Yet the native DNN backend did it : get_input_native() asserted that
the first dimension was one, despite this value coming directly from
the input file without having been sanitized.Reviewed-by : Guo, Yejun <yejun.guo@intel.com>
Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>