Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (65)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (5217)

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

  • 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

  • avcodec/ffv1enc : Try to choose slice count so that slice packet sizes are within...

    15 juin 2017, par Michael Niedermayer
    avcodec/ffv1enc : Try to choose slice count so that slice packet sizes are within the supported size
    

    Fixes assertion failure

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/ffv1enc.c