
Recherche avancée
Autres articles (103)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 -
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)
Sur d’autres sites (11905)
-
if there is a way to add text to each image used to create video using ffmpeg ?
1er mai 2020, par Mahmood HussainI have successfully created a video (slide show) using FFmpeg from images and an additional text to it. Now I want the timestamp to be added as overlay text to each image.



If the image is named 20191224133501.jpg I want 24 Dec 2019 01:35 PM as text over the image.


-
vvcdec : add parameter parser for sps, pps, ph, sh
28 décembre 2023, par Nuo Mivvcdec : add parameter parser for sps, pps, ph, sh
Co-authored-by : Xu Mu <toxumu@outlook.com>
Co-authored-by : Frank Plowman <post@frankplowman.com>
Co-authored-by : Shaun Loo <shaunloo10@gmail.com>
Co-authored-by : Wu Jianhua <toqsxw@outlook.com> -
Add text with FFMpeg drawtext at specific time
17 avril 2017, par nbrogiI’m adding text to an animated GIF.
I would like the text to appear at a specific time, though, and I’m unable to do that.
This is what I have :
ffmpeg -i image.gif -vf 'drawtext=textfile=/path/to/text.txt:x=0:y=0:fontfile=/path/to/font.ttf:fontsize=64:fontcolor=white:borderw=3:bordercolor=black:box=0'
I tried different approaches, but nothing seems to work. I can manipulate timing for the video using things like
-itsoffset 00:00:30
, but not the text.