Recherche avancée

Médias (91)

Autres articles (61)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • 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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (11382)

  • Anomalie #4704 : Par sinum tri le nombre par ordre alpha

    28 mai 2021, par JLuc -

    ticket traité ?

  • ffmpeg alpha channel of images lost

    4 mai 2021, par gilad s

    Using the following command I make images appear partially transparent. This seems to work as expected.

    


     convert original.jpg -alpha set -background none -channel A -evaluate multiply 0.2 +channel image_01.png
 convert original.jpg -alpha set -background none -channel A -evaluate multiply 0.2 +channel image_02.png


    


    After the images are created I use ffmpeg to turn them into a video :

    


     ffmpeg -i image_%02d.png -pix_fmt yuv420p -c:v libx264 result.mp4


    


    The resulting video doesn't include the partial transparency. The images appear just like the original. It seems the alpha channel of the images is lost.

    


  • avcodec/prores_aw : add support for prores 444 with alpha

    8 novembre 2018, par Martin Vignali
    avcodec/prores_aw : add support for prores 444 with alpha
    

    only 16b alpha is supported (not 8 bits)

    following official encoder, alpha data doesn't impact
    yuv plane quality.

    So the alpha data encoding is done after the yuv part.
    It's also avoid to loose quality in yuv part when
    alpha is not uniform.

    the alpha encoding funcs is mainly take from prores_ks
    encoder, except for the alpha data reorganization

    • [DH] libavcodec/proresenc_anatoliy.c