Recherche avancée

Médias (91)

Autres articles (78)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

Sur d’autres sites (11935)

  • librsvgdec : Fix frame clearing code

    1er février 2018, par Calvin Walton
    librsvgdec : Fix frame clearing code
    

    The existing code attempts to clear the frame by painting in OVER
    mode with transparent black - which is a no-op. As a result if you
    have many input frames (e.g. you're using a sequence of svg files),
    you'll start to see new frames drawn over old frames as memory gets
    re-used.

    Switch the code to paint using the CLEAR compositing operator,
    which fills every channel with 0 values (setting a source colour
    is not required).

    • [DH] libavcodec/librsvgdec.c
  • ffmpeg compilation in VS2005 assembly code in mathops.h doesn't compile

    2 juillet 2013, par NiRR

    i'm trying to compile ffmpeg in my vs2005 but i'm stcuk on the following error :

    libavcodec\x86/mathops.h(39) : error C2143 : syntax error : missing ')' before ' :'

    the code its triyng to compile is

     __asm__ (
       "imull %3               \n\t"
       "shrdl %4, %%edx, %%eax \n\t"
       :"=a"(rt), "=d"(dummy)
       :"a"(a), "rm"(b), "ci"((uint8_t)shift)
    );
  • PHP and FFMPEG Remove Code in Video [on hold]

    6 janvier 2015, par user580950

    I have set of videos where i need to remove the code ( check below screen grab as an example ), you can see the code in RED .NOt sure if its possible to do it using PHP & ffmpeg or similar to detect a black box or hash key or serial no and blur out.

    It must be able to use mpeg-ts file input and output with mpeg-ts.

    Detection must be done and blurring must start 5 (configurable) seconds before the black box appears, this means we have to buffer the video and blur out the position where it will appear before it does.

    enter image description here