Recherche avancée

Médias (91)

Autres articles (54)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Creating farms of unique websites

    13 avril 2011, par

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

Sur d’autres sites (9646)

  • FFMpeg Drawtext black pixels behind the font

    21 janvier 2023, par sweetngx

    I burn the name of the movie with drawtext to my movies converted with FFMPeg, but I noticed that the black pixels around the font are disturbing, as seen in the picture. I don't know if this is a missing line of code or the nature of drawtext itself. Do you think there is a solution to make the movie name more legible ?

    


    enter image description here

    


  • avfilter/vf_ciescope : fix black-point position

    17 janvier 2023, par Paul B Mahol
    avfilter/vf_ciescope : fix black-point position
    
    • [DH] libavfilter/vf_ciescope.c
  • Python - How to trim black boarder from video (top, bottom, sides)

    18 décembre 2022, par perry_the_python

    If I have a .mp4 video file with black boarders on the top, bottom, and/or sides, How can I trim these boarders off with python ?

    


    I do not want to replace the boarders with anything, I just want to trim the video.

    


    For example, if I run magically_trim_black_boarders_from_vid(in_vid) on a video that looks like the frame below, the video's height would not change, but its width would be reduced.

    


    enter image description here

    


    Thanks !