Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (65)

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

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (8319)

  • Determining top-down vs bottom-up with libavcodec

    25 juillet 2013, par Jason C

    I'm learning how to use libav. I'm following the tutorial at http://dranger.com/ffmpeg/tutorial01.html and have been able to read files, decode them, and save each frame to an image just fine. However, certain input files lead to the frames being decoded upside down.

    I have one input file that uses a rawvideo codec. This is decoded upside down. I have another input file that uses h264, this is decoded in the correct orientation. Both files play correctly in mplayer and every other media player I've tried, so I presume the information is in there somewhere.

    My question is, is there a flag in some *Context somewhere that indicates that the video frames are bottom-up, so that I can flip vertically if necessary when processing the frames after decoding ?

    Also, then, it's easy enough for me to process an image upside down if necessary, but can sws_scale (or something similar) flip an image vertically so I can do the flip and RGB conversion all in one step ?

    Thanks !

  • avcodec/vp8dsp : use AV_ZERO64 to clear idct coefficient rows

    25 février 2014, par Peter Ross
    avcodec/vp8dsp : use AV_ZERO64 to clear idct coefficient rows
    

    Signed-off-by : Peter Ross <pross@xvid.org>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/vp8dsp.c
  • Revision 836252bfa6 : Periodically update mode and mv costs Skip coefficient cost update in non-RD mo

    22 février 2014, par Jingning Han

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



    Periodically update mode and mv costs

    Skip coefficient cost update in non-RD mode decision setting. Allow
    periodical mode and motion vector cost update. Currently every other
    8 frames. The increment runtime is a constant number. Hence more
    visible for CIF resolution, while negligible for 1080p.

    Speed -6 compression performance for rtc set is improved by 4.5%.

    Change-Id : I27e0ad7c521fcc2af1d825582cbdd1a27ac4c323