Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (38)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (6154)

  • Error Installing ffmpeg-binaries 4.0.0 in Heroku Build

    30 juillet 2020, par Confused Cyclonine

    I have been writing a Discord.js bot that uses the ffmpeg-binaries 4.0.0 to play sounds in voice channels. I have been able to run my bot locally through the node.js terminal, but when I tried to deploy it using Heroku, I got this error :

    


           Error: Cannot find module &#x27;/tmp/build_8393acf9_/node_modules/lzma-native/binding-v3.0.8-node-v64-linux-x64/lzma_native.node&#x27;&#xA;           at Function.Module._resolveFilename (internal/modules/cjs/loader.js:580:15)&#xA;           at Function.Module._load (internal/modules/cjs/loader.js:506:25)&#xA;           at Module.require (internal/modules/cjs/loader.js:636:17)&#xA;           at require (internal/modules/cjs/helpers.js:20:18)&#xA;           at /tmp/build_8393acf9_/node_modules/lzma-native/index.js:13:14&#xA;           at Object.<anonymous> (/tmp/build_8393acf9_/node_modules/lzma-native/index.js:597:3)&#xA;           at Module._compile (internal/modules/cjs/loader.js:688:30)&#xA;           at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10)&#xA;           at Module.load (internal/modules/cjs/loader.js:598:32)&#xA;           at tryModuleLoad (internal/modules/cjs/loader.js:537:12)&#xA;       npm ERR! code ELIFECYCLE&#xA;       npm ERR! errno 1&#xA;       npm ERR! ffmpeg-binaries@4.0.0 install: `node install`&#xA;       npm ERR! Exit status 1&#xA;       npm ERR! &#xA;       npm ERR! Failed at the ffmpeg-binaries@4.0.0 install script.&#xA;       npm ERR! This is probably not a problem with npm. There is likely additional logging output above.&#xA;</anonymous>

    &#xA;

    I have tried to install and reinstall the ffmpeg-binaries but it doesn't seem to help.

    &#xA;

    Can someone please tell me how to fix this ? Thank you !

    &#xA;

  • Merge commit ’33237123c83bf4f8345e6ac889ad2e7dbd303d0e’

    10 août 2013, par Michael Niedermayer
    Merge commit ’33237123c83bf4f8345e6ac889ad2e7dbd303d0e’
    

    * commit ’33237123c83bf4f8345e6ac889ad2e7dbd303d0e’ :
    libavutil : Enable the MSVC DLL symbol loading workaround in shared builds as well

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/internal.h
  • lavfi : remove AVFilterPad.poll_frame().

    2 décembre 2019, par Nicolas George
    lavfi : remove AVFilterPad.poll_frame().
    

    This design is no longer used and was replaced a long time ago.

    • [DH] libavfilter/internal.h