Recherche avancée

Médias (0)

Mot : - Tags -/gis

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

Autres articles (42)

  • MediaSPIP Init et Diogène : types de publications de MediaSPIP

    11 novembre 2010, par

    À l’installation d’un site MediaSPIP, le plugin MediaSPIP Init réalise certaines opérations dont la principale consiste à créer quatre rubriques principales dans le site et de créer cinq templates de formulaire pour Diogène.
    Ces quatre rubriques principales (aussi appelées secteurs) sont : Medias ; Sites ; Editos ; Actualités ;
    Pour chacune de ces rubriques est créé un template de formulaire spécifique éponyme. Pour la rubrique "Medias" un second template "catégorie" est créé permettant d’ajouter (...)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

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

Sur d’autres sites (8103)

  • Revision 49866baae6 : Early termination after partition NONE is done in RD. This patch allows the enc

    30 juillet 2014, par Pengchong Jin

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



    Early termination after partition NONE is done in RD.

    This patch allows the encoder to skip the search for partition
    SPLIT, HORZ, VERT after the search for partition NONE is done
    in RD optimization. It uses the first pass block-wise statistics
    to make the decision. If all 16x16 blocks in the current partition
    have zero motions and small residues from the frist pass statistics,
    and it has small difference variance, further partition search is
    skipped.

    For speed 2 setting, experiments on general youtube clips show that
    the speedup varies from 1% - 10%, 5% on average. On the performance
    side in PSNR, derf 0.004%, yt -0.059%, hd -0.106%, stdhd 0.032%.

    For hard stdhd clips :
    park_joy_1080p, 502952 ms -> 503307 ms (-0.07%)
    pedestrian_area_1080p, 227049 ms -> 220531 ms (+3%)

    This feature is under the compilation flag CONFIG_FP_MB_STATS and
    it is off in current setting.

    Change-Id : I554537e9242178263b65ebe14a04f9c221b58bae

  • Revision b3b7645a2f : vp9_dthread : remove frame_parallel_decoding_mode requirement This patch continu

    31 janvier 2015, par Yunqing Wang

    Changed Paths :
     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decoder.h



    vp9_dthread : remove frame_parallel_decoding_mode requirement

    This patch continues the work to remove frame_parallel_decoding_mode
    requirement in VP9 multi-threaded tile decoder. In order to do that,
    the frame counts associated to each thread need to be accumulated
    together after the frame is decoded.

    Change-Id : Idba1a756cedfed3c154aef52ed82c8da3bbf9e0c

  • Revision cc7fac39d5 : Enable use_x86inc for 32bit pic enabled Darwin target The previous patch "Fix i

    29 janvier 2015, par Yunqing Wang

    Changed Paths :
     Modify /build/make/configure.sh



    Enable use_x86inc for 32bit pic enabled Darwin target

    The previous patch "Fix issues in 32bit PIC enabled build" fixed
    the x86inc.asm for macho32. Now we can enable use_x86inc while
    building libvpx for 32bit pic enabled Darwin target, which makes
    the encoder a lot faster(>2X) in this case by turning on the
    existing optimizations.

    Change-Id : I5f5c7add428d73f50c935c48d0a70aed2b1eb7af