
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (88)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Le plugin : Gestion de la mutualisation
2 mars 2010, parLe plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
Installation basique
On installe les fichiers de SPIP sur le serveur.
On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
< ?php (...)
Sur d’autres sites (7584)
-
Revision 0d39429914 : Refactor the non-RD partition decision process Combine the common variables and
13 mars 2014, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Refactor the non-RD partition decision processCombine the common variables and functions used by different
speed features.Change-Id : Ifd1fa86200edbcc9e50b3fc3b1ba8a275bc3c17f
-
Add filters and effects by FFMPEG on a live program
2 mars 2014, par M.YazdianAdd filters and effects by FFMPEG on a live program.
I need to add some effects such as writing at the bottom of a live program and impose the Images of other live cameras on the main camera image through FFMPEG but when I want to add these effects and filters I have to stop FFMPEG, edit command and run FFMPEG again which is not professional.All other broadcasting software such as wirecast , vidblaster and others work very well while the main event is going on LIVE, you can add filters and effects without any stop start, just apply the effect and the viewer can see every think live without any interruption
can you advice me how can I use FFMPEG and add filters and effects without any stop start, I need to just apply the effects and the viewer should see every think live without any interruption.
Thanks
-
Add text to a video with effects using FFMPEG
9 mars 2014, par user2727765I need to add text in between a video. I have seen
drawtext
and seems it wont give effects to the text to be displayed.My intention is to show a text within a box with some background to that box which should fly from left to right in between a video at a particular time. Is it possible with FFMPEG ? I have tried different options with drawtext and nothing seems to be working. Any ideas on how to make it ?
or is it possible to achieve by combining imagemagick and FFMPEG command ?