Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

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

Autres articles (69)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (3906)

  • avcodec/dca : fix sync word search error condition

    2 mai 2016, par foo86
    avcodec/dca : fix sync word search error condition
    

    This didn’t actually check if sync word was found and always errored out
    with "-err_detect explode" option enabled.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/dca_core.c
  • avfilter/af_speechnorm : remove long search range for min gain

    6 novembre 2022, par Paul B Mahol
    avfilter/af_speechnorm : remove long search range for min gain
    

    Effective only for linked channels processing.

    • [DH] libavfilter/af_speechnorm.c
  • avcodec/libvpxenc : Only search for side data when intending to use it

    26 mars 2024, par Andreas Rheinhardt
    avcodec/libvpxenc : Only search for side data when intending to use it
    

    Also rewrite the code so that a variable that is only used
    depending upon CONFIG_LIBVPX_VP9_ENCODER is not declared
    outside of the #if block.
    (The variable was declared with av_uninit, but it should have been
    av_unused, as the former does not work for all compilers.)

    Reviewed-by : James Zern <jzern@google.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/libvpxenc.c