
Recherche avancée
Autres articles (104)
-
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 (...) -
Formulaire personnalisable
21 juin 2013, parCette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire. (...) -
Qu’est ce qu’un masque de formulaire
13 juin 2013, parUn masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
Chaque formulaire de publication d’objet peut donc être personnalisé.
Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)
Sur d’autres sites (6621)
-
Turn X images into a video with FFMPEG on Android
27 mars 2014, par AlexI have built my ffmpeg libs. I have my jni folder, my Android.mk, and my C file.
My C file is actually empty... All I want is having the possibility from my Android Activity to build a video out of several Bitmap objects I have. Someone told me to go through FFMPEG. I have built the libs but I have no idea what to write in my C file to get this job done.
Can someone help me with that ?
Thanks a lot.
-
Linking FFMPEG library for Android
24 février 2016, par HARSHA HNCan you be requested to look into this issue ? I am trying to integrate our custom application into Teaonly’s Streaming application. But, this app compresses using H264 compression (which is required for our app). But, I have been unable to integrate FFMPEG into our solution.
Can somebody be requested to let us know the steps in simple terms ? (I am new to NDK Android) [Experts are requested to be kind to us]
Thanks for your time and consideration.
(By the way, the ffmpeg has been built and the following links are sounding too complicated :
http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/
http://www.roman10.net/how-to-build-android-applications-based-on-ffmpeg-by-an-example/)
-
Using ffmpeg libraries in android native project
23 juillet 2012, par SergeyDIn my native android project I need to reduce a size of video file.
I've already built ffmpeg libraries for android.
How do I init ffmpeg libraries in my project and how to reduce video size without calling to ffmpeg in android command line.
Thanks in advance !