Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (76)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (10462)

  • vp9 : match another find_ref_mvs() bug in libvpx.

    16 mai 2015, par Ronald S. Bultje
    vp9 : match another find_ref_mvs() bug in libvpx.
    

    If we find a second non-sub8x8 motion vector for a non-first sub8x8
    block, and the clamped value is identical to the first non-sub8x8
    motion vector, then the resulting nearmv motion vector is forced to
    zero.

    • [DH] libavcodec/vp9.c
  • Revision 1790d45252 : Use variance metric for integral projection vector match This commit replaces t

    27 février 2015, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/encoder/vp9_avg.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/x86/vp9_avg_intrin_sse2.c



    Use variance metric for integral projection vector match

    This commit replaces the SAD with variance as metric for the
    integral projection vector match. It improves the search accuracy
    in the presence of slight light change. The average speed -6
    compression performance for rtc set is improved by 1.7%. No speed
    changes are observed for the test clips.

    Change-Id : I71c1d27e42de2aa429fb3564e6549bba1c7d6d4d

  • Read a growing MFX file for live streaming sports match file [closed]

    12 novembre 2024, par Sumit Chaudhary

    I'm struggling to read a growing MXF file in real time for a live sports streaming project in python. I can read the video in 5-minute chunks provided by the recording software, for the same match and I’m able to load the full file (around 750GB) once the match is over and file is complete. However, I need to process the file as it’s still growing. Any suggestions on how to approach this ?