Recherche avancée

Médias (91)

Autres articles (77)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 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 (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (8530)

  • Creating a transparent color mask that covers half of every frame in a video with opencv/moviepy/ffmpeg

    24 octobre 2019, par Nyktofob

    I’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)

  • Fix color filter example.

    15 janvier 2013, par Carl Eugen Hoyos

    Fix color filter example.

  • ffmpeg remove waveform background and set custom color [duplicate]

    27 décembre 2015, par Niks

    This question already has an answer here :

    I have three questions about the ffmpeg waveform.

    1. How to remove or make transparent wafeworm background ? Default color is black, i would like to remove it.

      ffmpeg -i music.mp3 -filter_complex showwavespic=s=1200x300 waveform.png

    enter image description here

    1. How to change waveform default white color to hex color #55b367 ?

    2. It’s possible to set waweform opacity to 80% ?

    Thank You !