Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (57)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

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

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

Sur d’autres sites (11414)

  • avformat/hls : do not call ffurl_seek/ffurl_size on crypto protocol

    10 avril 2014, par Anssi Hannula
    avformat/hls : do not call ffurl_seek/ffurl_size on crypto protocol
    

    ffurl_seek() will not work even when it should be a no-op, so do not
    call it on crypto protocol.

    Also replace use of ffurl_size() for the same reason.

    Reported-by : Michael Schenk <Michael.Schenk@albistechnologies.com>
    Signed-off-by : Anssi Hannula <anssi.hannula@iki.fi>

    • [DH] libavformat/hls.c
  • dcadec : Delete redundant init_get_bits call

    14 avril 2014, par Niels Möller
    dcadec : Delete redundant init_get_bits call
    

    No initialization is needed in dca_decode_frame, because the next
    thing it does is calling dca_parse_frame_header, which takes care of
    the needed initialization.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavcodec/dcadec.c
  • avformat/img2enc : remove av_dup_packet() call

    26 septembre 2017, par James Almer
    avformat/img2enc : remove av_dup_packet() call
    

    It's unnecessary after a call to av_packet_ref().

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/img2enc.c