Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (100)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

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

  • Revision 36c39d67b1 : Add shell scripts for verifying basic vpx{dec,enc} features. Tests the basics (

    3 avril 2014, par Tom Finegan

    Changed Paths :
     Add /test/tools_common.sh


     Add /test/vpxdec.sh


     Add /test/vpxenc.sh



    Add shell scripts for verifying basic vpxdec,enc features.

    Tests the basics (first confirms feature is available in vpx_config.h) :
    - VP8 decode (in IVF file).
    - VP9 decode (in WebM file).
    - VP8 encode (to IVF and WebM).
    - VP9 encode (to IVF and WebM).
    - VP9 lossless encode (to IVF, currently disabled due to failure).
    - Pipe input (to vpxdec and vpxenc).

    Test data path and path to vpxdec,enc have been parameterized. In
    addition :
    - Supports disabling tests (test names prefixed with DISABLED_ are not
    run by default).
    - Supports filtering tests.

    vpxdec.sh : Tests vpxdec.
    vpxenc.sh : Tests vpxenc.
    tools_common.sh : Common test functions.

    Change-Id : I0612c88b8dd6049a05bbbc79a317a0cca61733a5

  • Requirements for using ffmpeg to create mpeg4 files in SaaS solution

    25 août 2016, par Paul Fleming

    My requirement is :
    - On upload of a supported video file, convert the file to common formats to maximize web compatibility.

    Essentially, I want to take a non-web-supported video file, and converted it to WEBM and MPEG4. This will take place on a Windows Server VM inside Microsoft Azure.

    ffmpeg seems to be the de facto standard for video conversion yet it introduces licensing hell, not only with GPL/LGPL but by not offering a commercial license, meaning I now have to worry about paying royalties to MPEG-LA.

    Can anyone advise on MPEG-LAs licensing model as it applies to SaaS ? I will not be distributing ffmpeg (runs server side) and the conversion takes place on Windows (Server) OS.

  • Revision 7ae1aa6b37 : Dynamic resize for 1 pass : update of golden frame. In aq-mode=3 under a resizin

    16 juillet 2015, par Marco

    Changed Paths :
     Modify /vp9/encoder/vp9_aq_cyclicrefresh.c



    Dynamic resize for 1 pass : update of golden frame.

    In aq-mode=3 under a resizing action (i.e., resize_pending != 0),
    force an update of the golden reference frame.

    Change-Id : I14806f6db71b5f8c827678cc5e1fc913c138a9a4