
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (38)
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Librairies et logiciels spécifiques aux médias
10 décembre 2010, parPour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...) -
Activation de l’inscription des visiteurs
12 avril 2011, parIl est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)
Sur d’autres sites (8113)
-
Is there a way to have a live website as an video overlay on RTSP stream using ffmpeg ? [closed]
29 janvier 2021, par user161284I'd need to have a live website on one corner of my RTSP video stream, which is then streamed to Youtube. I know I can do this with OBS, but the point is that nobody actually operates the computer, so I though I'd use ffmpeg.


I know that ffmpeg can add images as an overlay, but in my case the need would be to use a live website as the overlay. Whether this would be accomplished with "plain" ffmpeg or some other piece of (already existing) software in-between does not matter.


After reading the ffmpeg documentation and some earlier posts a few years ago, it unfortunately seems that there's no way to use html as an overlay with plain ffmpeg.


Any suggestions to overcome this challenge ?


-
How to use ffmpeg to checkerboard steroscopic ?
24 mars 2014, par user3424699SO I have two webcams connected to my computer and would like them to produce a steroscopic video using the checkerboard format.
I know ffmpeg has "checkerboard_rl" according to this site http://manpages.ubuntu.com/manpages/oneiric/man1/ffmpeg.1.html
I would like to know what are the commands needed to input the two streams combine them using checkerboard_rl and then store them in a file.
Thanks for your help.
-
C code to send stream of jpeg-encoded images over HTTP/RTSP using ffmpeg
30 novembre 2015, par alasinI am getting video feeds from multiple cameras, processing them frame-by-frame and encoding each frame to jpeg using ffmpeg. Now I need to send these jpegs as a stream to another remote computer using RTSP/HTTP in real-time. Could this be done using ffmpeg ?
I found a similar question but I can’t figure out how that works.