Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (107)

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

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

Sur d’autres sites (7247)

  • vp8e -removed undefined max call

    18 janvier 2011, par Jim Bankoski

    vp8e -removed undefined max call

  • avformat/rtsp : don't forget to call ff_network_close() on error

    12 octobre 2020, par Andriy Gelman
    avformat/rtsp : don't forget to call ff_network_close() on error
    

    In sdp_read_header() some ff_network_close() calls were missed.

    Also in rtp_read_header() update comment to explain why a single
    call to ff_network_close() is enough to cover all cases even if
    sdp_read_header() returns an error.

    Reviewed-by : Martin Storsjö <martin@martin.st>
    Signed-off-by : Andriy Gelman <andriy.gelman@gmail.com>

    • [DH] libavformat/rtsp.c
  • Revision 538af7db5f : Fix a problem of using an uninitialized parameter This commit added a call to s

    30 mai 2014, par Yaowu Xu

    Changed Paths :
     Modify /vp9/encoder/vp9_encoder.c



    Fix a problem of using an uninitialized parameter

    This commit added a call to set speed feature before initializing
    motion search, fixed the problem where unintialized search method
    is used before its value being set.

    Change-Id : I537e4612bf0d00fd6f51396fd222d4b3bd6fde58