Recherche avancée

Médias (91)

Autres articles (28)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • How do I make my Discord Bot play mp3 files, while in a voice Channel ? (FFMPEG problem)

    27 mars 2019, par João Pimenta

    I’m trying to make a bot that joins the voice channel, plays a mp3 file from my computer, and leaves the channel afterwards.

    It "does" work, joins, leaves, but it doesn’t plays any sound, sometimes it produces static-like noises though, which made me think it is a FFMPEG problem.

    I’m on a ubuntu 16.04.

    I have tried changing the way I show the function what the path is for my .mp3 file. I came to the conclusion that ('/home/user/djsBot/01.mp3'); is the correct way to do it (the documentation asks for an absolute path), because I thought it wasn’t able to locate my file.

    I have also tried uninstalling and installing ffmpeg-binaries, same for node-opus, both of which give me moderate vulnerability reports (not sure what this means) and tell to run npm audit fix.

    I’m somewhat new to ubuntu, and a complete beginner on JS and Node.JS, so any tips or clarification are welcome. :)

    client.on('message', (msg) => {
     if (msg.content === '1') { // user types '1' to play a sound
       if (msg.member.voiceChannel) {
         msg.member.voiceChannel.join() // bot joins user's channel
         .then(connection => {
             const dispatcher = connection.playFile('/home/user/djsBot/01.mp3');
             dispatcher.on("end", end => {
               msg.member.voiceChannel.leave();
             });
         }).catch(err => {
             console.log(err);
           });
       }
       else {
         msg.channel.send(`You must be in a Voice Channel for me to talk to you, ${msg.author.username}!`);
       }
     }
    });
  • Revision 7194da2167 : Merge "Fixing display size setting problem."

    24 août 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/decoder/vp9_decodframe.c



    Merge "Fixing display size setting problem."

  • When I used ffmpeg, this problem occurred. I installed ffmpeg —enable-openssl, I don't know why

    6 septembre 2022, par user16592167

    enter image description here

    


    When I used ffmpeg, this problem occurred. I installed ffmpeg —enable-openssl, I don't know why