Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (56)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

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

  • How to play an overlay video in loop using ffmpeg-python ?

    30 juillet 2021, par kup

    I want to play an overlay video in infinite loop until the video ends. I have tried the below command but this doesn't seem to work :

    


    video = video.overlay(overlay_file, x=0, y=0, eof_action='repeat')
(
    ffmpeg
    .output(video, "out.mkv")
    .run()
)


    


  • Safari 9.0 can not play mp4 video on the storage server

    3 août 2022, par Mehmet

    The following video link cannot be played with safari 9.0 (latest version). But older versions of safari, chrome and firefox can play.

    



    http://assets00.grou.ps/0F2E3C/wysiwyg_files/Videos/saksuka/20150928104628-lhmkkfbhnkiisbhht.mp4

    



    I can play with safari 9.0 when i download the video from the server to my computer.

    



    That's why I don't think this problem stems video encoding.

    



    I have done these settings ;

    



    mime.types
video/mp4   mp4 m4v
video/ogg   ogv
video/webm  webm

httpd.conf
AddType video/mp4 mp4 m4v
AddType video/ogg ogv
AddType video/webm webm

.htaccess
AddType video/mp4 mp4 m4v
AddType video/ogg ogv
AddType video/webm webm


    


  • Safari 9.0 can not play mp4 video on the storage server

    22 août 2016, par Mehmet

    The following video link cannot be played with safari 9.0 (latest version). But older versions of safari, chrome and firefox can play.

    http://assets00.grou.ps/0F2E3C/wysiwyg_files/Videos/saksuka/20150928104628-lhmkkfbhnkiisbhht.mp4

    I can play with safari 9.0 when i download the video from the server to my computer.

    That’s why I don’t think this problem stems video encoding.

    I have done these settings ;

    mime.types
    video/mp4   mp4 m4v
    video/ogg   ogv
    video/webm  webm

    httpd.conf
    AddType video/mp4 mp4 m4v
    AddType video/ogg ogv
    AddType video/webm webm

    .htaccess
    AddType video/mp4 mp4 m4v
    AddType video/ogg ogv
    AddType video/webm webm