
Recherche avancée
Autres articles (54)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Les images
15 mai 2013 -
Taille des images et des logos définissables
9 février 2011, parDans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)
Sur d’autres sites (5055)
-
How to create video with images and different time interval using ffmpeg
8 janvier 2013, par XCoderIt seems duplicate :
How to create video with images and different time interval ?
But it ain't duplicate since the author of the above question has framed the wrong title because the images are displayed for fixed time-interval.What I want to do is this
-
Image 1 : 5 seconds
-
Image 2-5 : 10 seconds
-
Image 6 : 4 seconds
Please let me know how can I achieve this using ffmpeg. I tried googling but found nothing as such.
-
-
How to force ffmpeg to use all the images in a directory ?
7 septembre 2016, par LearnaholicI have a directory of images, (*.png)s, and I am trying to make a movie out of them using ffmpeg.
The images are named in multiple of 50, so I have :
images_0000.png
, then,images_0050.png
, thenimages_0100.png
, thenimages_0150.png
, etc, all the way toimages_4950.png
, and so I have 100 images in total.I use the following command to make my movie :
ffmpeg -r 10 -pattern_type glob -i '*.png' -c:v libx264 movie.mp4
This works fine to make the movie, however when I play it, does not look like every image is being used. That is, if I step through frame by frame, I see that some images are not being displayed, and it looks like they were skipped. (I know because every image has it’s name written on it).
So, how do I force ffmpeg to use every image in the directory, such that every step forward in the movie, will show the corresponding image ?
Thanks.
EDIT : Here is the complete screen dump of the command :
-
Is it possible to join two fisheye images to one equirectangular image using ffmpeg ?
15 juin 2022, par code0x00I have two fisheye images (one from back and one from front) and i want to join those two images to single equirectangular image.


Is it possible ?


the command i am looking for is something this this :


ffmpeg -i ./image_from_front.jpg -i ./image_from_back.jpg filters_to_use ./final_single_equirectangular_image.jpg