Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (35)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • MediaSPIP Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

Sur d’autres sites (8226)

  • Bring back support for CommonJS

    19 juin 2018, par bbc2
    Bring back support for CommonJS
    

    Browserify, which follows CommonJS module conventions, parses the AST
    for `require` calls to determine the dependencies of a project.

    jQuery File Upload used to support this ; it was removed in
    e2cda462610c776a1f7856692c98b1baab02231a when a new version of
    jquery.ui.widget.js was vendored.

  • lavc/h263dec : Remove a variable declaration that can lead to a warning.

    12 juillet 2018, par Carl Eugen Hoyos
    lavc/h263dec : Remove a variable declaration that can lead to a warning.
    
    • [DH] libavcodec/h263dec.c
  • avutil/internal.h : add timer.h back

    26 janvier 2014, par Michael Niedermayer
    avutil/internal.h : add timer.h back
    

    Without this a developer would have to add a include every time he
    wants to benchmark some code, this is a moderate inconvenience.

    This reverts the specific hunk from fb0c9d41d685abb58575c5482ca33b8cd457c5ec

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/internal.h