Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (71)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (6795)

  • Stream music via Airplay from RaspberryPi

    8 février 2016, par Frank

    For 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 Dunn

    How can I join together flac or wav 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 Lawson

    So 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 ?