
Recherche avancée
Médias (2)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (93)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 (16719)
-
ffmpeg : disable threading on mingw, it doesnt work due to dependance on internal...
11 juin 2012, par Michael Niedermayerffmpeg : disable threading on mingw, it doesnt work due to dependance on internal...
-
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