Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (70)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

Sur d’autres sites (12893)

  • libavdevice/decklink : add support for -sources and -sinks arguments

    6 octobre 2017, par Devin Heitmueller
    libavdevice/decklink : add support for -sources and -sinks arguments
    

    Add support for enumerating the sources/sinks via the ffmpeg
    command line options, as opposed to having to create a real pipeline
    and use the "-list_devices" option which does exit() after dumping
    out the options.

    Note that this patch preserves the existing "-list_devices" option,
    but now shares common code for the actual enumeration.

    Updated to reflect feedback from Marton Balint <cus@passwd.hu>.

    Signed-off-by : Devin Heitmueller <dheitmueller@ltnglobal.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavdevice/decklink_common.cpp
    • [DH] libavdevice/decklink_common.h
    • [DH] libavdevice/decklink_dec.cpp
    • [DH] libavdevice/decklink_dec.h
    • [DH] libavdevice/decklink_dec_c.c
    • [DH] libavdevice/decklink_enc.cpp
    • [DH] libavdevice/decklink_enc.h
    • [DH] libavdevice/decklink_enc_c.c
  • avfilter/vsrc_testsrc : add pal75bars and pal100bars video filter sources

    8 mai 2018, par Tobias Rapp
    avfilter/vsrc_testsrc : add pal75bars and pal100bars video filter sources
    

    Generates color bar test patterns based on EBU PAL recommendations.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Tobias Rapp <t.rapp@noa-archive.com>

    • [DH] Changelog
    • [DH] doc/filters.texi
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/allfilters.c
    • [DH] libavfilter/version.h
    • [DH] libavfilter/vsrc_testsrc.c
    • [DH] tests/fate/filter-video.mak
    • [DH] tests/ref/fate/filter-pal100bars
    • [DH] tests/ref/fate/filter-pal75bars
  • vf_tonemap : Fix logic for detecting the maximum peak of untagged sources

    25 juillet 2018, par Vittorio Giovara
    vf_tonemap : Fix logic for detecting the maximum peak of untagged sources
    

    When there is no metadata attached to a frame, take into account both
    the PQ and HLG transfers, and change the HLG default value to 10 :
    the value of 12 is the maximum range in scene referred light, but
    the reference OOTF maps this from 0 to 1000 cd/m² on the ideal HLG
    monitor.

    This matches what vf_tonemap_opencl does.

    • [DH] libavfilter/vf_tonemap.c