Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (77)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

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

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

Sur d’autres sites (8932)

  • Only hide the start button if the submit method returns a jqXHR object.

    27 octobre 2011, par Sebastian Tschan

    m jquery.fileupload-ui.js Only hide the start button if the submit method returns a jqXHR object.

  • avutil/random_seed : Avoid dead returns

    20 mai 2024, par Michael Niedermayer
    avutil/random_seed : Avoid dead returns
    

    Fixes : CID1538296 Structurally dead code

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavutil/random_seed.c
  • FFmpeg : Get volume of frame or short timespan

    21 septembre 2014, par Qaz

    I want to make a program that automatically deletes frames from an mp4 when the volume for those frames is below a given threshold. How can I get the volume of each frame ? Or, alternatively, the volume for time t in the video ? Or for timespan dt ?
    (I’m not committed to FFmpeg yet, or even to the mp4 format, so feel free to suggest alternatives.)