Recherche avancée

Médias (91)

Autres articles (37)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (6549)

  • Revision 30974 : pour la compatibilité avec Z, il faut que le plugin Menus passe après !

    17 août 2009, par vincent@… — Log

    pour la compatibilité avec Z, il faut que le plugin Menus passe après !

  • Range input breaks ffmpeg when seeking in Chromium

    14 janvier, par Tania Rascia

    I'm getting the following error erratically when I seek with the range input in a React app, which renders the input unusable until refresh :

    


    PIPELINE_ERROR_READ: FFmpegDemuxer: demuxer seek failed

    


    The only occurrence of this error I can find online is in the Chromium source code. <— linked file goes directly to the line where the error exists.

    &#xA;

    I can't replicate the error in Firefox.

    &#xA;

    &#xA;

    &#xA;

    Nothing out of the ordinary is going on with the input.

    &#xA;

    const handleScrub = (event) => {&#xA;  const newTime = event.target.valueAsNumber&#xA;&#xA;  setProgress(newTime)&#xA;  audioRef.current.currentTime = newTime&#xA;}&#xA;

    &#xA;

    It happens if you click around really fast on the range. Here is an example of the source code, but the error doesn't happen with an .ogg file, only a signed .flac file.

    &#xA;

  • How to concatenate videos until a certain video length is reached FFMPEG [on hold]

    9 avril 2017, par Please Help

    I have some videos that I need to concatenate, but only until the video length has reached 10 minutes. How do I do this.