Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (77)

  • Les thèmes de MediaSpip

    4 juin 2013

    3 thèmes sont proposés à l’origine par MédiaSPIP. L’utilisateur MédiaSPIP peut rajouter des thèmes selon ses besoins.
    Thèmes MediaSPIP
    3 thèmes ont été développés au départ pour MediaSPIP : * SPIPeo : thème par défaut de MédiaSPIP. Il met en avant la présentation du site et les documents média les plus récents ( le type de tri peut être modifié - titre, popularité, date) . * Arscenic : il s’agit du thème utilisé sur le site officiel du projet, constitué notamment d’un bandeau rouge en début de page. La structure (...)

  • 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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (11917)

  • Revision fe85fabbac : Fix source frame border extension This commit fixes an issue in source frame bo

    28 février 2015, par Jingning Han

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



    Fix source frame border extension

    This commit fixes an issue in source frame border extension. It
    causes certain frame resolution such as 640x480 to have a portion
    of the right/bottom extension filled by zeros, which misleads
    motion search and degrades transform coding performance when large
    block size is used.

    This fix improves the speed 2 compression performance of a few
    yt sequence, typically ranging from 1% - 2%, up to 5% at median
    to low bit-rate.

    Change-Id : Id6b09a5695d9e7651c6dfbc2c6a72288b08af7fb

  • Revision 4ce70e8847 : Add ref frame rate cost to non-RD mode decision This commit adds a heuristic ra

    11 février 2015, par Jingning Han

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



    Add ref frame rate cost to non-RD mode decision

    This commit adds a heuristic rate cost of reference frame to the
    non-RD mode decision. It improves the compression performance of
    speed -6 by 0.31% and speed -5 by 0.69%.

    Change-Id : If7f3b45519d49b2cb640bcb7316a254efc8be446

  • What is the best jpeg encoder/decoder ? [on hold]

    27 mai 2014, par user3678446

    So I made a server and I was playing with data transfer. And i wanted to make a program like TeamViewer(just for fun not planning to achieve teamViewer performance). And I was sending png screenshots. After a few tests I realized that png encoding takes way too long.
    So i decided to change all that part to jpeg. And I would want to know what is the best library to use. I heard in some other question that libavcodec in the ffmpeg project is really good. It seems pretty complicated especially cause I don’t have a source of learning it and I will try to learn it no my own. And I don’t want to put that much effort(if it’s that much effort) to learn it when i could learn the best one.

    So the question is what is the best library for jpeg encoding and decoding. Or maybe if it’s there something better for something like teamviewer let me know.