
Recherche avancée
Médias (3)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (94)
-
Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur
8 février 2011, parLa visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
Configuration de la boite multimédia
Dès (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (4377)
-
Update on fly input from ffmpeg in flutter app
26 janvier 2023, par un_cafeinomanI got a flutter app in which I receive a bunch of images (between 10 and 20 i/s) that I store in a tmp folder. And I need to stream those image to a rtmp server. For that I thought about using
FFMPEG
but is it possible to update the input file on the fly and "push" the image to the server one by one ?

Thanks in advance for any clue.


-
live streaming with ffmpeg after processing video
17 avril 2019, par LotfusI have input videos that are received live then processed with ffmpeg then put in output to be live streamed. Where I am stuck is below.
I am processing chunks of 10 seconds with ffmpeg in real time and I need to live stream these videos as I output them. I do not know how to proceed with ffmpeg, any clue ?
-
Change text/content of video dynamically with ffmepg
13 novembre 2015, par user3508612I have video template and i want to change the content of video dynamically. Trying to do with ffmpeg but i have no clue how to do that. Can this be done ? If yes how it can be done ?
I tried adding text form text file but could not figure out who to add text at some particular time/frame.