Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (98)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (10780)

  • avcodec/msmpeg4 : Factor out common RLTable initialization code

    10 décembre 2020, par Andreas Rheinhardt
    avcodec/msmpeg4 : Factor out common RLTable initialization code
    

    Up until now, both the msmpeg4 decoders and encoders initialized several
    RLTables common to them (the decoders also initialized the VLCs of these
    RLTables). This is an obstacle to making these codecs init-threadsafe.
    So move this initialization to ff_msmpeg4_common_init() that already
    contains this initialization code. This allows to reuse the AVOnce used
    for initializing ff_v2_dc_lum/chroma_table which automatically makes
    initializing these RLTables thread-safe.

    Reviewed-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/msmpeg4.c
    • [DH] libavcodec/msmpeg4data.c
    • [DH] libavcodec/msmpeg4data.h
    • [DH] libavcodec/msmpeg4dec.c
    • [DH] libavcodec/msmpeg4enc.c
  • hevc : Use common SEI types

    21 janvier 2021, par Mark Thompson
    hevc : Use common SEI types
    
    • [DH] libavcodec/cbs_h2645.c
    • [DH] libavcodec/cbs_h265_syntax_template.c
    • [DH] libavcodec/hevc_sei.c
    • [DH] libavcodec/hevc_sei.h
    • [DH] libavcodec/nvenc.c
    • [DH] libavcodec/vaapi_encode_h265.c
  • how do surface blur to a video using FFMPEG common line ?

    12 février 2020, par zuiluo

    enter image description here
    enter image description here

    like above two image , it is one frame of the video ,

    origin video :https://youtu.be/Qmoc7VyX2f8

    surface blur video :https://youtu.be/zbw1XVXjn4c

    Is there a way to use FFMPEG common line do that , thank you very much