Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (44)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (8045)

  • avformat/mov : Update handbrake_version threshold for full mp3 parsing

    22 décembre 2015, par Michael Niedermayer
    avformat/mov : Update handbrake_version threshold for full mp3 parsing
    

    Fixes : Endangered\ Species\ 1x01\ Collecting\ Merl.mp4

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mov.c
  • Revision 53ff43adc3 : Prunes out full-rd computation based on modeled rd Adds a speed feature to elim

    9 juillet 2013, par Deb Mukherjee

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_rdopt.c



    Prunes out full-rd computation based on modeled rd

    Adds a speed feature to eliminate full-rd computation if the modeled
    rd or rd based on a different parameter in the same mode is already
    a lot larger than the best rd yet.

    Specifically, only search the sharp and smooth filters if the modeled
    rd cost based on the regular filter is within a certain factor of the
    best rd cost so far. Also, skip full-rd computation of non splitmv
    inter modes if the modeled rd cost based on pred error is within the
    same factor of the best rd cost so far.

    Also adds some enhancements in the rd search for splitmv mode to
    speed things up by early breakouts. Negligible impact on performance.

    Resuts on derfraw300 :
    psnr : -0.013% with the splitmv enhancements, -0.24% with the rd
    breakout feature on.
    speedup : 6% with splitmv enhancements, 20% with also residual breakout
    (tested on football sequence at 600 Kbps)

    Change-Id : I37abc308ea9f110c1679ce649b6a7e73ab1ad5fc

  • avcodec/apedec : fix decoding of stereo files with one channel full of silence

    12 avril 2016, par Paul B Mahol
    avcodec/apedec : fix decoding of stereo files with one channel full of silence
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavcodec/apedec.c