Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (102)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

  • ANNEXE : Les extensions, plugins SPIP des canaux

    11 février 2010, par

    Un plugin est un ajout fonctionnel au noyau principal de SPIP. MediaSPIP consiste en un choix délibéré de plugins existant ou pas auparavant dans la communauté SPIP, qui ont pour certains nécessité soit leur création de A à Z, soit des ajouts de fonctionnalités.
    Les extensions que MediaSPIP nécessite pour fonctionner
    Depuis la version 2.1.0, SPIP permet d’ajouter des plugins dans le répertoire extensions/.
    Les "extensions" ne sont ni plus ni moins que des plugins dont la particularité est qu’ils se (...)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

Sur d’autres sites (9540)

  • Recognize start of piano music in an MP3 file which starts with a spoken introduction, and remove spoken part, using Python

    22 août 2020, par user3716846

    I have a number of .mp3 files which all start with a short voice introduction followed by piano music. I would like to remove the voice part and just be left with the piano part, preferably using a Python script. The voice part is of variable length, ie I cannot use ffmpeg to remove a fixed number of seconds from the start of each file.
Is there a way of detecting the start of the piano part and then know how many seconds to remove using ffmpeg or even using Python itself ?.
Thank you

    


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