
Recherche avancée
Autres articles (102)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 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 (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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 ;
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (9399)
-
Anomalie #2235 (Fermé) : Ajout de logo : ça déborde
19 août 2011, par Johan PustochLe formulaire d’ajout de logo déborde avec firefox (v6 sous debian). Cf. Capture. Pas de souci avec chromium ou opera. Ligne 23 dans prive/formulaires/editer_logo.html Ok chez moi : sinon9 à la place de sinon15
-
How to detect if a video file contain human voice using ffmpeg ? [on hold]
26 octobre 2016, par Nicolas TalichetI have some video files and I need to detect if they contain human voice. I don’t want remove the voice or other.
I just need a command line who return a boolean to say if I have human voice into my video files.Someone have an idea how to do it ?
-
I'd like to make my discord bot join voice chat every hour
27 juin 2021, par dsboost dsboosti'd like to make join a voice chat every hour and play an mp3 file,with discord.py


@client.command()
 async def join(ctx):
 channel = ctx.author.voice.channel
 voice = await channel.connect()
 source = FFmpegPCMAudio('sound.mp3')
 player = voice.play(source)