
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (111)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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
Sur d’autres sites (6489)
-
Push to another server based on incoming url
1er décembre 2020, par RainmanjamPlaying around with nginx and wanted to know if there was a way to take an incoming RTMP stream and redirect it to another server based on the URL used. For example :


rtmp ://ingress.foo.com/live/ would forward to rtmp ://.internal.foo.com


Thanks.


-
Revision 6cb50ce527 : Merge "Added row based loopfilter"
21 août 2012, par Jim BankoskiChanged Paths : Modify /vp8/decoder/decodframe.c Merge "Added row based loopfilter"
-
ffmpeg how to trigger color changes based on time
2 janvier 2021, par Plazar99My goal is to modify the color of an image overlay at specific times in a video file.
I use AI to determine the emotion of the subtitles, and change the background color based on emotions.
I've already figured out the subtitle.srt usage, and I know when to trigger which color.
I need a clue on how to do it in ffmpeg.