Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (111)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (5390)

  • Revision dcb17eaefc : Merge "Disable early exit based on distortion in lossless"

    6 décembre 2013, par Jim Bankoski

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



    Merge "Disable early exit based on distortion in lossless"

  • Add a compat stdatomic.h implementation based on suncc atomics

    29 novembre 2016, par Anton Khirnov
    Add a compat stdatomic.h implementation based on suncc atomics
    

    Adapted from the code by Rémi Denis-Courmont from VLC

    This merges libav commit bb81ed476569b912a37ed553e756e123b6b13b14.

    Signed-off-by : Wan-Teh Chang <wtc@google.com>
    Reviewed-by : wm4 <nfxjfg@googlemail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] compat/atomics/suncc/stdatomic.h
    • [DH] configure
  • Blur a video based on timestamps using FFMPEG

    22 avril 2020, par Aeren singh

    I have a JSON file which contains location of human faces as well as their timestamp throughout the video.&#xA;I want to blur the video at multiple locations. My scenario is like there may be 3 faces at given time all 3 should be blurred, at times there may be no faces and hence no blurring will be needed.

    &#xA;