Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (25)

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

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

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

Sur d’autres sites (4514)

  • Revision e616504107 : Fix IOCs A left shift of negative value causes IOC runtime warnings, this commi

    25 septembre 2014, par Yaowu Xu

    Changed Paths :
     Modify /vp8/encoder/mcomp.c



    Fix IOCs

    A left shift of negative value causes IOC runtime warnings, this
    commit converts two such left shifts to multiply to avoid IOCs.

    Change-Id : I8811428768d7135e6e16af4b3094d0341589a995

  • movenc : Indicate that negative timestamps are supported

    17 août 2013, par Martin Storsjö
    movenc : Indicate that negative timestamps are supported
    

    The mov/mp4 muxer has support for handling negative timestamps
    via edit lists (which customarily is used for handling the 1-frame
    delay due to B-frames as well).

    Using the muxer’s native way of handling it is better than using
    the generic offsetting. The generic offsetting is a bit too
    crude when e.g. the timebase of one track is 1/fps, where the
    edit lists can handle it accurately.

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

    • [DH] libavformat/movenc.c
  • movenc : Indicate that negative timestamps are supported

    17 août 2013, par Martin Storsjö
    movenc : Indicate that negative timestamps are supported
    

    The mov/mp4 muxer has support for handling negative timestamps
    via edit lists (which customarily is used for handling the 1-frame
    delay due to B-frames as well).

    Using the muxer’s native way of handling it is better than using
    the generic offsetting. The generic offsetting is a bit too
    crude when e.g. the timebase of one track is 1/fps, where the
    edit lists can handle it accurately.

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

    • [DBH] libavformat/movenc.c