
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (16)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
Emballe Médias : Mettre en ligne simplement des documents
29 octobre 2010, parLe plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;
Sur d’autres sites (4013)
-
FFProbe doesn't work
24 février 2018, par Royal.OArgument
/storage/emulated/0/Watermark/test.flv
provided as input filename, butffprobe
was already specified.
compile 'nl.bravobit:android-ffmpeg:1.1.1
String [] command = {"ffprobe", videoPath };
FFprobe ffprobe = FFprobe.getInstance(this);
try {
ffprobe.execute(command, new ExecuteBinaryResponseHandler() {
@Override
public void onSuccess(String message) {
addTextViewToLayout("SUCCESS with output : "+ message);
Logger.print("onSuccess : "+message);
}
@Override
public void onProgress(String message) {
addTextViewToLayout("Started command : ffmpeg "+command);
addTextViewToLayout("progress : "+message);
Logger.print("Started command : ffmpeg "+command.toString());
Logger.print("progress : "+message);
}
@Override
public void onFailure(String message) {
Logger.print("FAILED with output : "+message);
}
@Override
public void onStart() {
Logger.print("onStart");
}
@Override
public void onFinish() {
Logger.print("onFinish");
}
});
} catch (FFprobeCommandAlreadyRunningException e) {
e.printStackTrace();
}
}ffprobe works good in Windows, Mac, Ubuntu but doesn’t work in Android.
If anybody experienced please share me your experience.
-
lavd/lavfi : work with non-mappable files for graph_file option
23 juillet 2014, par Andrey Utkin -
Revision 16487 : output valid json for errors, depend on 1.1.0 to work with current theora ...
19 août 2009, par j — Logoutput valid json for errors, depend on 1.1.0 to work with current theora trunk