
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (68)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP 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" (...)
Sur d’autres sites (12262)
-
Sending 2 streams to FFmpeg from nodejs
18 août 2019, par SylensI am trying to send 2 ReadableStreams to FFmpeg from nodejs. I have tried using fluent-ffmpeg library to do this, but it only supports sending one stream for processing. Check here
My problem is :
I have 2 incoming mono audio streams, I want to send them to ffmpeg to create a stereo stream, which I will then send to google’s speech to text service, to generate a transcription.I am successfully receiving both the mono streams to the nodejs server.
How to utilize FFmpeg to merge them in realtime is still unclear, I could spawn a FFmpeg child process, but I’m not sure how to give 2 ReadableStreams as inputs and get the output as another stream ? FFmpeg supports multiple input streams.I can merge the 2 mono streams if they are in two separate files with this code.
const { spawn } = childProcess;
const ffmpeg = spawn('ffmpeg', [
'-i', this.phoneAudioFile,
'-i', this.micAudioFile,
'-filter_complex', '[0:a][1:a]amerge=inputs=2[a]',
'-map', '[a]',
this.outputLosslessFile,
]);How can I acheive the same using 2 streams instead of 2 files ?
EDIT
- The incoming streams both have PCM audio data.
- This entire process runs on a linux Ubuntu server.
- The final output must be a wav file.
-
Anomalie #3407 : La colonne "extension" est vide concernant certaine url distante
12 mars 2015, par Franck DalotJe viens de découvrir un truc qui aidera peut-être.
Comme je disais, les 2 docs, avec les adresses youtube ne sont pas visible ici :
.../ecrire/ ?exec=documents
Par contre, ils sont visible (mais sans l’extension) lorsque l’on fait la création d’un article et que l’on clique sur "parcourir" depuis la médiathèque. -
Anomalie #3051 : Perte de config des documents lors de màj 2.1.23 vers 3.0.11
17 octobre 2013, par b bBon, on peut fermer ce ticket maintenant non ? Étant donné qu’il y a déjà #3015 à propos de l’activation des docs sur les articles par défaut.