
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (102)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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" (...) -
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.
Sur d’autres sites (14076)
-
Revision 15931a1df2 : Small fixes to script based off of cry-infra Change-Id : I5a65d6fdb27516aefda047
5 avril 2014, par Joshua LittChanged Paths :
Modify /test/android/scrape_gtest_log.py
Small fixes to script based off of cry-infraChange-Id : I5a65d6fdb27516aefda0473ac45b05186cf0913c
-
Cutting video based on audio training data
28 février 2018, par TheVCodesI essentially want to cut a pre-recorded video based on a bunch of
training data of a certain sound. Any idea where I could find good documentation of this ?Example : Cut a PUBG video from when gunshots are heard in the video to 30 seconds ahead of the the beginning of the cut.
How it could help : It could help make simple video editing tasks faster.
Anywhere you think I could get help with this ?
Note : I’m new, so correct me if anything is wrong with this post
-
ffmpeg - conditional blur of area based on colour
23 mai 2021, par SilentfuryIs it somehow possible in FFmpeg to blur areas of a video based on their colour value ?


For example, all pixels of a video considered "green" should get a box blur


Alternatively, I could also think of blurring the entire video but the blurring strength of each pixel/area should depend on the amount of "green"


Is there some clever filter magic for that ?