
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (111)
-
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
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 (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (6039)
-
Problem stacking pictures with different dimensions using ffmpeg
24 août 2022, par Alaa AbuZarifaI want to stack several images either horizontally or vertically using
FFmpeg
.

Everything works out well until the pictures have different hight in case of horizontal stacking or different width in case of vertical stacking.


After some searching, I understand filtering in FFmpeg requests all input files to have the same dimension. Now, most of the suggestions to fix the issue are by using a
scale
to match all pictures.

I don't want to alter the original dimensions of the pictures, I rather have a black or white color to fill the extra space.


just like this picture :




how can I accomplish this ?


My Command :


-y -i img1.jpg -i img2.jpg -i img3.jpg -filter_complex [0][1][2]vstack=inputs=3 -preset fast output_img.jpg



-
How to add image in a video at particular location of the frame using ffmpeg
1er mars 2020, par Akhil G KrishnanI need to add a image overlay in a video using ffmpeg.
ffmpeg -i test.mp4 -i logo.png -filter_complex "[0:v][1:v] overlay=10:10:enable='between(t,1,10)'" output.mp4
I tried the above code but the overlay image size is very hight and it showing on the top possition of the frame.
Image1 The image1 showing the result what i get after running the above code. I need the output like image2.image2 -
Latch-Based Performance Optimization for Field-Programmable Gate Arrays [on hold]
22 mars 2014, par user3448912how can i replace the flip-flops in fpga by pulsed latches ?i tried that with howard algorithm by writing the verilog code for that.i have to take the area and power analysis.which synopsis tool is useful ?i am getting the timing report from xilinx.