Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (47)

  • 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

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (7164)

  • avcodec : add ATRAC Advanced Lossless decoders

    25 janvier 2017, par Paul B Mahol
    avcodec : add ATRAC Advanced Lossless decoders
    

    Only lossy part is decoded for now.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/atrac3.c
    • [DH] libavcodec/atrac3plusdec.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/version.h
    • [DH] libavformat/oma.c
    • [DH] libavformat/oma.h
    • [DH] libavformat/omadec.c
  • avformat : Enforce codec_id where appropriate

    19 mars 2024, par Andreas Rheinhardt
    avformat : Enforce codec_id where appropriate
    

    E.g. chromaprint expects to be fed 16bit signed PCM
    in native endianness, yet there was no check for this.
    Similarly for other muxers. Use the new
    FF_OFMT_FLAG_ONLY_DEFAULT_CODECS to enfore this where
    appropriate, e.g. for pcm/raw muxers.

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

    • [DH] libavformat/chromaprint.c
    • [DH] libavformat/daudenc.c
    • [DH] libavformat/filmstripenc.c
    • [DH] libavformat/fitsenc.c
    • [DH] libavformat/idroqenc.c
    • [DH] libavformat/jacosubenc.c
    • [DH] libavformat/mmf.c
    • [DH] libavformat/mpjpeg.c
    • [DH] libavformat/pcmenc.c
    • [DH] libavformat/rawenc.c
    • [DH] libavformat/ttaenc.c
  • avformat : refactor ff_stream_encode_params_copy() to stream_params_copy()

    6 août 2022, par Pierre-Anthony Lemieux
    avformat : refactor ff_stream_encode_params_copy() to stream_params_copy()
    

    Addresses http://ffmpeg.org/pipermail/ffmpeg-devel/2022-August/299726.html

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

    • [DH] libavformat/avformat.c
    • [DH] libavformat/fifo.c
    • [DH] libavformat/internal.h
    • [DH] libavformat/mux.h
    • [DH] libavformat/mux_utils.c
    • [DH] libavformat/segment.c
    • [DH] libavformat/tee.c
    • [DH] libavformat/webm_chunk.c