Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (57)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (11944)

  • Revision 9c685602d0 : Make tests work with new configurations Disables some test vector tests when Vp

    27 août 2015, par Debargha Mukherjee

    Changed Paths :
     Modify /test/sad_test.cc


     Modify /test/test_vector_test.cc


     Modify /vp9/common/vp9_common.h


     Modify /vpx_ports/mem.h



    Make tests work with new configurations

    Disables some test vector tests when Vp8/Vp9 decoders are disabled
    in configuration. Also moves some macros to the vpx level in
    line with recent refactoring on the master branch.

    Change-Id : Iaac8008992110398ae096c36b9726f723164c207

  • hwcontext : Make it easier to work with device types

    4 mars 2017, par Mark Thompson
    hwcontext : Make it easier to work with device types
    

    Adds functions to convert to/from strings and a function to iterate
    over all supported device types. Also adds a new invalid type
    AV_HWDEVICE_TYPE_NONE, which acts as a sentinel value.

    • [DBH] doc/APIchanges
    • [DBH] libavutil/hwcontext.c
    • [DBH] libavutil/hwcontext.h
    • [DBH] libavutil/version.h
  • the ffmpeg python library doesn't work on heroku

    24 mars 2020, par Androeed Hack

    There is a python application (3.6.10) on Heroku. The app has functions for playing music in voice chat when using the FfmegAudio module. When calling the command, it returns an error :

    ...
    raise CommandInvokeError(exc) from discord.ext.commands.errors ... AttributeError 'NoneType' object has no attribute 'stop'

    My app has a buildpack package https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git
    Localy everthing works.