
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (95)
-
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 (8484)
-
Stream Encoded bytes with FFMPEG
16 mai 2017, par caiomcgI have a byte array of encoded VP9 data and I have to stream it with UDP over FFMPEG(C++). Do you have any suggestion on how to do this ?
VP9(uint8_t*) -> FFMPEG -> UDP -> PC
Thanks in advance.
EDIT :
The bytes are sent to me by a hardware device.
-
How to get and use FFMPEG in a Objective-C OS X app
2 septembre 2015, par CoimanI have an application where I need to use FFMPEG for something (video from AVCaptureSession encoded to MPEG(1)).
So far I have been looking for ways to build and use FFMPEG in my project but I have not found a way for OS X. All of the wrappers I have found so far are for iOS instead of OS X.
I need a solution that works on OS X and I would prefer if you explained how to use it a bit (build instructions, getting it into the Xcode project, code samples).
Thanks in advance for your help. :)
-
ffmpeg for x264 core 136 lib in iOS [on hold]
23 août 2013, par 官承翰I want to develop a service (written in php) to provide mobile platforms(iOS/android/..etc) or desktop PCs to stream videos.
I have tried a lot and found.
My iPhone4 didn't support core 136 lib based on x264...it would crash or freeze when I tried playing it.
Here is my question :
Can ffmpeg decode video so that iOS can play ?
Or is there another way to solve it ?
I am new to these things...Thanks in advance