Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (47)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • 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

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

  • avcodec/libvpxenc : Remove obsolete av_unused

    26 mars 2024, par Andreas Rheinhardt
    avcodec/libvpxenc : Remove obsolete av_unused
    

    Forgotten in 753074721bd414874d18c372c491bdc6323fa3bf.

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

    • [DH] libavcodec/libvpxenc.c
  • avformat/teeproto : Remove always-false check

    6 septembre 2023, par Andreas Rheinhardt
    avformat/teeproto : Remove always-false check
    

    Incompatibility of the flags and the protocol's capabilities
    are checked generically (see url_alloc_for_protocol()).

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

    • [DH] libavformat/teeproto.c
  • avcodec/flacdec : Remove unused variable

    24 mai 2024, par Andreas Rheinhardt
    avcodec/flacdec : Remove unused variable
    

    Forgotten in 0380a03f1f9d55e5690bb92bfa4897f2c728c1e5.

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/flacdec.c