Recherche avancée

Médias (91)

Autres articles (21)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (4320)

  • lavc/vaapi_encode_h264 : add "coder" option support

    8 août 2017, par Jun Zhao
    lavc/vaapi_encode_h264 : add "coder" option support
    

    Follow libx264 style to support "coder" option, and set it to
    cabac by default.

    Signed-off-by : Yi A Wang <yi.a.wang@intel.com>
    Signed-off-by : Jun Zhao <jun.zhao@intel.com>
    Reviewed-by : Steven Liu <lingjiujianke@gmail.com>
    Signed-off-by : Mark Thompson <sw@jkqxz.net>

    • [DH] libavcodec/vaapi_encode_h264.c
  • segafilm : drop the "song and dance" for cinepak

    7 janvier 2014, par Michael Niedermayer
    segafilm : drop the "song and dance" for cinepak
    

    This seems not to do anything any more since a long time, and removing
    it avoids using uninitialized memory. Also change the error value
    forwarding as done everywhere else.

    Partly fixes : msan_uninit-mem_7fb7d24780d0_2744_R03T.CAK
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] libavformat/segafilm.c
  • lavf/utils : fix error like "offset 0x1f85 : partial file"

    7 août 2019, par tomajsjiang
    lavf/utils : fix error like "offset 0x1f85 : partial file"
    

    fix error like "offset 0x1f85 : partial file", the root cause is when
    read the mp4 file from http, and the moov in the end of the mp4 file,
    reconfig the buffer will drop some data.

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

    • [DH] libavformat/utils.c