Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

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)

  • Update grabbag tests to work out-of-tree.

    15 février 2015, par Erik de Castro Lopo
    Update grabbag tests to work out-of-tree.
    
    • [DH] include/share/grabbag/picture.h
    • [DH] src/share/grabbag/picture.c
    • [DH] src/test_grabbag/picture/main.c
    • [DH] test/test_grabbag.sh
  • lavfi/opencl : Derive global work size from plane image sizes

    19 mars 2018, par Mark Thompson
    lavfi/opencl : Derive global work size from plane image sizes
    

    Add a new function to find the global work size given the output image and
    the required block alignment, then use it in the overlay, program and unsharp
    filters. Fixes the overlay and unsharp filters applying the kernel to
    locations outside the frame when subsampled planes are present.

    • [DH] libavfilter/opencl.c
    • [DH] libavfilter/opencl.h
    • [DH] libavfilter/vf_overlay_opencl.c
    • [DH] libavfilter/vf_program_opencl.c
    • [DH] libavfilter/vf_unsharp_opencl.c
  • FFMPEG - How av_read_frame work in case of a network stream ?

    4 mai 2012, par TheRock

    Hy,

    can anybody please explain me how av_read_frame works in case of a network stream (rtp) ?

    Is there an internal buffer that caches the received data, till I call av_read_frame again for the next packet ?

    The FFmpeg documentation says :
    "The returned packet is valid until the next av_read_frame() .."

    But how long the data are cached till they become invalid and how big is the latency then ?

    Cheers