Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (64)

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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (5563)

  • Revision edec808787 : Disable using golden frame modes if golden frames are not being used Change-Id :

    10 février 2014, par Alex Converse

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



    Disable using golden frame modes if golden frames are not being used

    Change-Id : I662c480ad49a242e10f1edb0c339ddbe2c6bccf4

  • Revision 26bd81b955 : Preserve the previous golden frame on golden updates This commit restores the q

    16 janvier 2013, par John Koleszar

    Changed Paths : Modify /vp9/common/vp9_alloccommon.c Modify /vp9/common/vp9_onyxc_int.h Modify /vp9/decoder/vp9_decodframe.c Modify /vp9/decoder/vp9_onyxd_if.c Modify /vp9/encoder/vp9_bitstream.c Modify /vp9/encoder/vp9_onyx_if.c Preserve the previous golden frame on golden updates (...)

  • Revision 6245a91e0b : Skip golden ref frame check when it is same as last ref frame When golden refer

    9 mars 2015, par Jingning Han

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



    Skip golden ref frame check when it is same as last ref frame

    When golden reference frame is refreshed, the next frame has both
    its last and golden reference frames point to the same reference
    frame in real-time coding mode. Experiments suggest that using
    two separate reference frames for frames right after golden refresh
    frame does not provide further compression performance advantage.
    This commit hence retains the current encoder implementation and
    shuts off the mode search over golden reference frame in this case.

    It makes the encoder run slightly faster at no coding performance
    change.

    Change-Id : I1561f7799253a10e675d05c63c1749fe9e85b472