
Recherche avancée
Autres articles (44)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (6070)
-
How to get rec script of SOX to work on Android ?
1er mai 2013, par Arif NadeemI built sox for
Android
and I am using the generated binary files i.e.sox, rec, play and soxi
generated directly in my app by installing them as binaries within my app.I am able to invoke commands using
sox
directly however I have a problem in invokingrec
command.I used the following command,
rec -r 8000 -c 2 output.wav
But it fails saying thatsox is not found
orsox is expected but is not found
.The above rec command works perfectly in Ubuntu when I use it in command line
Please note that I am able to use operation related to
sox
binary successfully, but I am unable to use commands related torec
binary.Initially I thought the problem may be because of permissions imposed by Android so I included these permissions in
manifest.xml
but to no avail.I did some research and got this link, it says in section Using Sox to Play and Record that there might be some Linux systems which do not accept
rec
command directly.I followed his suggestion and appended my commands with
padsp
etc, but it still doesn't work.So my question is how do I invoke rec command successfully on Android system, has anyone tried this before ?
-
How to use ffmpeg binary in android ?
6 novembre 2013, par cjose3I want make a video from images. I see in some posts (Using FFmpeg with Android-NDK, Create a Video file from images using ffmpeg images-using-ffmpeg) That use command line, is the best choice ?? it's possible ?
How are build ffmpeg.so ?
How I can add to the project ?This is the command that pretenfi use :
ffmpeg -r 1 -pattern_type glob -i '*.jpg' out.mp4
thanks very much.
I have 2 weeks search !Sorry for my English.
-
Android to multiple android devices
30 octobre 2013, par nickHi i am trying to stream my android device's screen to multiple android devices. so am sending my device's screenshot frequently to all the devices. its works fine. now, is it possible to convert each image into a video using the ffmpeg on the client device ? so that it looks like a streaming video of my device screen. am i in a right way ? if i am wrong, please suggest me correct way.