Recherche avancée

Médias (0)

Mot : - Tags -/latitude

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (43)

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

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

  • Merge commit ’718907cd881a0b593264aed059c0e00da13f9e15’

    9 avril 2014, par Michael Niedermayer
    Merge commit ’718907cd881a0b593264aed059c0e00da13f9e15’
    

    * commit ’718907cd881a0b593264aed059c0e00da13f9e15’ :
    libtwolame MP2 encoding support

    Conflicts :
    Changelog
    configure
    doc/general.texi
    libavcodec/Makefile
    libavcodec/libtwolame.c
    libavcodec/version.h

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/general.texi
    • [DH] libavcodec/libtwolame.c
    • [DH] libavcodec/version.h
  • avisynth : Bump minimum required version to interface version 6

    2 avril 2015, par Stephen Hutchinson
    avisynth : Bump minimum required version to interface version 6
    

    The AVSC_API changes in the new headers mean that the 2.6 alphas
    are just as incompatible as 2.5 is.

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] doc/general.texi
    • [DBH] libavformat/avisynth.c
  • Merge commit ’d78fd2fa21cde28465e40dd0be4446b1387d22a6’

    14 juillet 2016, par Clément Bœsch
    Merge commit ’d78fd2fa21cde28465e40dd0be4446b1387d22a6’
    

    * commit ’d78fd2fa21cde28465e40dd0be4446b1387d22a6’ :
    Add MagicYUV decoder

    Changes observed from Libav :
    - many cosmetics (function renames/move, spacing, line breaks)
    - MagicYUVContext.slices_size is now unsigned
    - use of pixdesc (include fixed in FFmpeg)
    - mention of "Lossless" in the long name dropped (also removed from
    general.texi in FFmpeg)
    - addition of the FF_CODEC_CAP_INIT_THREADSAFE caps
    - use of qsort() instead of AV_QSORT() (NOT MERGED)
    - use of AVCodecContext.width,height instead of AVCodecContext.coded_width,height (NOT MERGED)

    See also 77f9c4b7aa9eb793b3019025e177245896821816

    Merged-by : Clément Bœsch <u@pkh.me>

    • [DH] doc/general.texi
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/magicyuv.c