
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (81)
-
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...) -
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 -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (10938)
-
Revision 39140 : Si l’on n’a pas le plugin coloration_code ... on évite de planter le site ...
1er juillet 2010, par kent1@… — LogSi l’on n’a pas le plugin coloration_code ... on évite de planter le site sur le filtre coloration_code_color
Petite amélioration des notifications -
How to Watermark videos on word press site ? [on hold]
8 août 2017, par Sonia khanHow can i add water mark to uploaded videos on hosting server , i have used ffmpeg on windows pc to watermark videos with code lines but i dont know how to do that on server/ wordpress site via any plugin or php script or via ffmpeg code line ?
-
How do I live stream a queue of videos from ffmpeg to my site then embed it to a page ?
3 septembre 2018, par JamesI have a queue of videos I want to stream using ffmpeg to my site and then embed it onto the homepage. I think I have the embed part down,(video tag then source it to the url ffmpeg is streaming to ?) but I have no idea how I create a queue of videos for ffmpeg and then stream it to my site. Should I make a bash script that when ffmpeg is done streaming one video it moves onto the next or is there a built in function to ffmpeg that has a queue ?