Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (35)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • 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 : (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (3948)

  • Merge commit ’b668662939de3a02454cfc9ba3e6d10b87527a40’

    29 juin 2016, par Clément Bœsch
    Merge commit ’b668662939de3a02454cfc9ba3e6d10b87527a40’
    

    * commit ’b668662939de3a02454cfc9ba3e6d10b87527a40’ :
    get_bits : Move BITSTREAM_READER_LE definition before all relevant #includes

    The merge commit also includes changes for libavcodec/interplayacm.c and
    libavcodec/truemotion2rt.c

    Merged-by : Clément Bœsch <clement@stupeflix.com>

    • [DH] libavcodec/bink.c
    • [DH] libavcodec/binkaudio.c
    • [DH] libavcodec/dxtory.c
    • [DH] libavcodec/eatgq.c
    • [DH] libavcodec/eatgv.c
    • [DH] libavcodec/escape124.c
    • [DH] libavcodec/escape130.c
    • [DH] libavcodec/g723_1dec.c
    • [DH] libavcodec/indeo2.c
    • [DH] libavcodec/indeo4.c
    • [DH] libavcodec/interplayvideo.c
    • [DH] libavcodec/ivi.c
    • [DH] libavcodec/metasound.c
    • [DH] libavcodec/msgsmdec.c
    • [DH] libavcodec/nellymoserdec.c
    • [DH] libavcodec/qdm2.c
    • [DH] libavcodec/ra288.c
    • [DH] libavcodec/sipr.c
    • [DH] libavcodec/smacker.c
    • [DH] libavcodec/tak.c
    • [DH] libavcodec/tak.h
    • [DH] libavcodec/tak_parser.c
    • [DH] libavcodec/takdec.c
    • [DH] libavcodec/tiertexseqv.c
    • [DH] libavcodec/tscc2.c
    • [DH] libavcodec/tta.c
    • [DH] libavcodec/vble.c
    • [DH] libavcodec/vorbis.c
    • [DH] libavcodec/vorbisdec.c
    • [DH] libavcodec/wavpack.c
    • [DH] libavcodec/webp.c
    • [DH] libavcodec/xan.c
    • [DH] libavformat/takdec.c
  • intreadwrite : Use the __unaligned keyword on MSVC for ARM and x86_64

    1er août 2016, par Martin Storsjö
    intreadwrite : Use the __unaligned keyword on MSVC for ARM and x86_64
    

    AV_WN64 is meant for unaligned data, but the existing av_alias* unions
    (without a definition for the av_alias attribute - we don’t have one
    for MSVC) indicate to the compiler that they would have sufficient
    alignment for normal access, i.e. the compiler is free to assume
    8 byte alignment.

    On ARM, this makes sure that AV_WN64 (or two consecutive AV_WN32) is
    done with two str instructions instead of one strd.

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

    • [DBH] libavutil/intreadwrite.h
  • cuvid : Add MIT licenced nvcuid headers from Video SDK 7.0

    21 septembre 2016, par Philip Langdale
    cuvid : Add MIT licenced nvcuid headers from Video SDK 7.0
    

    For unknown reasons, the only accurately descriptive version of
    cuviddec.h is in the Video SDK - the one in CUDA 7.5 lacks vp8
    PICPARAMS and the vp9 struct definition is inaccurate. The CUDA 8 RC
    includes an ancient version of this file from many many years go.

    However, the one in the Video SDK is modified to work through a
    dynamic link mechanism which we don’t really want to use, so the
    next change will modify the files to just declare functions in
    the normal way.

    I’ve split the changes so it’s clear to see what changed between
    the original files and ones that work for us.

    • [DH] compat/cuda/cuviddec.h
    • [DH] compat/cuda/nvcuvid.h