Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (71)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

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

Sur d’autres sites (10558)

  • How to control specific frame size ?

    11 avril 2020, par he852100

    Picture example

    



    Enlarge the bit rate of a specific key frame or specific paragraph

    



    Goal : The key frame in a specific area becomes the largest key frame in the video

    


  • libfdk-aacdec : Enable Dynamic Range Control Metadata Support

    14 octobre 2014, par Omer Osman
    libfdk-aacdec : Enable Dynamic Range Control Metadata Support
    

    For streams which contain DRC metadata, the FDK decoder is able to
    control rendering of the decoded output. The rendering parameters
    are detailed in fdk_aac_dec_options [].

    The default behavior is left up to the decoder.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/libfdk-aacdec.c
    • [DBH] libavcodec/version.h
  • avcodec, avutil : allow more control about how samples are skipped

    27 septembre 2014, par wm4
    avcodec, avutil : allow more control about how samples are skipped
    

    Add CODEC_FLAG2_SKIP_MANUAL (exposed as "skip_manual"), which makes
    the decoder export sample skip information via side data, instead
    of applying it automatically. The format of the side data is the
    same as AV_PKT_DATA_SKIP_SAMPLES, but since AVPacket and AVFrame
    side data constants overlap, AV_FRAME_DATA_SKIP_SAMPLES needs to
    be introduced.

    This is useful for applications which want to do the timestamp
    calculations manually, or which actually want to retrieve the
    padding.

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

    • [DH] doc/APIchanges
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/options_table.h
    • [DH] libavcodec/utils.c
    • [DH] libavcodec/version.h
    • [DH] libavutil/frame.h
    • [DH] libavutil/version.h