
Recherche avancée
Autres articles (69)
-
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
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 (6246)
-
Revision 3067c34c5a : Support build with Visual Studio 14. Change-Id : Id0d7c19857e29b66c652c8cc1ab56b
28 juillet 2015, par Ghislain MARYChanged Paths :
Modify /README
Modify /build/make/gen_msvs_sln.sh
Modify /build/make/gen_msvs_vcxproj.sh
Modify /configure
Modify /vp8/common/generic/systemdependent.c
Modify /vpx_ports/x86.h
Support build with Visual Studio 14.Change-Id : Id0d7c19857e29b66c652c8cc1ab56b64e4fc0fa3
-
Revision 95c34c9053 : gen_msvs_proj : add trailing \ to IntDir older versions of visual studio did not
5 février 2014, par James ZernChanged Paths :
Modify /build/make/gen_msvs_proj.sh
gen_msvs_proj : add trailing \ to IntDirolder versions of visual studio did not include the trailing \. this
moves the objects to their intended location : the project subdirectoryChange-Id : I244479cdebf6b3f03bed6dbfca82e7fb4542f0de
-
How to use latest FFMPEG in Android Studio project ?
1er avril 2020, par arslan hakticI have a simple task to make a video from multiple images and an audio file, After searching a lot found that its possible with FFMPEG, Unfortunately there are no updated tutorials for FFMPEG, there are few but outdated and most of them are not working. 
As I have compiled FFMPEG for Android using NDK android-ndk-r10e and ffmpeg-2.8.6 on my MAC with Android Studio following the tutorial http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/ 
It makes the .so files as 




Now I can't understand what should I do to integrate this in my Android project, I have also checked,



How to use Ffmpeg in android studio ?



how to use ffmpeg in android ?






and mainly this,



http://www.roman10.net/how-to-build-android-applications-based-on-ffmpeg-by-an-example/



https://github.com/roman10/android-ffmpeg-tutorial



But its not working and having errors with no way to resolve this. Can anyone please mention some steps that should be followed to use FFMPEG .so files as in image attached.