
Recherche avancée
Médias (1)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (53)
-
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (8687)
-
Revision 5e5da2e963 : Fix bug in calculating number of mbs with scaling. Correct calculation of numbe
20 novembre 2014, par Paul WilkinsChanged Paths :
Modify /vp9/encoder/vp9_firstpass.c
Fix bug in calculating number of mbs with scaling.Correct calculation of number of mbs in two pass code when
frame resizing is enabled. Always use initial number of mbs if
scaling is enabled, as this is what was used in the first pass.Change-Id : I49a4280ab5a8b1000efcc157a449a081cbb6d410
-
Revision 7788c62286 : Fix clang compiler warning in denoising_neon. Issue : https://code.google.com/p/
23 juillet 2014, par Marco PaniconiChanged Paths :
Modify /vp8/encoder/arm/neon/denoising_neon.c
Fix clang compiler warning in denoising_neon.Issue : https://code.google.com/p/webm/issues/detail?id=829
Change-Id : I580308f8aa4af194b5d8990a9692ebd18db68ee8
-
Discord.py bot randomly disconnects and reconnects while playing audio and being hosted on google cloud VM
15 avril 2021, par RadushI recently made a music bot in Python and I've hosted it from my computer for a while for testing.


When I run it on my computer it works flawlessly, however, when I run it from Google Cloud Compute Engine, I get random hiccups in which the bot leaves and rejoins the voice channel for a brief second every few minutes while playing audio. Sometimes it stops playing the audio entirely and sometimes it does its job like normal.


I tried upgrading the CPU and RAM of the VM. Current specs :


Machine type :
e2-standard-4 (4 vCPUs, 16 GB memory)


I'm running the script within "screen" so I don't have to interact with the VM in any way, so this may be an issue.