Recherche avancée

Médias (91)

Autres articles (51)

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

  • 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

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

  • Revision 944ad6cac9 : Add vp9_int_pro_row_neon. BUG=https://code.google.com/p/webm/issues/detail?id=1

    16 juin 2015, par Frank Galligan

    Changed Paths :
     Modify /test/vp9_avg_test.cc


     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/encoder/arm/neon/vp9_avg_neon.c



    Add vp9_int_pro_row_neon.

    BUG=https://code.google.com/p/webm/issues/detail?id=1022

    Change-Id : I510c3b0a70158fa2e4da554f7c5d7558021a6ddf

  • Revision 1c39998e39 : Add vp9_int_pro_col_neon. BUG=https://code.google.com/p/webm/issues/detail?id=1

    15 juillet 2015, par Frank Galligan

    Changed Paths :
     Modify /test/vp9_avg_test.cc


     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/encoder/arm/neon/vp9_avg_neon.c



    Add vp9_int_pro_col_neon.

    BUG=https://code.google.com/p/webm/issues/detail?id=1023

    Change-Id : I212a1d67b23ce3b5ce08800de369b25b9e375e7d

  • http/https for ffmpeg in android

    1er mars 2015, par trololo

    Can somebody explain how to build ffmpeg with http?
    I’m using flags --enabled-protocols --enabled-protocol=http --enabled-protocol=https --list-protocols
    while compiling i see http as protocol but the resultant ffmpeg

    03-01 22:12:35.221: D/APlay(3657): Supported file protocols:
    03-01 22:12:35.221: D/APlay(3657): Input:
    03-01 22:12:35.221: D/APlay(3657): cache
    03-01 22:12:35.221: D/APlay(3657): concat
    03-01 22:12:35.221: D/APlay(3657): crypto
    03-01 22:12:35.221: D/APlay(3657): data
    03-01 22:12:35.221: D/APlay(3657): file
    03-01 22:12:35.221: D/APlay(3657): hls
    03-01 22:12:35.221: D/APlay(3657): pipe
    03-01 22:12:35.221: D/APlay(3657): subfile
    03-01 22:12:35.221: D/APlay(3657): rtmp
    03-01 22:12:35.221: D/APlay(3657): rtmpe
    03-01 22:12:35.221: D/APlay(3657): rtmps
    03-01 22:12:35.221: D/APlay(3657): rtmpt
    03-01 22:12:35.221: D/APlay(3657): rtmpte
    03-01 22:12:35.221: D/APlay(3657): Output:
    03-01 22:12:35.221: D/APlay(3657): file
    03-01 22:12:35.221: D/APlay(3657): md5
    03-01 22:12:35.221: D/APlay(3657): pipe
    03-01 22:12:35.221: D/APlay(3657): rtmp
    03-01 22:12:35.221: D/APlay(3657): rtmpe
    03-01 22:12:35.221: D/APlay(3657): rtmps
    03-01 22:12:35.221: D/APlay(3657): rtmpt
    03-01 22:12:35.221: D/APlay(3657): rtmpte

    What I’m doing wrong ???