Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (18)

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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

Sur d’autres sites (4684)

  • Core : Error hidden but input error class not removed

    7 janvier 2016, par Arkni
    Core : Error hidden but input error class not removed
    

    When a field has one rule with option `depends` specified and this
    dependency mismatch, the plugin will remove it, so that field will not be
    validated on submit by the the rule in question. So if that field is
    already invalid, only the error message will be hidden and the error class
    will remain.

    This commit fixes this issue.

    Fixes #1632

  • ffmpeg auto dection portrait then do the necessary flip

    20 août 2021, par thevoipman

    Is it possible to have ffmpeg detect the video size, and if it's not landscape, have it do the rotate to 90 degress clockwise ? I have found an article here, but am not sure if it can detect this automatically or not : Rotating videos with FFmpeg

    


  • ffmpeg auto dection portrait then do the necessary flip

    5 août 2012, par thevoipman

    Is it possible to have ffmpeg detect the video size, and if it's not landscape, have it do the rotate to 90 degress clockwise ? I have found an article here, but am not sure if it can detect this automatically or not : Rotating videos with FFmpeg