Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (88)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (8995)

  • Revision e39ecfaa98 : Preliminary code for variance based paritioning Brings back most of Jim's previ

    4 mars 2014, par Deb Mukherjee

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


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_pickmode.c



    Preliminary code for variance based paritioning

    Brings back most of Jim's previous patch for choosing
    partitioning based on variance while making it compatible
    with the current state of the code. Also adds a
    nonrd_use_partition() function to recursively encode for any
    arbitrary sb_type decisions within a 64x64 block ; and
    includes some refactoring.

    Currently, when the VAR_BASED_PARTITIONING mode is turned on
    for speed 7, there is a 10+% speed-up observed.

    Experiments/improvements with this new partitioning method
    will be conducted subsequently.

    Change-Id : Ie6f43bfbde30583e941f450bf07c3b48828c9571

  • Revision 6db81fd629 : vp9 : fix frame-parallel encoding the flag in the header wasn't being set based

    6 décembre 2014, par James Zern

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



    vp9 : fix frame-parallel encoding

    the flag in the header wasn’t being set based on the encoder
    configuration in non-intra only mode

    broken since :
    fbc2fbf Adding oxcf temp variable.

    Change-Id : Ib4cff9901889824bc4e68d7f0f6deb1e41df2f53

  • Revision eba9c762a1 : vp9_ethread : the tile-based multi-threaded encoder Currently, VP9 supports colu

    3 décembre 2014, par Yunqing Wang

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


     Modify /vp9/encoder/vp9_encodeframe.h


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h


     Add /vp9/encoder/vp9_ethread.c


     Add /vp9/encoder/vp9_ethread.h


     Modify /vp9/vp9_cx_iface.c


     Modify /vp9/vp9cx.mk



    vp9_ethread : the tile-based multi-threaded encoder

    Currently, VP9 supports column-tile encoding, which allows a frame
    to be encoded in multiple column tiles independently. The number of
    column tiles are set by encoder option "—tile-columns". This
    provides a way to encode a frame in parallel.

    Based on previous set of patches, this patch implemented the tile-
    based multi-threaded encoder. Each thread processes one or more
    tiles.

    Usage :
    For HD clips :
    — tile-columns=2 —threads=1/2/3/4

    While using 4 threads, tests showed that the encoder achieved
    2.3X - 2.5X speedup at good-quality speed 3, and 2X speedup at
    realtime speed 5.

    Change-Id : Ied987f8f2618b1283a8643ad255e88341733c9d4