Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (35)

  • 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

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (3549)

  • 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