Recherche avancée

Médias (91)

Autres articles (54)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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 (7686)

  • ffmpeg - make pixels transparent depending on how black they are

    8 juillet 2022, par TheForgot3n1

    Fully black pixels should be fully transparent. Grey pixels should be semi-transparent. White pixels should not be transparent at all. Is this possible to achieve in ffmpeg ?

    


  • ffmpeg - how to confirm whether or not a video has a black or transparent background [closed]

    8 juillet 2022, par TheForgot3n1

    I have searched everywhere to find an answer, but only options I've seen point to software that is either paid or seem very complicated for the task.

    


    What is the best method of determining if you are seeing a black background when running a video (say with Quicktime) or seeing a transparent background.

    


  • Change White to Black in a GIF or crop GIF into a circle with Python

    28 juin 2022, par tcleckner

    I have a GIF that I am trying to change all the white pixels to black. Not sure where to start.

    


    Alternatively the GIF could be cropped to just the circle graphic on the left side of the GIF. I have used ffmpeg-python to crop the GIF down to a square around the circle but have yet to be able to crop it to a circle.
ffmpeg.crop(stream, 46,117,390,390)
Any insight is appreciated.