Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (95)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (11800)

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