Recherche avancée

Médias (91)

Autres articles (36)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • 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

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

Sur d’autres sites (13072)

  • Merge commit ’99ddeddc7fc996c0c1e842112928490e78542bd5’

    30 mars 2017, par Clément Bœsch
    Merge commit ’99ddeddc7fc996c0c1e842112928490e78542bd5’
    

    * commit ’99ddeddc7fc996c0c1e842112928490e78542bd5’ :
    ituh263dec : Have function signature match across declaration and definition

    This commit is a noop, see 2d2b363c652403ac0bda129912e1910aacdaa3fc

    Merged-by : Clément Bœsch <cboesch@gopro.com>

  • Merge commit ’e02e2515b24bfc37ede6ca1744696230be55e50b’

    20 mars 2017, par Clément Bœsch
    Merge commit ’e02e2515b24bfc37ede6ca1744696230be55e50b’
    

    * commit ’e02e2515b24bfc37ede6ca1744696230be55e50b’ :
    nvenc : Add some easier to understand presets that match x264 terminology

    This commit is a noop, see a81b000a392e5c7119d2eddb3f4c90ab9f1e0554 and
    faffff88c21c24765e5a3c87ffc657b191c4efc0.

    Merged-by : Clément Bœsch <u@pkh.me>

  • checkasm : updated tests for sw_scale

    13 août 2022, par Swinney, Jonathan
    checkasm : updated tests for sw_scale
    

    Change the reference to exactly match the C reference in swscale,
    instead of exactly matching the x86 SIMD implementations (which
    differs slightly). Test with and without SWS_ACCURATE_RND - if this
    flag isn't set, the output must match the C reference exactly,
    otherwise it is allowed to be off by 2.

    Mark a couple x86 functions as unavailable when SWS_ACCURATE_RND
    is set - apparently this discrepancy hasn't been noticed in other
    exact tests before.

    Add a test for yuv2plane1.

    Signed-off-by : Jonathan Swinney <jswinney@amazon.com>
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libswscale/x86/swscale.c
    • [DH] tests/checkasm/sw_scale.c