
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (61)
-
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 (9649)
-
How to remove MPEG-2 transport from H264 video stream
10 mai 2016, par Nilesh WaghI have live video source fro video card which send H264 video stream data with MPEG-2 transport(MP2T), I am receiving this data in C++ application. But for streaming purpose, I don’t want MPEG-2 transport needs only raw H264 data.
Please anyone can help me to remove MPEG-2 transport from H264 video data and get only raw H264 data or suggest any reference so I can do it in c++ application.
-
What is the right and most efficient way to access the last 30 seconds of a mpeg ts stream using Python ? [on hold]
5 avril 2016, par JabbI have a mpeg ts stream from my dvb card that is written to disk. I’d like to access this stream continuously (last 30 seconds, every 20 seconds) from Python.
I am not looking for a complete solution here, but rather some ideas how to accomplish this in the most efficient manner with regards to CPU and RAM usage.
Any ideas will be greatly appreciated !
-
Sharing sound through port
29 mars 2016, par Piotr PasichI’m a newbie with
ffmpeg
. What I’m going to achieve is to share the sound from sound card through the port 8000 to some other computers. But this doesn’t work. Can somebody explain me why and how to make it work ?ffmpeg -f alsa -i hw:0,1 -acodec libmp3lame -ab 640k -ac 1 -f rtp -re rtp://192.168.0.10:8000
Cheers