
Recherche avancée
Autres articles (34)
-
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...) -
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (7914)
-
Stream music via Airplay from RaspberryPi
8 février 2016, par FrankFor my home automation project on my RaspberryPi with Raspbian, I am looking for a way to stream music from the Raspberry to Airplay devices such as an AppleTv.
I have found different ideas how to achieve this, however I need help to overcome the last obstacles.
I have found Node Airtunes where the example file play_ffmpeg.js works very well for me. https://github.com/lperrin/node_airtunes However this works only for a single mp3, I want to stream all sound from my raspberry.
How can I capture all sound by my raspberry and then send it via such a jscript to my Airplay device (e.g. AppleTV) ? One idea to capture all sound was via ffmpeg, another via gstreamer. Then send this sound via a similar jscript script like play_ffmpeg.js to the Airplay devices.
Any hints are very well appreciated.
P.S. I have found Airtunes_Hub which has a similar concept to what I am looking for. However this script just listens to sound output from mopidy plus somehow it doesn’t work for my AppleTV, but for other Airplay devices. The play_ffmpeg.js from further up works perfectly though which is puzzling for me.
https://github.com/kkckkc/airtunes_hub
I have furthermore checked out Pulseaudio-raop2 but this doesn’t work for me.
-
How to create music video using ffmpeg ?
17 juin 2020, par Pierre DunnHow can I join together
flac
orwav
file with a cover image (not only as a thumbnail, but also as a static image for all video duration) ?


How to achieve the best audio quality ? Should I use 48 kHz or 44.1 kHz frequencies for my audio ?



Should I tag my audio files before converting them to WebM ?


-
How to add bass boost to Discord.py Music Bot
28 mai 2020, par Joshua LawsonSo I have a Discord Bot that I use for a server with me and my friends. I have loads of custom commands that I have made, and i added the music feature just because. I use the code from this link. Link to Code
Could anyone help me to add Bass Boost and other equalizer options to this ?