
Recherche avancée
Autres articles (43)
-
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 (...) -
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 (...) -
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 (6768)
-
Which lib is better Transcoder for live camera ? ffmpeg vs intel media sdk
4 janvier 2017, par ParkAtStreetI would like to do a performance comparison between Ffmpeg and Intel Media SDK in transcoding.
I have to write a new application that will do the following.
-
Receive frames from MJPEG, MPEG4 and H264 cameras.
-
Transcode the frames. Output will be h264. Here I have to either use Ffmpeg or Intel Media SDK.
-
Multicast transcoded frames as RTSP streaming.
I have noticed that both these libs are CPU intensive. Is there any settings in Ffmpeg can reduce the CPU usage ?
Thanks in advance,
-
-
FFmpeg freezes on Ubuntu 16.04 [on hold]
25 octobre 2016, par RobbertieToday I tried using FFmpeg on my Linux Ubuntu server but for some reason it froze and not playing any of the song.
. Even ’q’ and ’ ?’ aren’t doing anything. The command I used worked perfectly on Windows.
The command I use is-i {pathtofile} -f s16le -ar 48000 -ac 2 pipe:1
I then read the stream and send it in my case to Discord.
On Windows the sending etc. works great but on Linux it doesn’t work.
Any idea how to fix this ?Thanks in advance !
-
Convert series of images to RTSP
30 juin 2022, par ArcticI have a project where I receive RTSP stream from the camera, process each frame and then add metadata to each frame such as bounding boxes and texts. Now I need to convert this image back to RTSP ? On the internet, I could find many libraries/utilities to restream to RTSP, but nothing to generate RTSP from series of images.


In short, I am looking to have a solution on how I can convert series of images to RTSP


Thanks in advance