
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
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 (...) -
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 (...)
-
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
Sur d’autres sites (9802)
-
Android libraries for ffmpeg + stagefright. languge c++
31 juillet 2014, par Serhii SkytybaI’v making cross-platform program in c++. In my program for Android platform i need video decoding hw acceleration. I have found out, that i need to look in libstagefright.cpp. which contains ffmpeg library. There i have found next includes :
#include <binder></binder>ProcessState.h>
#include <media></media>stagefright/MetaData.h>
#include <media></media>stagefright/MediaBufferGroup.h>
#include <media></media>stagefright/MediaDebug.h>
#include <media></media>stagefright/MediaDefs.h>
#include <media></media>stagefright/OMXClient.h>
#include <media></media>stagefright/OMXCodec.h>
#include <utils></utils>List.h>Also, i found out that the source code of these headers is here : https://android.googlesource.com . But i can’t understand in which way to build them. So, my question is : Where can i get these libraries or how can get the source code, that i need to build ? Also, i look for advice which way i can better use Android video decoding hw acceleration + ffmpeg.
-
Android libraries for ffmpeg + stagefright. language c++
10 décembre 2017, par Serhii SkytybaI’v making cross-platform program in c++. In my program for Android platform i need video decoding hw acceleration. I have found out, that I need to look in libstagefright.cpp. which contains ffmpeg library. There I have found next includes :
#include <binder></binder>ProcessState.h>
#include <media></media>stagefright/MetaData.h>
#include <media></media>stagefright/MediaBufferGroup.h>
#include <media></media>stagefright/MediaDebug.h>
#include <media></media>stagefright/MediaDefs.h>
#include <media></media>stagefright/OMXClient.h>
#include <media></media>stagefright/OMXCodec.h>
#include <utils></utils>List.h>Also, I found out that the source code of these headers is here : https://android.googlesource.com . But I can’t understand in which way to build them. So, my question is : Where can i get these libraries or how can get the source code, that i need to build ? Also, I look for advice which way I can better use Android video decoding hw acceleration + ffmpeg.
-
Issues mapping multiple Axis RTSP streams using FFMPEG
26 juin 2017, par Alex RI have an application built in C# that leverages FFMPEG to map 3 h264 RTSP streams from Axis cameras along with a gdigrab screen recording and saves everything to a file using this command :
-rtsp_transport tcp -i rtsp://192.168.1.200/axis-media/media.amp -rtsp_transport tcp -i rtsp://192.168.2.200/axis-media/media.amp -rtsp_transport tcp -i rtsp://192.168.3.200/axis-media/media.amp -r 30 -f gdigrab -framerate 1 -i title="MainWindow" -c copy -map 0 -vcodec copy -map 1 -metadata title="6-26-2017-4-22-PM- TEST VIDEO" -vcodec copy -map 2 -vcodec copy -map 3 -vcodec h264 -preset ultrafast C:\Users\*USERNAME*\6-26-2017-4-22-PM-cam1comb.mkv
The issue that I’m having is that the Axis camera streams are out of sync with each other, with approximately a 3 second delay between the three streams. When I test the FFMPEG command with all inputs changed to this stream
rtsp://mpv.cdn3.bigCDN.com:554/bigCDN/_definst_/mp4:bigbuckbunnyiphone_400.mp4
as well as the screen grab however, everything works perfectly.