Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

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

Autres articles (52)

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (6612)

  • Prevent stack overflow on IE7/IE8 by avoiding the this reference in the _forceReflow method. Fixes #1349.

    1er juin 2012, par Sebastian Tschan

    m js/jquery.fileupload-ui.js Prevent stack overflow on IE7/IE8 by avoiding the this reference in the _forceReflow method. Fixes #1349.

  • Anomalie #4806 (Nouveau) : Si 2 objets ont même titre et même id, collision en url propre

    1er juin 2021

    Bonjour,

    Je viens d’avoir le cas d’un événement et d’un article ayant exactement le même titre et le même id (et en plus, l’événement était rattaché à l’article en question).

    SPIP configuré via mes_options.php en url_propre2.

    URL demandée : celle de l’article.
    Résultat obtenu : la page de l’événement .

    Pourquoi : parce que les 2 url propres étaient identiques.

    Contournement trouvé : changer le titre de l’événement.

    Piste de correction : les 2 urls se terminaient par "-456.html"
    Pour les différencier : rajouter aux url des objets autres qu’article le type de l’objet devant le numéro

    Ce qui aurait donné dans mon cas :

    • url_identique-456.html
    • url_identique-evt456.html
  • HTTP live streaming from android device to amazon web server S3

    25 juin 2014, par jawad bin zafar

    I want to stream a video being capture by an android device to an amazon S3 server. Is it possible only in java or I have to use JNI and FFMPEG. Any sample code or online tutorial/Link. Help plz.