Recherche avancée

Médias (91)

Autres articles (50)

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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • 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

Sur d’autres sites (11247)

  • lavu : add planar 16 bit and 8 bit rgb with alpha

    23 février 2013, par Paul B Mahol
    lavu : add planar 16 bit and 8 bit rgb with alpha
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavutil/pixdesc.c
    • [DH] libavutil/pixfmt.h
    • [DH] libavutil/version.h
    • [DH] libswscale/utils.c
  • Video processing / playback with alpha channel in C# or C++ [closed]

    2 avril 2013, par Corylulu

    WHAT I'M AFTER

    I've been exploring the best ways to do this, but seem to keep running into hiccups when trying to playback video and then grab the frame with an alpha channel (ARGB) to then be further manipulated.

    I've gotten everything to work with AForge to then find out that the Alpha gets stripped out during the process. I considered OpenCV, but the Emgu CV has a different license that I can't use and I can't verify that OpenCV can read Alpha channels as well.

    I looked into FFMPEG .NET wrappers, but haven't found any that are out of their alpha phase or have a license I can use them with (since this could be used for commercial purposes and can't be open sourced)

    So I'm looking for a library that is preferably C# or C++ that can play a .MOV or .AVI while preserving it's alpha channel when I make it into a Bitmap.

    SUMMARY [TL ;DR]

    I'm looking for library / sample code

    • Written preferably in C#, C++ as a fallback. Hopefully easy enough to use.
    • Can playback AVI and MOV files
    • Will preserve the alpha channel
    • Will allow me to access each frame's ARGB values directly
    • Preferably something that uses the FFMPEG library since it's able to read most formats I need
  • swscale : Use alpha from the right row in yuva2rgba_c

    6 mai 2013, par Martin Storsjö
    swscale : Use alpha from the right row in yuva2rgba_c
    

    Every other pixel had the alpha channel taken from the wrong
    row.

    This fixes bug 504.

    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libswscale/yuv2rgb.c