Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (50)

  • 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 (9774)

  • Revision e4c5f7e2b6 : Delay decreasing reference count in frame-parallel decoding. The current decodi

    10 juin 2014, par hkuang

    Changed Paths :
     Modify /vp9/decoder/vp9_decoder.c


     Modify /vp9/vp9_dx_iface.c



    Delay decreasing reference count in frame-parallel decoding.

    The current decoding scheme will decrease the reference count
    of the output frame when finish decoding. Then the application
    could copy the frame from the decoder buffer to application buffer.
    In frame-parallel decoding, a decoded frame will not be outputted
    until several frames later which depends on thread numbers. So
    the decoded frame’s reference count should be decreased only
    after application finish copying the frame out. But due to the
    limitation of vpx_codec_get_frame, decoder could not know when
    application finish decoding. So use a index last_show_frame to
    release the last output frame’s reference count.

    Change-Id : I403ee0d01148ac1182e5a2d87cf7dcc302b51e63

  • frame rate converter to increase or decrease the fps count [on hold]

    30 juin 2017, par Siddharth

    I am trying to create a frame rate converter, specifically in C++. the objective is to either decrease the frame rate of a Video segment(example 29.97 fps to 25 fps by deleting frames which are redundant or reused) or to increase the frame rate of a Video segment(25 fps to 30 fps by inserting frames to increase frame rate count). I would ideally like to load the video file, check its fps, then increase or decrease the fps respectively. Is there any way to achieve this with ffmpeg or opencv ?

  • flvenc : Don’t over-count metadata.

    11 juin 2014, par Josh Allmann
    flvenc : Don’t over-count metadata.
    

    Over-counting occurs if framerate is not set.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavformat/flvenc.c
    • [DBH] tests/ref/lavf/flv_fmt
    • [DBH] tests/ref/vsynth/vsynth1-flashsv
    • [DBH] tests/ref/vsynth/vsynth1-flv
    • [DBH] tests/ref/vsynth/vsynth2-flashsv
    • [DBH] tests/ref/vsynth/vsynth2-flv