Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (24)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (4313)

  • Revision 32c4fdec78 : Experimental change to speed 1 settings. Allow tx search for ARF and GF helps q

    21 mars 2014, par Paul Wilkins

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



    Experimental change to speed 1 settings.

    Allow tx search for ARF and GF helps quality but a little slower.
    Setting subpel_iters_per_step to 1 improves encode speed.
    Setting sf->mode_skip_start = 10 improves speed.

    Initial local results suggest overall impact on quality is neutral
    but encode is up to 15% faster.

    Change-Id : Ibde02cae6626a44c10a1da0cefe888afbb51f037

  • Revision 01148d4548 : Further speed trade off adjustments. Small speed gain for speed 1. Quality is

    24 mars 2014, par Paul Wilkins

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



    Further speed trade off adjustments.

    Small speed gain for speed 1.

    Quality is generally a little up for speed 2.

    Speed 3 was similar to speed 4 but now positioned more
    evenly between 2 and 4 speed and quality wise.
    (opsnr +5.6% ssim +8.25% across all sets)

    Speed 4 is a little slower than before but sizable quality gains.
    (opsnr +3.7% ssim +6.8% across all sets)

    The code has been cleaned up a bit so that for each incremental
    speed step changes over the previous speed step are applied.
    This makes it easier to see what is changing from one setting to
    the next.

    Change-Id : I2d98d0d6230af23486adaec01908f58942a7cdeb

  • Revision 800b5718e8 : Merge "Experimental change to speed 1 settings."

    28 mars 2014, par Paul Wilkins

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



    Merge "Experimental change to speed 1 settings."