Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (21)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

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

Sur d’autres sites (6511)

  • Revision a126b6ce7d : Change speed and rd features for formatting bars. Change speed features / behav

    24 juin 2015, par paulwilkins

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


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_firstpass.h


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_rdopt.h


     Modify /vp9/encoder/vp9_speed_features.c



    Change speed and rd features for formatting bars.

    Change speed features / behavior for split mode when there
    is an internal active edge (e.g. formatting bars).

    Remove some threshold constraints in rd code near the active
    edge of the image.

    Add some plumbing for left and right active edge detection.

    Patch set 5. Limit rd pass through for sub 8x8 to internal active edges.
    This takes away any speed penalty for most clips but keeps the enhanced
    edge coding for the more critical case of internal image edges

    Change-Id : If644e4762874de4fe9cbb0a66211953fa74c13a5

  • Revision 527f88316c : Nextgen branch cleanup : remove real-time speed features Removed inter_mode_mask

    14 juillet 2015, par Yunqing Wang

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


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h



    Nextgen branch cleanup : remove real-time speed features

    Removed inter_mode_mask and max_intra_bsize.

    Change-Id : I835d31f95af64a524b2fdb685d1d09a6b0ad5c9f

  • Revision 0fe589f21e : Fill buffer speed up Eliminates the byte by byte read from bool decoder, by re

    14 juillet 2015, par Jim Bankoski

    Changed Paths :
     Modify /vpx_dsp/bitreader.c


     Add /vpx_util/endian_inl.h


     Modify /vpx_util/vpx_util.mk



    Fill buffer speed up

    Eliminates the byte by byte read from bool decoder, by reading
    in a size_t and then shifting it into place.

    Change-Id : I0ed8c7b6f942847e79cc90105dc1d2b5b3deb0d6