
Recherche avancée
Autres articles (59)
-
Publier sur MédiaSpip
13 juin 2013Puis-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 -
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 (...) -
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 (...)
Sur d’autres sites (5543)
-
How do I use ffmpeg on linux for my discord music bot ?
7 mars 2023, par DioI made a discord music bot a while back for me and my friends to use(it is minimalistic), but I recently switched from windows to Linux. I was using FFMPEG for my bot(the .exe file was in the same folder as the code).
I'll leave the Github link to my bot down here :


https://github.com/Dorian1997/Discord-Bot


Now my question is, do I have an alternative to FFMPEG on Linux ? Or how exactly should I install FFMPEG for it to work right ? I already installed it from the terminal, yet it doesn't seem to work as the bot cannot play anything.
Thank you for your time !


-
How to i add a background music to a video in React Native ?
23 août 2023, par JamesHow do I add background music to a video in React Native ? using ffmpeg-kit ? https://github.com/arthenica/ffmpeg-kit/tree/main/react-native


I have a video in my project root folder, But the audio I want to add is a remote URL stored in the cloud music link is https://storage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4


Can anyone give me a basic example to do this in React Native ?


-
Flutter : Saved Audio Not Accessible in Music Player Apps
17 juillet 2024, par HusenI'm developing a Flutter app that generates MP3 audio files.
I can successfully save these files to the device storage. However, they're not showing up in any music player apps.
I'm using the
path_provider
package to get a suitable directory for saving the audio files.

How can I make the saved MP3 files discoverable by music player apps ?