
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (91)
-
Configuration spécifique d’Apache
4 février 2011, parModules spécifiques
Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
Création d’un (...) -
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (7728)
-
ffmpeg convert a series of images to video - with crossfade or any other transition between every two frames
12 mai 2017, par Mr NarendraI am currently able to convert a series of images to video, but I do also need to add transitions / animation in between them.
String[] ffmpegCommand = {"/data/data/mypackage/app_bin/ffmpeg", "-y",
"-qscale", "1", "-r", "" + framerate, "-i", "/data/data/mypackage/app_ipImg/image%3d.jpg",
"-t", "" + (((total_images) * delay_of_each_frame_in_seconds) + 4), //"-s",heightwidth,
"-vcodec", "libx264", "-s", "640x480",
Environment.getExternalStorageDirectory() + "/photo_directory/myVideo.mp4"};The above command is working for me to create video from image series
But
Now, I do want to add fade or other transition / animation to be displayed in final video before each of the frames.
I googled a lot, but didn’t find any solution to this trouble, yet.
Please suggest me the way.
Thanks in advance.
-
How do I encode a series of WebP image files into a WebM video ? [on hold]
18 mars 2015, par Tony NardiI have looked into tools like ffmpeg, libvpx, and VP8. I have not found any examples that illustrate the exact problem I am attempting to solve.
My goal is to use a command, like the one found here to encode a series of image files to a video. I would prefer, however, to use WebP as my series of images and encode them to a WebM video.
I have also looked at using the VP8 encoder directly, but the examples assume using a YUV input file.
Also, there is an example here to convert PNG files to a WebM video. This is very close to what I want to do !
I am fairly new to all of these concepts and tools, but it seems like WebP is pretty much a single WebM frame with a different container format. It seems pretty simple in theory to encode many WebP images to a single WebM video.
Any help, whether a solution or documents for me to read, would be greatly appreciated. Thanks !
-
FFmpeg, how to output AVIF image series instead of animated AVIF ? [closed]
23 mars, par EntityinArrayI want to convert a series of huge PNGs into AVIF.


ffmpeg -i 'img (%d).png' -c:v libsvtav1 -s 1280x720 .\lidl\img%d.avif



FFmpeg always outputs an animated AVIF. How to force it to output AVIF image series ?