Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (65)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

Sur d’autres sites (9046)

  • Revision 35e8072613 : Fix tile independency issue in sb8x8 Resolved the unit test failure on tile ind

    7 mai 2013, par Jingning Han

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


     Modify /vp9/encoder/vp9_bitstream.c



    Fix tile independency issue in sb8x8

    Resolved the unit test failure on tile independence when sb8x8
    enabled.

    Change-Id : I23ca86c88170e49ca160e8e897d913905e6080ce

  • Revision 8e1c97cf73 : Fix a unit test failure of sb8x8 on scaling ref Disable the use of scaled refer

    6 mai 2013, par Jingning Han

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



    Fix a unit test failure of sb8x8 on scaling ref

    Disable the use of scaled reference frame for motion search in
    SPLITMV mode. This fixes the unit test failure issue triggered
    when merging sb8x8 from experimental list.

    Change-Id : I02ac25fd8db8d5762f8fee29513b947189875fa0

  • X264 Decoder complete frame not come in one NAL Unit

    8 octobre 2013, par user894554

    I am using libX264 library for encoding purpose . After encoding data is in form of NAL Unit ()..... .This is same format( AVC) what I require but problem is one frame come in two Nal Unit ( One frame = (length,data) + (length,data) ) and i need ( One frame = (length,data) in single nal unit).While I am converting into file then play , it show first upper part of screen and then lower . My config parameter are below

    param.i_width = 1680//;
    param.i_height = 948;
    param.i_fps_num = some no;
    param.i_fps_den = 1;
    param.i_keyint_max = 1 ;
    param.rc.i_rc_method = //;
    param.rc.f_rf_constant = //;
    param.rc.f_rf_constant_max = //;
    param.rc.b_mb_tree = 1;
    param.rc.i_vbv_max_bitrate = ; // Convert to Kbps
    param.rc.i_vbv_buffer_size = param.rc.i_vbv_max_bitrate / param.i_fps_num;
    param.b_repeat_headers = 0;
    param.b_annexb = 0;