
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (81)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, 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 (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (10648)
-
Dropping the latency of streaming in Gopro hero 8 via ffplay and ffmpeg
13 août 2020, par ShirinI'm currently working on a low-latency live streaming using FFplay and FFmpeg library. My target is achieving to 100 or 200 msec latency and for next steps manipulating the latency.
Now I use the followed code and received 800msec-1sec latency in streaming live video but it is not sufficient.


-ffplay -probesize 32 -sync video -an -sn -fast -infbuf -f mpegts -i udp ://127.0.0.1:10000


I was wondering if you help me for dropping the latency.


-
Online video editing server for streaming content
23 février 2014, par netCreateI'm looking for software that will enable me to make online video editing for streaming content.
I do have background with FFmpeg (as video multiplying), MLT framework and Red5 as streaming server.Now what I need to do is to be able to stream online content and modify it - add layers and effects online.
I know how to do this thing offline with Kdenlive or generate MLT scripts. I want to be able to to this online.
What should I do to enable online editing ?
-
How to capture audio streaming with ffmpeg
10 octobre 2020, par Raul MercadoI'd like to capture audio streaming from a live radio on internet using ffmpeg.


If you have some examples or documentation it will be very appreciated.