Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (31)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

  • 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