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 7e119e2946 : Fix the THR_MODES array used in vp9_pick_inter_mode Fix the alignment of entrie

    2 novembre 2014, par Jingning Han

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



    Fix the THR_MODES array used in vp9_pick_inter_mode

    Fix the alignment of entries fo intra prediction modes.

    Change-Id : Ie32ad87cf90694efd591a4b1cc29c916c4cd56f7

  • Revision e62ce79e1a : Remove deprecated use_lastframe_partitioning feature This speed feature has bee

    21 octobre 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h



    Remove deprecated use_lastframe_partitioning feature

    This speed feature has been deprecated in both yt and rtc coding
    modes. This commit removes the related operations.

    Change-Id : I079c79c6adafe45581af2ebf8b98faebcface1ce

  • Revision d62d804e64 : Speed up compound inter prediction mode check This commit allows the encoder to

    3 septembre 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_block.h


     Modify /vp9/encoder/vp9_context_tree.h


     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/vp9_rdopt.c



    Speed up compound inter prediction mode check

    This commit allows the encoder to store outcomes of single reference
    frame modes and compares them to decide if the inter prediction
    filter, forward transform, and quantization can be skipped.

    The compression performance of speed 3 is down
    derf -0.364%
    stdhd -0.198%

    For test sequences, the speed 3 runtime is reduced
    highway CIF 100 kbps, 51976 ms -> 45033 ms, 13% speed-up
    stockholm 720p 1000 kbps, 71826 ms -> 67838 ms, 5.5% speed-up
    pedestrian 1080p 2000 kbps, 154924 ms -> 150702 ms, 2.6% speed-up

    Change-Id : I5aa26f918d2b4b5197a2c0afa2779319f1c88e44