Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (73)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (10170)

  • avutil/frame : add AV_SIDE_DATA_PROP_{SIZE,COLOR}_DEPENDENT

    4 décembre 2024, par Niklas Haas
    avutil/frame : add AV_SIDE_DATA_PROP_SIZE,COLOR_DEPENDENT
    

    Many filters modify certain aspects of frame data, e.g. through resizing
    (vf_*scale* family), color volume mapping (vf_lut*, vf_tonemap*), or
    possibly others.

    When this happens, we should strip all frame side data that will no
    longer be correct/relevant after the operation. For example, changing
    the image size should invalidate AV_FRAME_DATA_PANSCAN because the crop
    window (given in pixels) no longer corresponds to the actual image size.
    For another example, tone-mapping filters (e.g. from HDR to SDR) should
    strip all of the dynamic HDR related metadata.

    Since there are a lot of different side data types that are affected by such
    operations, it makes sense to establish this information in a common, easily
    accessible way. The existing side data properties enum is a perfect fit for
    this.

    • [DH] doc/APIchanges
    • [DH] libavutil/frame.c
    • [DH] libavutil/frame.h
    • [DH] libavutil/version.h
  • avfilter/vf_scale : Add in/out yuv color matrix option

    20 juillet 2013, par Michael Niedermayer
    avfilter/vf_scale : Add in/out yuv color matrix option
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/filters.texi
    • [DH] libavfilter/vf_scale.c
  • How to remove background color from video in android ?

    12 novembre 2016, par Priyesh Bhargava

    I want to remove bg from video in android ,checked with FFMPEG also but didn’t find any good solution, can any one help me any possible way like is it possible with JNI , openGL etc. so i can use in android.

    Thanks in advance !