
Recherche avancée
Autres articles (15)
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)
Sur d’autres sites (6479)
-
Anybody has successfully ported lib555 to android ?
8 juin 2012, par AlexI've been trying to build
lib555
according to this guide :https://github.com/boltonli/ohbee/tree/master/android/streamer/jni
as well as using some other guides, all to no avail.
If someone has succeeded in porting
lib555
to android can you, please, tell me how I can do so ? -
FFmpeg not working in android 13, give : error=13, Permission denied [closed]
1er février 2023, par Yasir KhanI have created an application for a video editor it's working on android 10 but not working on android 13. I'm using this library
implementation 'com.arthenica:mobile-ffmpeg-full:4.4'


Cannot run program "/data/user/0/com.bettingsite.videoeditorprac/files/ffmpeg" : error=13, Permission denied


E/FFmpeg : Exception while trying to run : [Ljava.lang.String ;@9d4c88e


I have added permission for android 13 also but still not working.


-
android ffmpeg .so download [closed]
19 janvier 2015, par JasAnybody knows from where to get compiled .so FFMPEG library for Android ?
I tried thousand of times to compile the FFMPEG manually on windows-7 using Android NDK
but never succeeded.So I think it’s better to use precompiled lib as I’m already using the same same technolgy that used in :
https://github.com/guardianproject/SSCVideoProtoBut the ffmpeg lib in this project is very old.
Any help is much appreciated.......