Recherche avancée

Médias (91)

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • Revision 855070e254 : Merged two similar functions to reduce duplication Function encode_rtc_frame_in

    10 février 2014, par Yaowu Xu

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


     Modify /vp9/encoder/vp9_onyx_if.c



    Merged two similar functions to reduce duplication

    Function encode_rtc_frame_internal() and encode_frame_internal() only
    differed by a couple of speed features, this commit relocation those
    difference into the setup of speed features and merged two functions
    into one to remove duplication.

    It also fixed a subtle bug super_fast_rtc was used before it was
    initialized.

    Change-Id : I234a5a1d11a4450930e5b4943dbab434208d5030

  • ffmpeg : reduce frame rate for mpeg4 to be within the spec limits

    19 février 2014, par Michael Niedermayer
    ffmpeg : reduce frame rate for mpeg4 to be within the spec limits
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffmpeg.c
  • How to reduce the quality of H264 Video

    20 février 2014, par user3239282

    How to reduce the quality of H264 video using libx264 library, for transmission over internet.

    I want to reduce the quality, so that the frame size will become small and decreases the network latency while transferring over internet.