
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (37)
-
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 (2300)
-
My discord.py music bot fails with "ffmpeg not found"
17 avril 2022, par ThatNoClueDudeI am using repl.it to host my Discord.py music bot
It fails with an error saying "ffmpeg is not found"
I used multiple ways to fix the error


npm install ffmpeg-static in shell is my first way how i tried to fix the problem, but it did not do anything.


Even if i do any way, repl.it will still give the error ffmpeg not found.
Can someone please tell any way to fix this issue ??


-
ffmpeg : not found (Conda Env + Gunicorn + Nginx)
4 juin 2023, par Mirwise KhanI have installed
ffmpeg
and can run it from command line. I have anaconda installed and get different result forwhich ffmpeg
command as follow :

- 

/usr/bin/ffmpeg
(base env)/root/anaconda3/envs/myenv/bin/ffmpeg
(myenv)






python app.py
- The app uses Flask. I've tested it on localhost it is working as expected.

Ran it with
gunicorn
still working locally.

When I deploy it using Nginx it doesn't work. It can't find
ffmpeg
. I get the errorgunicorn[23436]: /bin/sh: 1: ffmpeg: not found
.

My usage inside python file is as follows :

subprocess.call('/root/anaconda3/envs/myenv/bin/ffmpeg ...)
(I tried it withffmpeg
, full path and anaconda path - still to no success)

I doubt there is something about Nginx that I'm missing, does it need special configuration for executables. Server config is as follows :


server {
 listen 80;
 server_name x.x.x.x;

 location / {
 include proxy_params;
 proxy_pass http://unix:/home/myapp/myapp.sock;
 client_max_body_size 30M;
 }
}



I had installed
ffmpeg
withpip
but then I deleted it. It doesn't have anything to do with the error since I can run it locally without problems.

-
avcodec/dca : print error message when no frame is found in packet
13 mai 2016, par foo86