Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (60)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

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

Sur d’autres sites (5657)

  • Revision d1b30ceaa3 : Rename vpx_thread to vpx_util Change the dir name to include more util tools.

    2 juillet 2015, par Jingning Han

    Changed Paths :
     Modify /libs.mk


     Modify /test/vp9_thread_test.cc


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/common/vp9_thread_common.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decoder.c


     Modify /vp9/decoder/vp9_decoder.h


     Modify /vp9/decoder/vp9_dthread.h


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/vp9_dx_iface.c


     Delete /vpx_thread/vpx_thread.c


     Delete /vpx_thread/vpx_thread.h


     Delete /vpx_thread/vpx_thread.mk


     Add /vpx_util/vpx_thread.c
    (from /vpx_thread/vpx_thread.c
    :8565a1c99a18d29a72fb716ad64614dc8e92499f)
     Add /vpx_util/vpx_thread.h
    (from /vpx_thread/vpx_thread.h
    :8565a1c99a18d29a72fb716ad64614dc8e92499f)
     Add /vpx_util/vpx_util.mk
    (from /vpx_thread/vpx_thread.mk
    :8565a1c99a18d29a72fb716ad64614dc8e92499f)

    Rename vpx_thread to vpx_util

    Change the dir name to include more util tools.

    Change-Id : Id5b16062803ce5eed872fe2edb36d7e56b32eed8

  • How can I convert bytearray of an image to RTMP live streaming using FFmpeg or other tools ?

    5 avril 2017, par Silence Wang

    I have a stream from a source, that give me byte array for each frame,I konw how to convert jpeg files to rtmp by using ffmpeg, but I don’t know how to use ffmpeg to convert byte array to rtmp streaming.
    BTW, I use java.
    Thanks.

  • Are there any tools for discarding excess data from MPEG4/AVC streams ?

    5 avril 2017, par Bob Hannent

    I’m working with MPEG4 streams which are various bitrates but sometimes they exceed the capacity of the network. Has anyone seen a processor/library which can discard entropy information or coefficients to reduce the size of an MPEG4 stream without a transcode ?