Recherche avancée

Médias (91)

Autres articles (112)

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

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (9614)

  • Anomalie #3407 : La colonne "extension" est vide concernant certaine url distante

    27 mars 2015, par Franck Dalot

    Négatif, Maïeul, aucun changement en SPIP 3.1.0-alpha [21961] :-(
    Les deux première ne fonctionnent toujours pas (firefox 36.0.4 et windows 8.1)
    https://www.youtube.com/watch?v=_h1N8MDaVXA
    https://youtu.be/_h1N8MDaVXA
    Et en ajoutant cette adresse dans la médiathèque, cela fonctionne toujours normalement
    http://contrib.spip.net

    Par contre, la médiathèque utilise la version 2.15.1 de mediaelement,
    http://zone.spip.org/trac/spip-zone/browser/_core_/plugins/medias/lib/mejs/mediaelement.js
    La dernière dispo est la 2.16.4
    https://github.com/johndyer/mediaelement/blob/master/changelog.md
    Possible qu’il faudrait faire la mise à jour de la lib également, car même s’il y a résolution de ce bug, il semble que la 2.16.3 en corrige un autre qui concerne youtube et les smartphone sous ios et android

  • How to remove ffmpeg artifacts in the output timelapse video ?

    14 avril 2020, par Anthony Kong

    I used a number of jpeg files to create a timelapse video with ffmpeg. Individually they are visually ok.

    



    These source images are captured by a mirrorless DSL camera in JPEG format.

    



    If I upload the timelapsevideo to youtube, the video is clear and without any artifact : https://www.youtube.com/watch?v=Qs-1ahCrb0Y

    



    However if I play the video file locally on MacOS in Photo or Quicktime apps or in iOS, there are artifacts in the video. Here are some of the examples :

    



    1.

    



    enter image description here

    



    2.

    



    enter image description here

    



    This is the ffmpeg command I used to generate the video :

    



    ffmpeg -framerate 30 -pattern_type glob  -i  "DSCF*.JPG" -pix_fmt yuv420p -profile baseline  output.mp4


    



    What additional parameter I can use to remove those artifacts ?

    



    Edit :

    



      

    1. File info
    2. 


    



    enter image description here

    



      

    1. The video plays without issue in VLC.
    2. 


    


  • Anomalie #3647 : #INTRODUCTION

    11 janvier 2016, par Ivan Lewkowitz

    Hello Franck, désolé, voici plus de détails :

    Il s’agit d’un Spip 3.0.21 mis à jour en 3.1 via Spip_loader.
    J’ai suivi les indications de maj. Les plugins sont compatibles (couteau suisse).
    Base de données : MySQL (exportée du site online via l’admin de Spip et réimportée en local, toujours via l’admin Spip, même version évidemment). Le fichier se termine en .sqlite (et non .dump ou autre).
    Le codage de la base est tout en utf-8, idem pour le site lui-même.

    Online, le site est en Spip 3.1 et Php 5.2 (module Apache) alors que dans Mamp, c’est Php 5.6.10 qui tourne (ou Php 7 au choix). Quand on passe d’une version à l’autre de Php en local, la première balise #INTRODUCTION est ignorée (le DIV accueillant l’intro est vide au lieu d’afficher un paragraphe).
    Ça c’est pour l’intro dans une boucle ARTICLES.


    [(#INTRODUCTION800|liens_ouvrants|propre)]

    Mais bizarrement, j’appelle aussi l’intro en survol sur des titres d’articles plus loin, et ça fonctionne sans problème :

    Donc… mystère. Donc pour résumer ma première balise intro ne saute qu’en local et avec Php 7 (donc rien de dramatique). J’ai pas essayé d’activer Php 7 chez mon hébergeur ; c’est proposé en beta encore.
    A ta dispo.