Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (29)

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

  • Revision 7ebcaeb0fa : ads2gas.pl : convert push/pop and whole keywords. This change converts push to s

    9 novembre 2012, par Ahmad Sharif

    Changed Paths : Modify /build/make/ads2gas.pl ads2gas.pl : convert push/pop and whole keywords. This change converts push to stmdb and pop to ldmia. In addition word boundaries are obeyed using \b avoiding substituion where not appropriate. Patch provided by ihf@chromium.org. TEST=Used on many (...)

  • What are the ways to deploy python code on aws ec2 ?

    17 octobre 2017, par johnconnor

    I have a python project and i want to deploy it on an AWS EC2 instance. My project has dependencies to other python libraries and uses programs installed on my machine. What are the alternatives to deploy my project on an AWS EC2 instance ?
    Further details : My project consist on a celery periodic task that uses ffmpeg and blender to create short videos.
    I have checked elastic bean stalk but it seems it is tailored for web apps. I don’t know if containerizing my project via docker is a good idea...

    The manual way and the cheapest way to do it would be :
    1- Launch a spot instance
    2- git clone the project
    3- Install the librairies via pip
    4- Install all dependant programs
    5- Launch periodic task

    I am looking for a more automatic way to do it.

    Thanks.

  • FFmpeg/GStreamer - Extract alpha channel from HEVC (H.265) elementary stream

    10 mars 2021, par Jonathan Ellis

    I have produced an HEVC (H.265) elementary stream which contains alpha (produced from Apple VideoToolbox framework), from which I would like to extract the alpha channel for further processing.

    


    I'd like to process the alpha in either one of these two ways :-

    


    (a) A series of grayscale PNG/JPEG images, with the alpha channel of each frame

    


    or

    


    (b) A series of PNGs with alpha with the RGB and Alpha composited in a single, semi-transparent image

    


    How can I achieve either of these with FFmpeg/GStreamer ?