Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (66)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

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

Sur d’autres sites (15130)

  • ffmpeg does not get installed on windows 32 bit

    13 octobre 2016, par Simer

    I have installed ffmpeg on windows 32 bit and I got following error when I try executing ffmpeg.exe therefore it is not installed and neither shows up in my localhost :

    the procedure entry point could not be located in the dynamic link
    library kernel32.dll

    Where as it get installed on 64 bit easily.
    I am downloading ffmpeg from -zeranoe. I have tried with static and shared builds.

  • Fix typos

    7 mars 2013, par jzaefferer
    m CONTRIBUTING.md
    m additional-methods.js
    m changelog.txt
    m demo/ajaxSubmit-integration-demo.html
    m demo/custom-messages-data-demo.html
    m demo/dynamic-totals.html
    m demo/index.html
    m demo/multipart/js/ui.core.js
    m jquery.validate.js
    m test/methods.js
    m test/rules.js
    m todo
    
    Fix typos
  • Can you pass variable values from video to ffmpeg ? [closed]

    22 octobre 2020, par John

    I am trying to convert a folder of videos to HEVC and they are all different bitrates. I was hoping to batch convert all the files in the folder with ffmpeg and take the existing bitrate and pass 60% of it to ffmpeg. So ffmpeg, convert this file, and whatever it's current bitrate is, multiply it by .60 and use that for the new files bitrate. This way it would be dynamic. Can this be done ? This would be in Windows.