Recherche avancée

Médias (91)

Autres articles (23)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

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

  • Revision e68c8dcfd2 : Substantial restructuring of AQ mode 2. The restructure moves the decision into

    27 novembre 2014, par Paul Wilkins

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


     Modify /vp9/encoder/vp9_aq_complexity.h


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h



    Substantial restructuring of AQ mode 2.

    The restructure moves the decision into the rd pick
    modes loop and makes a decision based at the 16x16
    block level instead of only the 64x64 level.

    This gives finer granularity and better visual results
    on the clips I have tested. Metrics results are worse
    than the old AQ2 especially for PSNR and this mode
    now falls between AQ0 and AQ1 in terms of visual
    impact and metrics results.

    Further tuning of this to follow.

    It should be noted that if there are multiple iterations
    of the recode loop the segment for a MB could change
    in each loop if the previous loop causes a change in the
    complexity / variance bin of the block. Also where a block
    gets a delta Q this will alter the rd multiplier for this block
    in subsequent recode iterations and frames where the
    segmentation is applied.

    Change-Id : I20256c125daa14734c16f7cc9aefab656ab808f7

  • doc/filters : Add ascii graphics to clarify what the currently implemented tinterlace...

    2 décembre 2014, par Michael Niedermayer
    doc/filters : Add ascii graphics to clarify what the currently implemented tinterlace modes do
    

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

    • [DH] doc/filters.texi
  • Revision d97fd3eef6 : Non transform coding experiment Non-transform option is enabled in both intra a

    12 novembre 2014, par hui su

    Changed Paths :
     Modify /configure


     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_idct.c


     Modify /vp9/common/vp9_idct.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_dct.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_rdopt.c



    Non transform coding experiment

    Non-transform option is enabled in both intra and inter modes.
    In lossless case, the average coding gain on screen content
    clips is 11.3% in my test.

    Change-Id : I2e8de515fb39e74c61bb86ce0f682d5f79e15188