Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (101)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

Sur d’autres sites (16547)

  • How to reduce the size of watermark using FFMPEG

    6 août 2020, par Junaid Farooq

    I have 2 images :

    



      

    1. a PNG which is a log
    2. 


    3. thumbnail which is JPG

      



      ffmpeg -i thumb-168pa-usrao.jpg -i evercam-logo-white.png  -filter_complex  'overlay=x=(main_w-overlay_w):y=(main_h-overlay_h)' test.jpg

    4. 


    



    how we can reduce the size of watermark ? to half of its size ?

    


  • Merge commit '3a0d5e206d24d41d87a25ba16a79b2ea04c39d4c'

    18 octobre 2017, par James Almer
    Merge commit '3a0d5e206d24d41d87a25ba16a79b2ea04c39d4c'
    

    * commit '3a0d5e206d24d41d87a25ba16a79b2ea04c39d4c' :
    arm/aarch64 : vp9itxfm : Skip loading the min_eob pointer when it won't be used
    arm : vp9itxfm : Template the quarter/half idct32 function

    This commit is a noop, see
    b7a565fe71d16747209bd66955a54c9b54abc5dd
    70317b25aa35c0907720e4d2b7686408588c07aa

    Merged-by : James Almer <jamrial@gmail.com>

  • http: Add the trailing endlines if they are missing

    23 juillet 2015, par Luca Barbato
    http: Add the trailing endlines if they are missing
    

    Makes slightly easier the life of those want to use the option
    from the command line

    • [DH] libavformat/http.c