Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (70)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

Sur d’autres sites (6807)

  • Revision 78958 : Revert de c78957 qui remplace le hit chez google Analytics par un hit chez ...

    29 novembre 2013, par cedric@… — Log

    Revert de c78957 qui remplace le hit chez google Analytics par un hit chez doubleclick qui est une regie publicitaire, ce qui n’est pas acceptable par defaut
    Si on veut vraiment permettre cela, il faut que ce soit une option de configuration desactivee par defaut

  • Revision 7546 : content-principal et non contenu-principal L’icone de google plus 1 ne ...

    25 février 2013, par kent1 — Log

    content-principal et non contenu-principal
    L’icone de google plus 1 ne fonctionnait pas bien
    On n’affiche pas l’alerte pour doc2img pour les gif et png

  • libavfilter/vf_vpp : Add common filters of the qsv vpp

    24 août 2017, par Huang, Zhengxu
    libavfilter/vf_vpp : Add common filters of the qsv vpp
    

    Add common filters of the qsv vpp features including scale,denosie,
    deinterlace,frc,crop and procAmp.

    Performance will be significantly reduced in the test if using cascade
    mode just like qsv framerate + qsv scale + qsv deinterlace + qsv denoise in
    separated way no matter in system or video memmory cases.
    And the code is so redundant because so much the same just as session and
    surface’s creation and management.
    So we add a common qsv filter.

    Usage :
    - hwaccel qsv -c:v h264_qsv -r 25 -i in -vf
    vpp_qsv=w=iw/2:h=400:deinterlace=1:framerate=60:detail=50:denoise=50
    - b 2M -maxrate 3M -c:v h264_qsv -y out.h264

    Signed-off-by : ChaoX A Liu <chaox.a.liu@gmail.com>
    Signed-off-by : Zhengxu Huang <zhengxu.maxwell@gmail.com>
    Signed-off-by : Andrew Zhang <huazh407@gmail.com>
    Change-Id : I130392ce722138c209ab658c5f03f0009b6e8024
    Signed-off-by : Maxym Dmytrychenko <maxim.d33@gmail.com>

    • [DBH] configure
    • [DBH] libavfilter/Makefile
    • [DBH] libavfilter/allfilters.c
    • [DBH] libavfilter/vf_vpp_qsv.c