
Recherche avancée
Médias (21)
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (109)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (6330)
-
Revision 96808 : Le plug n’est que pour spip 3.1 donc, je monte les version mini des ...
25 avril 2016, par spip.franck@… — LogLe plug n’est que pour spip 3.1 donc, je monte les version mini des "necessite" et "utilise" au première version compatible spip 3.1 car ce n’est pas possible d’avoir des bornes mini plus petite.
Ce commit ne change rien au plugin, mais ainsi ceux qui consultent le xml sur plugin.spip ont une information fiable
http://zone.spip.org/trac/spip-zone/browser/_plugins_/saisies/trunk/paquet.xml?rev=86449
http://zone.spip.org/trac/spip-zone/browser/_plugins_/champs_extras/core/trunk/paquet.xml?rev=85878
http://zone.spip.org/trac/spip-zone/browser/_plugins_/verifier/paquet.xml?rev=85813
http://zone.spip.org/trac/spip-zone/browser/_squelettes_/zpip-dist/branches/zpip_v1/plugin.xml?rev=86098
http://zone.spip.org/trac/spip-zone/browser/_core_/tags/spip-3.1.0/plugins/mediabox/paquet.xml
http://zone.spip.org/trac/spip-zone/browser/_plugins_/pages/trunk/paquet.xml?rev=85669
http://zone.spip.org/trac/spip-zone/browser/_plugins_/notifications/trunk/paquet.xml?rev=86486
http://zone.spip.org/trac/spip-zone/browser/_plugins_/openid/trunk/paquet.xml -
Revision 96808 : Le plug n’est que pour spip 3.1 donc, je monte les version mini des ...
25 avril 2016, par spip.franck@… — LogLe plug n’est que pour spip 3.1 donc, je monte les version mini des "necessite" et "utilise" au première version compatible spip 3.1 car ce n’est pas possible d’avoir des bornes mini plus petite.
Ce commit ne change rien au plugin, mais ainsi ceux qui consultent le xml sur plugin.spip ont une information fiable
http://zone.spip.org/trac/spip-zone/browser/_plugins_/saisies/trunk/paquet.xml?rev=86449
http://zone.spip.org/trac/spip-zone/browser/_plugins_/champs_extras/core/trunk/paquet.xml?rev=85878
http://zone.spip.org/trac/spip-zone/browser/_plugins_/verifier/paquet.xml?rev=85813
http://zone.spip.org/trac/spip-zone/browser/_squelettes_/zpip-dist/branches/zpip_v1/plugin.xml?rev=86098
http://zone.spip.org/trac/spip-zone/browser/_core_/tags/spip-3.1.0/plugins/mediabox/paquet.xml
http://zone.spip.org/trac/spip-zone/browser/_plugins_/pages/trunk/paquet.xml?rev=85669
http://zone.spip.org/trac/spip-zone/browser/_plugins_/notifications/trunk/paquet.xml?rev=86486
http://zone.spip.org/trac/spip-zone/browser/_plugins_/openid/trunk/paquet.xml -
Creating a transparent color mask that covers half of every frame in a video with opencv/moviepy/ffmpeg
24 octobre 2019, par NyktofobI’m doing a pose estimation in rats separated into two compartments of a cage. To make my tracking better I want to put a transparent color mask that covers half of every frame so that one of the rats will appear to the neural net as being of different color, thus making it easier for the net to differentiate those rats. My question is : Is there any easy way to do this using python (moviepy/opencv/ffmpeg) ?
Bare in mind, I’m completely new to python, so I’d appreciate any recommendation of a tutorial or detailed answer.
I tried using blender to do this, but failed miserably.
I expect to be able to modify the video, so that there will be a rectangular transparent mask in some color that covers certain part of every frame (Let’s say video is 1920x1080 pixels, so from pixel 960 on x axis everything to the right is transparently green)