
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (106)
-
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 -
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (10830)
-
doc/filters : re-edit notes on filtergraph escaping
24 janvier 2014, par Stefano Sabatini -
Generate video containing scrolling multiple image
5 avril 2020, par MonsoI want to generate a video [let's say 800x600] from a 800x10000,1600x900,1920x1080 still image.



this is my picture






I have some 800x11000 photos how to let it scroll to an end and to another



I have a lot of pictures
example
1.jpg
2.jpg
3.jpg
4.jpg
5.jpg
....



I want it to scroll all the way inside the image folder. 
My code does not work . Thanks for your time !



My Code :



ffmpeg -y -i "a/%%1d.jpg" -vf "scroll=vertical=-0.9997,crop=iw:600:0:0,format=yuv420p" show.mp4



-
FFmpeg video out of many sources
2 octobre 2017, par WladI have to make a 1920x1080 mp4 video out of many videos / pictures.
There are 1 to 20 Parts (Image). The red area is a 5 second mp4 (1920x1080) video and the white areas are png images (3000x3000). I’m using Node.js to create the Images, so i can use a package or cli without any problems.
Everything should be in one video and the parts should change every 5 seconds. It gets generated daily by a server, thats why i can’t use movie maker or something like that.
My questions :
- Is it possible with FFmpeg or is there a better way ?
- Is it possible to make a simple transition between the parts ?