Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (64)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

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

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

  • udp : Allow specifying multicast include/blocks as host names as well

    26 juillet 2013, par Ed Torbett
    udp : Allow specifying multicast include/blocks as host names as well
    

    Previously this only allowed literal IP addresses. When these
    are conveyed in a SDP file as in RFC4570, host names are allowed
    as well.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/udp.c
  • h264dsp : Factorize code into a new function, h264_find_start_code_candidate

    5 août 2013, par Ben Avison
    h264dsp : Factorize code into a new function, h264_find_start_code_candidate
    

    This performs the start code search which was previously part of
    h264_find_frame_end() - the most CPU intensive part of the function.

    By itself, this results in a performance regression :
    Before After
    Mean StdDev Mean StdDev Change
    Overall time 2925.6 26.2 3068.5 31.7 -4.7%

    but this can more than be made up for by platform-optimised
    implementations of the function.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/h264_parser.c
    • [DBH] libavcodec/h264dsp.c
    • [DBH] libavcodec/h264dsp.h
  • Core : Apply ignore setting to all validationTargetFor elements

    23 septembre 2014, par jzaefferer
    Core : Apply ignore setting to all validationTargetFor elements
    

    Previously the filter only applied to checkables. Adds a test and moves
    an existing valid() test closer to the others.

    Ref #156
    Closes #468