Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (79)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

  • avcodec/libdav1d : export level from the Sequence Header

    27 mai 2019, par James Almer
    avcodec/libdav1d : export level from the Sequence Header
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/libdav1d.c
  • aarch64 : quantization and level-run NEON asm

    15 juillet 2014, par Janne Grunau
    aarch64 : quantization and level-run NEON asm
    

    Ported from the ARM NEON asm.

    • [DH] Makefile
    • [DH] common/aarch64/quant-a.S
    • [DH] common/aarch64/quant.h
    • [DH] common/quant.c
  • H.264 level for 1920x1080 60 video

    12 mars 2019, par Igor

    According H.264 specifications, 1920x1080 60p video should use Level 4.2 (2,048×1,080@60).

    However some old hardware players (e.g. Popcorn Hour A-210) can play 1920x1080 60p videos created only with Level 4.1.

    By default, ffmpeg/libx264 automatically sets Level 4.2 for a created 1920x1080 60p videos.

    Should I manually change Level to 4.1 for such video for better compatibility ?