Recherche avancée

Médias (91)

Autres articles (34)

  • 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

  • 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" ;

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

  • avformat/microdvd : skip BOM properly

    2 mars 2014, par wm4
    avformat/microdvd : skip BOM properly
    

    The BOM is already skipped in the probe function, but not the header
    read function. This could cause the header to be misparsed, such as
    not interpreting the FPS line.

    • [DH] libavformat/microdvddec.c
  • php 5.3.13 ffmpeg Windows 7 64bit Not working wamp server [closed]

    28 juin 2018, par Waqas Ahmed

    I am facing following issue during installing the ffmpeg on the windows 7 64-bit machine using WampServer Version 2.2 with php 5.3.13 and ffmpeg extension 32-Bit

    I didn’t find ffmpeg ext. 32-bit..

    PHP Startup : Unable to load dynamic library ’c :/wamp/bin/php/php5.3.13/ext/php_ffmpeg.dll’ - %1 is not a valid Win32 application.

  • utvideoenc : properly set slice height/last line

    9 octobre 2014, par Christophe Gisquet
    utvideoenc : properly set slice height/last line
    

    Mimic decoder and obey sampling.

    Does not affect fate tests for utvideo.
    Fixes ticket #3949.

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

    • [DH] libavcodec/utvideoenc.c