
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 (50)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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 (9774)
-
Add an animated image to a video with FFMPEG
3 juin 2019, par Wessam SharafI have a video named "input.mp4" and an image named "input.png", and I need an FFMPEG command to add the image to the video such that :
* The image’s upper left point locates at position (image_x, image_y).
* The image fades in the first t1 seconds and remains on the screen for t2 seconds and fade out till it disappears for t3 seconds. Meaning that t1 + t2 + t3 = total animation duration. -
Text To animated mp4 video
15 juin 2019, par Himanshu Tanki need a big help, i would like to send in Text from Web which needs to get converted into an animated MP4, please help if anyone has tried this
this is wgat i tried so far :
ffmpeg -y -i bg-video.mp4 -filter_complex "[0]split[base][text]:[text]drawtext=fontfile=HelveticaNeue.ttf:text='Himanshu': fontcolor=white:\ fontsize=40: box=1: boxcolor=black@0.5:boxborderw=5:x=(w-text_w)/2:y=(h-text_h)/2,format=yuva444p,fade=t=in:st=2:d=1:alpha=1,fade=t=out:st=3:d=1:alpha=1[subtitles]; \[base][subtitles]overlay" output.mp4
is there any way to get mp4 video from html animated page ?
-
How to input only part of the video file in ffmpeg
22 juin 2019, par Asanka sanjayaI’m using ffmpeg in order to process videos.
ffmpeg -i C:\test.mp4 [rest of the command]
When I use above command it process whole video. How can I select a paticular part of the video and process ?