Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (50)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (10621)

  • Revision 0daadeb60c : Enable motion field based mode seach skip This commit allows the encoder to che

    12 août 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h



    Enable motion field based mode seach skip

    This commit allows the encoder to check the above and left neighbor
    blocks’ reference frames and motion vectors. If they are all
    consistent, skip checking the NEARMV and ZEROMV modes. This is
    enabled in speed 3. The coding performance is improved :

    pedestrian area 1080p at 2000 kbps,
    from 74773 b/f, 41.101 dB, 198064 ms
    to 74795 b/f, 41.099 dB, 193078 ms

    park joy 1080p at 15000 kbps,
    from 290727 b/f, 30.640 dB, 609113 ms
    to 290558 b/f, 30.630 dB, 592815 ms

    Overall compression performance of speed 3 is changed
    derf -0.171%
    stdhd -0.168%

    Change-Id : I8d47dd543a5f90d7a1c583f74035b926b6704b95

  • Revision 4f2f86725b : Use the chessboard pattern pred search in newmv mode This commit extends the ch

    23 juillet 2014, par Jingning Han

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



    Use the chessboard pattern pred search in newmv mode

    This commit extends the chessboard pattern prediction filter search.
    If the above and left blocks have the same prediction filter type,
    the encoder will skip the prediction filter type search and use the
    reference one.

    The overall chessboard pattern prediction filter type search reduces
    speed 3 runtime for hard clips. Experiments on park joy at 1080p
    and 15000 kbps show that the runtime goes from 723265 ms to 65832 ms,
    i.e., about 10% speed-up. Compression performance wise, it affects
    the coding quality by

    Change-Id : I880975497c7ad166532e9eea9bf46684d77ff327
    derf : -0.326%
    yt : -0.257%
    hd : -0.241%
    stdhd : -0.417%

  • lavc/bmp : Avoid a heap buffer overwrite for 1bpp input.

    26 mars 2019, par Carl Eugen Hoyos
    lavc/bmp : Avoid a heap buffer overwrite for 1bpp input.
    

    Found by Mingi Cho, Seoyoung Kim, and Taekyoung Kwon
    of the Information Security Lab, Yonsei University.

    • [DH] libavcodec/bmp.c