
Recherche avancée
Autres articles (103)
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (11714)
-
Is there any safer way to include FFMpeg in commercial applications ?
17 février 2017, par AyyappaThe above page doesn’t make any thing clear if we can use the libraries in commercial projects or not.
Incase if there are algorithms breaking patents, which formats I shouldn’t support to avoid risk ?
In short, Which way its safer to add ffmpeg to create a multi media app for iOS and Android (and may be later to desktop too).
-
Revision 9fba03456d : Partially disable error resilience test Disables the part of the error-resilien
7 mai 2013, par John KoleszarChanged Paths :
Modify /test/error_resilience_test.cc
Partially disable error resilience testDisables the part of the error-resilient test that tests the
quality after dropping undroppable frames. It's not clear how
to set the threshold for this correctly at the moment.Change-Id : I3ee4a0d475498f44711fdef05749f305e8d08591
-
Android simple video editor app [on hold]
30 mars 2014, par gopgopI am working on a small android project..
The goal of the app is to pull video files from the library or images and combine those into a video and save it into the library.
I already have made the part where it pulls the images and videos, now I am stuck..
How would you go about combining the images and videos to make one video file using java and android ?
Can someone please guide me ?
I have looked around and did not find any clear winner,
I'd prefer not to use FFmpeg as its not pure java..Thanks.