
Recherche avancée
Autres articles (39)
-
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 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 (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (7094)
-
How to compile ffmpeg-2.5.3 on windows with android-ndk-r10d
12 janvier 2015, par chandan chaudharyI am trying to compile FFMPEG for android on windows using android-ndk-10d. I have followed number of tutorials but I am unable to compile it.
Can any one please help me to compile FFMPEG. I have referred many blogs and tutorials but I am unable to retrieve the expected result.I have used the following link roman10, but it isn’t working.
Please help me.
Thank You -
How to merge a video using ffmpeg.so in android
16 avril 2019, par Sp4RxI’m using android-gpuimage-plus for camera and filters. I’ve noticed that this library contains ffmpeg.so. I also need to implement merging and trimming of the video. I’m aware of the implementation of merge, trim using ffmpeg binary in android. But I don’t want to include ffmpeg binary separately as it already contains ffmpeg.so.
I have also checked that the JNI source of ffmpeg contains classes for muxing and demuxing but I’m not sure how to use it.
Could anyone tell me how to use the ffmpeg.so to perform merg, trim ? Means how to write java interface to access the native muxing/demuxing code.
NB : I’m not a c/c++ guy so it’s hard for me to understand the methods of muxing/demuxing classes.
-
How to setup ffserver to stream a webcam feed to Android VideoView
20 août 2015, par der_felixI would like to stream a webcam (logitech c920) via ffserver and wifi to my android phone and render the stream to a videoview with the mediaplayer class.
Google has a list of compatible file formats but just very little information regarding recommend stream configurations.Has someone a piece of advice how to setup ffserver to the needs of android ?