
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (103)
-
MediaSPIP Init et Diogène : types de publications de MediaSPIP
11 novembre 2010, parÀ l’installation d’un site MediaSPIP, le plugin MediaSPIP Init réalise certaines opérations dont la principale consiste à créer quatre rubriques principales dans le site et de créer cinq templates de formulaire pour Diogène.
Ces quatre rubriques principales (aussi appelées secteurs) sont : Medias ; Sites ; Editos ; Actualités ;
Pour chacune de ces rubriques est créé un template de formulaire spécifique éponyme. Pour la rubrique "Medias" un second template "catégorie" est créé permettant d’ajouter (...) -
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" ; -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (8677)
-
How to use guardianproject's ffmpeg library for android
24 juillet 2014, par Abdul QadirHere’s the link to the ffmpeg android library I’m trying to use :
https://github.com/guardianproject/android-ffmpegI’m trying to follow what is written in this post in order to use it :
http://stackoverflow.com/a/21553337/1462190- Included the ffmpeg library project into the eclipse. (File > Import)
- Added the ffmpeg library to my application. (Right clicked my project’s name > Properties > Android > Library)
However I can’t get it to work. I get the following errors :
In console :
android-ffmpeg-library] Could not find android-ffmpeg-library.apk!
In DDMS :
07-24 17:00:24.990: E/AndroidRuntime(23935): java.lang.NoClassDefFoundError: org.ffmpeg.android.FfmpegController
I have no clue to what could be the problem. Although i’m noticing one thing which I think I should mention here. After the second step, when I add the library, I see the green check indicating everything is fine. But after I run my application (which crashes before it launches) I see a red cross which of course indicates something’s wrong.
Before I run my application :
After I run my application :
Any help would be appreciated ! thank you !
-
Android : Build a decoder library from Jpeg to MP4 video
9 juillet 2014, par Ilya_GazmanI am working on Android 2.2, and my goal is to covert a sequence of images to mp4 video, MPEG-4_Part_14, to be more exact.
The most reasonable solution would be using FFmpeg libraries, and compile them to Android using NDK. How ever I am looking for solution without NDK.
I do not expect from you to build this tool for me, or find some one else who did. I spent quit of time now searching for that, and it’s some thing that probably no1 one did yet.
So the only thing that I am asking, is help me find the specs so I be able to build the decoder by my self. I know that it’s not a trivial task(May be this is why no one did it yet), but I want to do it any way. So please just help me start it.
-
how to load ffmpeg compiled shared library in android project
24 décembre 2016, par Ravi KumarI successfully compiled ffmpeg shared library with NDK for android. But now i don’t understand, how to load those shared library in android project. Please give me some tutorial or instructions.
Thanks