Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (81)

  • 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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (7919)

  • what does the "16be" mean in yuv420p16be

    31 juillet 2014, par socket

    I get some YUV pictures, their formats are yuv420p16le and yuv420p16be, I can convert them into jpg using ffmpeg, but I do not know what does the "16le" and the "16be" mean ? Thanks a lot :-)

  • Fix require_from_group and skip_or_fill_minimum

    2 décembre 2013, par patheard
    Fix require_from_group and skip_or_fill_minimum
    

    Stops the require_from_group and skip_or_fill_minimum validation
    methods from clearing previous validation rules on a form.

    It does this by creating a cloned copy of the form's validator for
    each group of conditionally required fields. This validator is then
    used to validate field group and is stored for re-use (fixes #412).

  • I'm trying to build a video editing app for android [on hold]

    18 septembre 2019, par void

    I am trying to build a video editing app and i don’t really have any idea to go about it, I’ve heard of tools like FFmpeg but don’t know how to implement it

    trying to trim video.
    apply effects
    covert multiple pictures into videos
    record with camera.