Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (55)

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

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (8800)

  • aarch64 : Add an offset parameter to the movrel macro

    14 novembre 2016, par Martin Storsjö
    aarch64 : Add an offset parameter to the movrel macro
    

    With apple tools, the linker fails with errors like these, if the
    offset is negative :

    ld : in section __TEXT,__text reloc 8 : symbol index out of range for architecture arm64

    This is cherry-picked from libav commit
    c44a8a3eabcd6acd2ba79f32ec8a432e6ebe552c.

    Signed-off-by : Ronald S. Bultje <rsbultje@gmail.com>

    • [DH] libavutil/aarch64/asm.S
  • aarch64 : Add an offset parameter to the movrel macro

    9 novembre 2016, par Martin Storsjö
    aarch64 : Add an offset parameter to the movrel macro
    

    With apple tools, the linker fails with errors like these, if the
    offset is negative :

    ld : in section __TEXT,__text reloc 8 : symbol index out of range for architecture arm64

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

    • [DBH] libavutil/aarch64/asm.S
  • avcodec/vda : define av_vda_default_init2 when CONFIG_H264_VDA_HWACCEL equ 0

    12 octobre 2016, par Steven Liu
    avcodec/vda : define av_vda_default_init2 when CONFIG_H264_VDA_HWACCEL equ 0
    

    on OSX :
    ../configure —disable-everything —enable-demuxer=hls make
    error message : Undefined symbols for architecture x86_64 :
    "_av_vda_default_init2", referenced from:_videotoolbox_init in
    ffmpeg_videotoolbox.o
    so add av_vda_default_init2 when CONFIG_H264_VDA_HWACCEL=0

    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>
    Reviewed-by : wm4 <nfxjfg@googlemail.com>
    Reviewed-by : Xidorn Quan <quanxunzhen@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/vda.c