Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (48)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (4582)

  • Revision 017baf9f4b : Simplify bilateral filter search for speed Adds an internal buffer in the encod

    15 avril 2015, par Debargha Mukherjee

    Changed Paths :
     Modify /vp9/common/vp9_loopfilter.c


     Modify /vp9/common/vp9_loopfilter.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_picklpf.c


     Modify /vp9/encoder/vp9_rd.h



    Simplify bilateral filter search for speed

    Adds an internal buffer in the encoder to store the deblocked
    result to help speed up the search for the best bilateral filter.

    Very small change in performance but a lot faster :
    derflr : +0.518%

    Change-Id : I5d37e016088e559c16317789cfb1c2f49334b2b9

  • Revision fb2a89b1fb : Fixes for key frame coding at speed 5. Keep the same transform cutoff and parti

    23 juin 2015, par Marco

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



    Fixes for key frame coding at speed 5.

    Keep the same transform cutoff and partition selection
    for speed 5 as in speeds >=6 (non-rd speed settings).

    Existing setting for key frame at speed 5 allowed transform size
    up to 32x32 on key frames, and did not allow for 4x4 block partition size.
    This created more visual artifacts on first few frames.

    avgPSNR/overallPSNR/SSIM gains of 0.2/0.7/0.8 for rtc_derf(low-res) set,
    and 0/0.7/1.1 gains for rtc set.

    Change-Id : I8c139ec6c9bb74e14b4ffbad5f12e94f18a59c0b

  • Revision 8e029fcfa9 : Merge "Reduce max_partition_size for low resolutions at speed 5."

    22 juin 2015, par Marco

    Merge "Reduce max_partition_size for low resolutions at speed 5."