
Recherche avancée
Médias (1)
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
Autres articles (45)
-
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 -
Déploiements possibles
31 janvier 2010, parDeux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
Version mono serveur
La version mono serveur consiste à n’utiliser qu’une (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (13162)
-
ffmpeg rtmp publish error Broken pipe
22 juin 2017, par Forrest YuI use ffmpeg push RTMP stream. it was successful that the server is locally,
but when the server is not locally ,it is wrong. The mistake is Broken pipe.
av_interleaved_write_frame() —> ffmpeg error : Broken pipe.
Could anyone tell me why ? tks. -
What's "ffplay -fflags nobuffer" mean ? [on hold]
17 août 2015, par Jerikc XIONGI use the ffmpeg to push video and audio streaming to my media server. And use the ffplay to play the streaming. I found "ffplay -fflags nobuffer" can reduce latency.
Is there anybody can help explain the "ffplay -fflags nobuffer" ? I want to know the nobuffer belongs to which layer.
Thanks.
-
FFMPEG C audio noise reduction with SoX
13 octobre 2015, par Nghĩa Trương ThanhI write a program use FFmpeg library to record audio from input device and push it to live streaming server. But actually I have a lot of background noise in my audio stream(fan, wind, machine).
I see that SoX has noiseprof to get noise profile and noisered to remove noise. Can I implement a real-time noise gate to filter audio base on ffmpeg and SoX. For example, I record audio from input with ffmpeg, and then process audio frame with sox. I have try a lot to implement SoX algorithm but It’s not working as well.
Thanks.