Recherche avancée

Médias (0)

Mot : - Tags -/diogene

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (28)

  • 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

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (7607)

  • avformat/matroskadec : Fix probing of unknown-length headers

    17 mai 2019, par Andreas Rheinhardt
    avformat/matroskadec : Fix probing of unknown-length headers
    

    matroska_probe did not support the case of an unknown-length EBML header
    at all ; given that libavformat's Matroska muxer used to produce such
    files in the streaming case, support for them has been added.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/matroskadec.c
  • Revision 9afb6700c2 : Adjust q range Skip Q values between the q.0 mode and a real q of 2.0 as these

    4 avril 2013, par Paul Wilkins

    Changed Paths :
     Modify /vp9/common/vp9_quant_common.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_quantize.c



    Adjust q range

    Skip Q values between the q.0 mode and a real q of
    2.0 as these are not valuable from an RD perspective.

    Change-Id : I110c4858c57f97315953f4d88a2596d4764360df

  • avformat/mov : Add simple ACLR atom reading to set the color range of the incomming...

    19 février 2015, par Kevin Wheatley
    avformat/mov : Add simple ACLR atom reading to set the color range of the incomming track for codec’s like DNxHD that utilise AVID’s proprietary atom.
    

    On input ACLR will be used to set colour range no matter which codec
    it is associated with.
    No change for when it will be output.

    Rework mov_read_extradata function to allow detection of truncated
    atom reads by callers.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mov.c