Recherche avancée

Médias (91)

Autres articles (41)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (7055)

  • doc/ffmpeg : document videotoolbox in -hwaccel option

    26 mars, par Jun Zhao
    doc/ffmpeg : document videotoolbox in -hwaccel option
    

    Add videotoolbox to the list of supported hardware acceleration methods
    in the -hwaccel option documentation. This option allows users to utilize
    Apple's VideoToolbox framework for hardware-accelerated video decoding
    on macOS and iOS devices.

    The videotoolbox acceleration has been supported for a while, but was
    missing from the documentation.

    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] doc/ffmpeg.texi
  • avformat/hls : add http_persistent option

    4 octobre 2017, par Aman Gupta
    avformat/hls : add http_persistent option
    

    This teaches the HLS demuxer to use the HTTP protocols
    multiple_requests=1 option, to take advantage of "Connection :
    Keep-Alive" when downloading playlists and segments from the HLS server.

    With the new option, you can avoid TCP connection and TLS negotiation
    overhead, which is particularly beneficial when streaming via a
    high-latency internet connection.

    Similar to the http_persistent option recently implemented in hlsenc.c

    Signed-off-by : Aman Gupta <aman@tmm1.net>
    Signed-off-by : Anssi Hannula <anssi.hannula@iki.fi>

    • [DH] doc/demuxers.texi
    • [DH] libavformat/hls.c
  • lavf/img2enc : add atomic_writing option

    8 décembre 2015, par Clément Bœsch
    lavf/img2enc : add atomic_writing option
    

    This behaviour change caused a regression on our side recently, we might
    want to disable the option by default.

    • [DH] libavformat/img2enc.c