
Recherche avancée
Médias (1)
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (45)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 (7212)
-
FFMPEG draw text with change over time [duplicate]
18 avril 2020, par bleepbloopbleepHi i am working on a project that will get metadata from an mp3 file and then stream the file with text displaying the Artist Name and Song Title from the metadata.



In order to get around a bug I concatenated the audio files into one larger file and got the meta data from each track before the concatenation.



While streaming I want to display the artist name and song title while the track is playing.



The current text script for just the text looks like this :



drawtext=text='Artist: ARTISTNAME:fontfile=PATH/TO/FONT/FILE:fontsize=(w * 0.03333333333333333):bordercolor=#000000:borderw=1:fontcolor=#FFFFFF:y=(h * 0.15):x=(w * 0.02),drawtext=text='Song: NAME’OFSONG:fontfile=PATH/TO/FONT/FILE:fontsize=(w * 0.03333333333333333):bordercolor=#000000:borderw=1:fontcolor=#FFFFFF:y=(h * 0.25):x=(w * 0.02)"




How can I add time duration element to the FFMEG script ?



Thanks !


-
Showing text in intervals using ffmpeg
15 janvier 2018, par Leonel Salazar VideauxI’m trying to show a text in intervals using FFmpeg, for example showing "Hello" for 10 seconds, hide it for 30 seconds and repeat the operation over and over....
Is there a way to do that ?
I’m able to show the text in some interval but don’t know how to repeat it...
Thanks.
LordFord.
-
FFmpeg draw text with zooming background
3 juillet 2021, par user3073802I want to create a video with zooming image background with some text. But I don't want to zoom text. Is it possible ? One way is to first create zooming background video and then drawtext on top of that video. Can it be done with single command ?