Recherche avancée

Médias (91)

Autres articles (48)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • avformat/mxfdec : Read Apple private Content Light Level from MXF

    9 septembre 2020, par Harry Mallon
    avformat/mxfdec : Read Apple private Content Light Level from MXF
    

    * As embedded by Apple Compressor

    Signed-off-by : Harry Mallon <harry.mallon@codex.online>

    • [DH] libavformat/mxfdec.c
    • [DH] tests/fate/mxf.mak
    • [DH] tests/ref/fate/mxf-probe-applehdr10
  • avcodec : move content light level SEI handling to h2645_sei

    12 juillet 2023, par Jan Ekström
    avcodec : move content light level SEI handling to h2645_sei
    

    This allows this common H.274 SEI to be parsed from both H.264
    as well as HEVC, as well as probably from VVC in the future.

    Generally attempts to keep the original code as similar as possible.

    FATE test refererence changes only change the order of side data
    export within a single frame. Nothing else seems to have changed.

    • [DH] libavcodec/h2645_sei.c
    • [DH] libavcodec/h2645_sei.h
    • [DH] libavcodec/h264_slice.c
    • [DH] libavcodec/hevc_sei.c
    • [DH] libavcodec/hevc_sei.h
    • [DH] libavcodec/hevcdec.c
    • [DH] tests/ref/fate/hevc-hdr-vivid-metadata
    • [DH] tests/ref/fate/hevc-hdr10-plus-metadata
  • avcodec/exr : tag gamma=1.0 output as linear light

    16 août 2023, par Leo Izen
    avcodec/exr : tag gamma=1.0 output as linear light
    

    By default the OpenEXR decoder outputs linear light pixel data by
    applying a gamma=1.0 transfer (i.e. a no-op). When it does so, it
    should tag the data as linear so color-managed filters or other tools
    can work with it correctly.

    Signed-off-by : Leo Izen <leo.izen@gmail.com>

    • [DH] libavcodec/exr.c