
Recherche avancée
Autres articles (105)
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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 (11108)
-
Revision 75177 : évitons d’afficjer le logo de spip 2 sous spip 3
31 août 2013, par maieul@… — Logévitons d’afficjer le logo de spip 2 sous spip 3
-
Revision 75177 : évitons d’afficjer le logo de spip 2 sous spip 3
31 août 2013, par maieul@… — Logévitons d’afficjer le logo de spip 2 sous spip 3
-
FFMPEG - fade in logo watermark independent of fade in video and subtitles
14 mai 2017, par CorpuscularI’m on a windows 7 box using FFmpeg version : 20170223-dcd3418 and would like to control the fade in timing of my logo watermark independent of the fade already built in to my video.
This code is working OK but I can’t work out how to fade the watermark without also fading my input video stream.
ffmpeg -y -i mainvideo.mp4 -i watermarklogo.png -filter_complex "[0:v]overlay=W-w-10:H-h-10, fade=in:0:20[tmp_overlay]; [tmp_overlay]subtitles=ep1.srt[out]" -map [out] -map 0:a -codec:v libx264 -crf 18 -preset slow -pix_fmt yuv420p -c:a aac -strict -2 output.mp4
I’ve tried a number of combinations but am out of my depth with FFMPEG’s -filter_complex command so any help would be appreciated. Please let me know if I can provide further information.