
Recherche avancée
Autres articles (34)
-
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 -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)
Sur d’autres sites (3719)
-
Anomalie #2384 (Fermé) : http error sur la page mots clés qd affichage de tous les articles
28 octobre 2011, par LG -Si c’est bien ici la dev team, je fais suite à un thread lancé ici : http://forum.spip.org/fr_237323.html#forum238417 C’est sur une 1.9.2, certes en fin de support. Je reprend mes messages sur le thread ci-dessous : Message du 8 septembre : J’ai un problème pour afficher la liste des articles (...)
-
Anomalie #2039 (Nouveau) : Mise à jour d’extensions sur une install neuve
1er mai 2011, par Suske -A l’install propre sur site vide, le message ok de mise à jour est affiché pour chaque extension. exemple : Installation du plugin Forum MAJ 0.0.1 . MAJ 1.2.0 . OK Installation du plugin Medias MAJ 0.0.1 . . MAJ 0.14.0 . OK C’est évidemment pas bloquant mais c’est (...)
-
JavaCV on Android : UnsatisfiedLinkError from libjniavdevice.so / dlopen failed cannot locate symbol "av_input_audio_device_next"
8 septembre 2014, par liorgI am trying to work with JavaCV’s FFmpegFrameGrabber on Android 4.4.2 / 4.3.1 .
Inside the onCreate(...) method I am calling :
FFmpegFrameGrabber grabber = new FFmpegFrameGrabber(path)
This causes the following runtime error :
dlopen("/data/app-lib/com.example.testjavacv-1/libjniavdevice.so")
failed: dlopen failed: cannot locate symbol "av_input_audio_device_next"
referenced by "libjniavdevice.so"Other (possible) relevant information :
1) I have included all the JavaCV .so libraries inside the libs/armeabi and libs/x86 folders.
2) I have given the application permissions to read/write to external storage and access the camera and microphone.
3) I am NOT statically loading any of the JavaCV native libraries before instantiating FFmpegFrameGrabber. This is because,
- Some of the libraries cause runtime exceptions when I attempt to load them statically by myself.
- I get the impression that JavaCV handles it’s own native library loading - for example the error I get ocurrs even though I have not requested to load the
jniavdevice.so
library and happens only if the... new FFmpegFrameGrabber(...) ...
code is present.
4) I have taken a look at : https://groups.google.com/forum/# !topic/javacv/bgB5rCv_fVM which seems to address a similar issue, but the suggested solutions don’t seem to work.
Any help on this issue would be much appreciated,
Cheers !