Recherche avancée

Médias (0)

Mot : - Tags -/content

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (76)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • 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 (14865)

  • lavfi/buffersink : cast to uint64_t before shifting.

    8 septembre 2020, par Nicolas George
    lavfi/buffersink : cast to uint64_t before shifting.
    

    Fix CID 1466666.

    • [DH] libavfilter/buffersink.c
  • How to split a video using black frames as markers in ffmpeg ?

    13 décembre 2019, par gramm

    I want to split a video so that when there are black frames it creates a new file.
    Is there a way to do this in one command in ffmpeg ?
    I can for the moment detect black frames using :

    ffmpeg -i myfile -vf blackdetect=d=2:pix_th=0.00 -f rawvideo -y /NUL

  • How to detect black screen at play time in ijkplayer ?

    31 août 2019, par seaguest

    I am using ijkplayer,I am wondering if it is possible to know if current player is black screen at play time ?

    because some old model mobiles do not support hard-decode and get black screen, I need to know this case then switch to soft-decode.