Recherche avancée

Médias (91)

Autres articles (23)

  • 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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (4495)

  • vc2enc : add support for Haar wavelet transforms

    19 février 2016, par Rostislav Pehlivanov
    vc2enc : add support for Haar wavelet transforms
    

    This commit adds support for the (simple, allowed in the spec, but
    inferior in quality) Haar wavelet transforms.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/vc2enc.c
    • [DH] libavcodec/vc2enc_dwt.c
  • avformat/iamf_parse : add checks to parameter definition durations

    12 décembre 2024, par James Almer
    avformat/iamf_parse : add checks to parameter definition durations
    

    Section 3.6.1 of the IAMF spec states "When constant_subblock_duration is equal to 0, the summation of all
    subblock_duration in this parameter block SHALL be equal to duration.".

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

    • [DH] libavformat/iamf_parse.c
    • [DH] libavformat/iamf_reader.c
  • avformat/movenc : remove experimental check for VP9 streams

    17 mai 2017, par James Almer
    avformat/movenc : remove experimental check for VP9 streams
    

    The muxer has been updated and is now complaint with the v1.0 of the spec.

    • [DH] Changelog
    • [DH] libavformat/movenc.c