
Recherche avancée
Autres articles (67)
-
Les images
15 mai 2013 -
Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur
8 février 2011, parLa visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
Configuration de la boite multimédia
Dès (...) -
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
Sur d’autres sites (7448)
-
ffmpeg use shell script to make video from multiple images and one audio with specific timestamps for each image [closed]
3 juin 2024, par TrojoshI have an audio file and I have 15 images. I would like to make a video from these 15 still images. Each image may appear for different number of seconds.
E.g. Image 1,2,3 will take 3 seconds each but image 4 may take 40 seconds because it is more complex.


How can I use a shell script that uses ffmpeg to specify timestamp for each image and add audio to the same.


Also note that the sum of timestamps of all images = running time of the audio.


I looked at this question and image2 filter option from the official documentation but no luck in producing such a video


-
How to join pieces of images into one with using FFmpeg API ?
23 juin 2016, par Arya GMI have parts of one image like
- 0x0_img1.jpg
- 100x200_img1.jpg
- 300x0_img1.jpg
- 360x420_img1.jpg
- 1080x720_img1.jpg
I just want to know how to merge these into a single image.
Image name has quadrants details (0x0 , 100x200... etc,.), which are the start position of the parts to the orginal image
Now how do I merge these parts of images using the FFMPEG c lib
-
FFMPEG not extracting yuv colorspace images
18 mars 2016, par DragonDance27I am using FFMPEG to extract images from MXF videos. I am interested in extracting tiff format images with the YUV (preferably 422) color space. The MXF videos are of the YUV color space. Hence why I want to continue to work in that color space. I have tried :
ffmpeg -i video.mxf -pix_fmt yuv422p f%10d.tiff
However the output images appear to be of the RGB color space. I use ImageMagick and the command line :
identify -verbose output.tiff
Which informs me that the image files are of the RGB color space. I have googled and tried variations to my FFMPEG command line but to no avail. What am I doing wrong ?
ffmpeg console output as requested :
First part of output
Second part of outputimagemajick identify (partial) result :
(I’m not allowed to post more than two links*)