
Recherche avancée
Autres articles (39)
-
Participer à sa traduction
10 avril 2011Vous 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 (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (2797)
-
How do I allow my discord bot to stream audio ? (FFMPEG is not found)
8 avril 2022, par Sir Daniel FortesqueI got everything with
Youtube_DL
. The bot finds the music, adds it to the queue without problems and even logs in to the call but not play any sound , and now he needs to actually play the music.

I look at the positions and put him as Administrator and the bot has the audio permission in developer portal too.


This is my error code :


Traceback (most recent call last):
 File "C:\Python310\lib\site-packages\discord\ext\commands\bot.py", line 939, in invoke
 await ctx.command.invoke(ctx)
 File "C:\Python310\lib\site-packages\discord\ext\commands\core.py", line 863, in invoke
 await injected(*ctx.args, **ctx.kwargs)
 File "C:\Python310\lib\site-packages\discord\ext\commands\core.py", line 94, in wrapped
 raise CommandInvokeError(exc) from exc
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: ClientException: ffmpeg was not found.



-
DiscordJS error : FFmpeg/avconv not found ! showing up after installing it
16 mai 2020, par DataDeceI've been installed the FFmpeg extension using npm, and git also, and this following error still shows itself...



Successfully connected.
Error: FFmpeg/avconv not found!
 at Function.getInfo (D:\bot\node_modules\prism-media\src\core\FFmpeg.js:130:11)
 at Function.create (D:\bot\node_modules\prism-media\src\core\FFmpeg.js:143:38)
 at new FFmpeg (D:\bot\node_modules\prism-media\src\core\FFmpeg.js:44:27) at AudioPlayer.playUnknown (D:\bot\node_modules\discord.js\src\client\voice\player\BasePlayer.js:47:20)
 at VoiceConnection.play (D:\bot\node_modules\discord.js\src\client\voice\util\PlayInterface.js:71:28)
 at D:\bot\index.js:36:47




I don't know what to do also...
I'll be happy for help ;)


-
declaration of referenced constant is not found in built-in library and project files
2 août 2016, par Auguste LarrivéHello on the server I’m working on a directory named home.
In an other directory there’s the library ffmpeg.Now I’m trying to use ffmpeg in my "home" directory with php.
This is my code line :
<?php ffmpeg -f image2 -i image%d.jpg video.mpg ?>
I know
"<"
is missing. It is on my PHPstorm codeline.Unfortunately I can read an error which said declaration of referenced constant is not found in built-in library and project files about ffmpeg.
Does anyone now anything about this ?