
Recherche avancée
Médias (91)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
-
Les Miserables
4 juin 2012, par
Mis à jour : Février 2013
Langue : English
Type : Texte
-
Ne pas afficher certaines informations : page d’accueil
23 novembre 2011, par
Mis à jour : Novembre 2011
Langue : français
Type : Image
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Richard Stallman et la révolution du logiciel libre - Une biographie autorisée (version epub)
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (49)
-
Emballe Médias : Mettre en ligne simplement des documents
29 octobre 2010, parLe plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...) -
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 -
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 (5588)
-
Complex Text Animations with FFMPEG [closed]
5 novembre 2020, par Judah MeekI'm trying to figure out how the text animations used by https://storycreatorapp.com/demo (click on "text" on the left sidebar to view them) are created.


I understand that the drawtext filter usually is used to draw the text, but what filter is used to hide the text at the beginning of the text animation (most of the animations have text seemingly to slide out from nowhere right in the middle of the screen) ?


-
How to implement Text Animations with FFMPEG ?
5 décembre 2018, par Ravindra SamdhiyaI want to achieve text animations in video. example given below
[https://www.youtube.com/watch?v=_sLeWcwBJ_s][1]
Is this possible with FFMPEG or there is any other way possible ? i have implemented text in and out with FFMPEG but now i want to add animation effects. Is this possible ?
-
Don't record in realtime with FFmpeg
2 février 2018, par widggSo for my little application, I’m producing images and pipe them into FFmpeg.
But my application is not running real time. So producing a frame could take more than the actual FPS, but I want FFmpeg to count it only as a frame.
So if it takes for example 20 seconds to produce a single second of animation, I don’t want to look like 20 seconds in the recorded video, but actually one second.
Is there a parameter for that ? I couldn’t find anything.
My current command line is :
ffmpeg -s 1920x1080 -an -r 30 -pix_fmt rgb24 -f rawvideo -i pipe:0 test.mp4