Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (17)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

Sur d’autres sites (5044)

  • libdav1d : update API usage to the first stable release

    11 décembre 2018, par James Almer
    libdav1d : update API usage to the first stable release
    

    The color fields were moved to another struct, and a way to propagate
    timestamps and other input metadata was introduced, so the packet
    fifo can be removed.

    Add support for 12bit streams, an option to disable film grain, and
    read the profile from the sequence header referenced by the ouput
    picture instead of guessing based on output pix_fmt.

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

    • [DBH] configure
    • [DBH] libavcodec/libdav1d.c
    • [DBH] libavcodec/version.h
  • lavc/vulkan : add SPIR-V compilation support

    4 octobre 2024, par Lynne
    lavc/vulkan : add SPIR-V compilation support
    

    This is the same as with libavfilter.

    We will need SPIR-V compilation for at least three different things,
    like the VC-2 encoder and decoder, AV1 film grain synthesis for
    hardware with no support for it, and possibly other codecs.

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/vulkan_glslang.c
    • [DH] libavcodec/vulkan_shaderc.c
  • avutil/film_grain_params : add metadata to common struct

    15 mars 2024, par Niklas Haas
    avutil/film_grain_params : add metadata to common struct
    

    This is needed for AV1 film grain as well, when using AFGS1 streams.
    Also add extra width/height and subsampling information, which AFGS1
    cares about, as part of the same API bump. (And in principle, H274
    should also expose this information, since it is needed downstream to
    correctly adjust the chroma grain frequency to the subsampling ratio)

    Deprecate the equivalent H274-exclusive fields. To avoid breaking ABI,
    add the new fields after the union ; but with enough of a paper trail to
    hopefully re-order them on the next bump.

    • [DH] doc/APIchanges
    • [DH] libavutil/film_grain_params.h
    • [DH] libavutil/version.h