
Recherche avancée
Autres articles (98)
-
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 (...) -
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" (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (8579)
-
How can I save a RTSP stream into PNG pictures with ffmpeg ?
2 novembre 2015, par cirfeNow I can save a rtsp stream into PPM file with ffmepg.
I want to know how to save a RTSP stream into PNG pictures ? Is there any one who can help me ?
P.S. I want to achieve this with coding not in ffmpeg command like this
"ffmpeg –i input_file –r 1 –f image2 image-%3d.png"
. -
Writing decoded YUV420P data into a file with FFmpeg ?
9 mai 2016, par Sir DrinksCoffeeALotI’ve read frame which is encoded with H264, decoded it, and converted it to YUV420P and the data is stored in
frameYUV420->data
, (type of frame isAVFrame
). I want to save that data into a file that can be displayed with GIMP for example.I know how to save RGB25 pixel format but i’m not quite sure how to do YUV420P. Though i know that Y component will take width x height , and Cb/Cr will take (width/2) x (height/2) amount of space needed to save the data. So i’m guessing i need to first write Y data, and after that i need to write Cb and Cr data. Does anyone have finished code that i could take a look at ?
-
Save the recording video chunk (Segment) into system
10 mars 2014, par user3156324I am recording the video using (Logitech) webcam, and after that store this recorded mp4 format video into the device. But if recording is going on and in the middle I directly turn off the device then the video is not get recorded means it is not saved into device. Means I think it is corrupted I am not sure about that but I think.
So I want to save the recording into the device with the video chunk when recording is going on. I don't want to save the recording into device after completion of recording. But I want to save the recording continuously when recording is going on.
I am using ubuntu system.
Please tell me how can I do this.