
Recherche avancée
Médias (1)
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (110)
-
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 (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (9749)
-
Révision 21680 : Petite amelioration sur le logo :
23 octobre 2014, par cedric -- ajouter une class spip_logo_(left|right|center|top|bottom) correspondant au parametre d’alignement demande dans la balise #LOGO{}
- quand align est left ou right, ne pas utiliser l’attribut align deprecie mais un style float inline a la place
- enrichir le retour de quete_logo pour un usage plus simple
+ PHPDoc -
+Pitchfork under "in the wild." Optimized logo sprite.
23 mai 2012, par Scott Schillerm demo/_image/logo-sprite.png m demo/index-rollup.css m demo/index.css m index.html +Pitchfork under "in the wild." Optimized logo sprite.
-
ffmpeg create video with logo and subtext
13 mars 2018, par DM1974I would like to do the following in order
- Create a mp4 video from new for say 30 seconds
- add a logo at the top left or right
- also add text at the bottom, so at time = 0 it says "Hello" time = 5 it says "Goodbye" and have these displayed for a little duration...
Could I do this in one call to ffmpeg, or would I need to do it in three steps ?
How can I combine these steps together ?Thanks