
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 (80)
-
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 (...) -
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 ;
Sur d’autres sites (8065)
-
ffmpeg Apply overlay without streching source image
9 avril 2019, par Tabassum LatifI have to apply overlay on an image and I’m using Ffmpeg for this purpose. The output is generating fine but the issue that I’m facing is that if size of source image is less than overlay image (i.e. source is 500x500 and overlay is 500x1000 then source image streches to fill the whole area and output image is 500x1000. What I want is that it should not strecth the source image in the output after aplying overlay. But output should be of size as it is giving me now 500x1000. Following is my FFmpeg command : Any ideas would be appreciable. Thanks
Required input
ffmpeg commond :
command = new String[]{"-y", "-i", filePath,
"-i", overlayPath, "-filter_complex",
"[1][0]scale2ref[i][m];[m][i]overlay[v]", "-map", "[v]",
"-map", "0:a?", "-ac", "2", output};Result output
-
doc : apply various grammar fixes
10 août 2013, par Bryce W. Harringtondoc : apply various grammar fixes
The first sentence of each of the modified man pages are worded a bit
awkwardly. These minor copy-edits should make them clearer.Signed-off-by : Bryce Harrington <b.harrington@samsung.com>
Signed-off-by : Stefano Sabatini <stefasab@gmail.com> -
avcodec/huffyuvdec : apply vertical filter in steps of 1 line for interlaced BGRA
25 novembre 2014, par Michael Niedermayeravcodec/huffyuvdec : apply vertical filter in steps of 1 line for interlaced BGRA
Fixes out of array read
Fixes : signal_sigsegv_3287332_2301_cov_2994954934_huffyuv.avi
Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>