
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (55)
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (10790)
-
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



-
library.mak : fix build rules that depend on pgk-config files
5 mai 2017, par James Almer -
fate/lavf-video : Fix test requirements
23 avril 2022, par Andreas Rheinhardt