Recherche avancée

Médias (0)

Mot : - Tags -/publication

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

Autres articles (61)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (9022)

  • Revision ec01f52ffa : Unify luma and chroma rd-cost estimation This commit unifies the rate-distortio

    14 août 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_tokenize.c


     Modify /vp9/encoder/vp9_tokenize.h



    Unify luma and chroma rd-cost estimation

    This commit unifies the rate-distortion cost calculation process of
    luma and chroma components. It allows early termination to be enabled
    later in the rd search loop of chroma components, in consistent with
    luma pixels.

    Change-Id : I2e52a7c6496176bf2a5e3ef338d34ceb8aad9b3d

  • Revision e55d3e6d1b : Cleaning up probability/cost functions. Change-Id : Ifad4b0e6355ce49fcc6f470becc

    19 novembre 2013, par Dmitry Kovalev

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


     Modify /vp9/encoder/vp9_subexp.c


     Modify /vp9/encoder/vp9_treewriter.h



    Cleaning up probability/cost functions.

    Change-Id : Ifad4b0e6355ce49fcc6f470becc080e8069452ee

  • lavc/qsvenc : Fix bitrate_limit to allow AVC encode in limited bitrate

    15 octobre 2019, par Linjie Fu
    lavc/qsvenc : Fix bitrate_limit to allow AVC encode in limited bitrate
    

    MFXVideoENCODE_Query calls CheckVideoParamQueryLike in MSDK and
    will determine whether to set param.mfx.TargetKbps to the allowed
    minTargetKbps according to the bitrate_limit in extco2 buffer.

    Thus q->param.ExtParam must be set before MFXVideoENCODE_Query in case
    minTargetKbps is written to TargetKbps by default.

    1080P AVC encoding with option "-bitrate_limit 0 -b:v 100k" :
    Before patch :
    902 kbps
    After patch :
    156 kbps
    Signed-off-by : Linjie Fu <linjie.fu@intel.com>

    • [DH] libavcodec/qsvenc.c