Recherche avancée

Médias (1)

Mot : - Tags -/remix

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 (7955)

  • avformat/hls : support decryption AES128 fmp4 m3u8 list

    13 août 2018, par Steven Liu
    avformat/hls : support decryption AES128 fmp4 m3u8 list
    

    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/hls.c
  • dxva2_hevc : properly fill the scaling list structure

    3 février 2015, par Hendrik Leppkes
    dxva2_hevc : properly fill the scaling list structure
    

    The scaling list can be specified in either the SPS or PPS.
    Additionally, compensate for the diagonal scan permutation applied in the decoder.

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

    • [DH] libavcodec/dxva2_hevc.c
  • Create m3u8 file from list of ts files

    23 janvier 2023, par Mohammad Hossein Gerami

    I want to create 'm3u8' file from the list of ts files. How can I do it ?

    &#xA;&#xA;

    I did search in google & read documentation of ffmpeg but I didn't find anything.

    &#xA;