Recherche avancée

Médias (1)

Mot : - Tags -/embed

Autres articles (38)

  • 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

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

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

Sur d’autres sites (7289)

  • avfilter:vf_drawtext : add new line space size set parameter

    19 janvier 2017, par Steven Liu
    avfilter:vf_drawtext : add new line space size set parameter
    

    add line_spacing parameter to set the space between two lines

    Based on an idea by : Leandro Santiago <leandrosansilva@gmail.com>
    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] doc/filters.texi
    • [DH] libavfilter/vf_drawtext.c
  • ffprobe : Use pixdesc API to provide color space names

    1er juin 2017, par Vittorio Giovara
    ffprobe : Use pixdesc API to provide color space names
    

    This API is more up-to-date, provides names compatible with filters
    and external encoders, and is consistent with the other color
    property variables.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] ffprobe.c
  • vf_colorspace : Add support for gbr color space

    5 juin 2017, par Vittorio Giovara
    vf_colorspace : Add support for gbr color space
    

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] libavfilter/vf_colorspace.c