
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (38)
-
Le plugin : Gestion de la mutualisation
2 mars 2010, parLe plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
Installation basique
On installe les fichiers de SPIP sur le serveur.
On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
< ?php (...) -
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation" -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
Sur d’autres sites (2573)
-
I want to create Android application for Camera with chroma video
14 octobre 2020, par Ajit SharmaI want to create an Android application which can shoot video and merge with overlay video which will be having chroma key.


Concept :- Video recording with having overlay video and audio.


I tried to use Surface View/ Texture View and FFMPEG. In which Surface View/ Texture View are failures.
FFMPEG is working but there are plenty of drawbacks like,


- 

- Processing time is very high.
- Zoom/ PAN features are not satisfying.
- Zoom in feature us absent.








Can you please suggest something, I know plenty of application doing same but no idea how.


thanks in advance :)


-
How I can run cloud apps in my mobile phone [closed]
17 mai 2022, par DeepakI want to create an Android application on my own. I want to run a cloud running app on my mobile phone. Here is the thing :


The super application will be deployed in the Play store. I know the super app concept but the does not apply here because we can not ask anyone to create the mini framework of their application.


- 

- I have a server that is running Android OS
- I want to run the application on my mobile phone which is actually running on my server. I want to stream that and play with that application without any installation.






Any suggestions on what I shall use :


- 

- to play the app ?
- To control the cloud app from my Android mobile ?






-
Updated FFMPEG version required for uploading App on Play Store [closed]
16 décembre 2020, par Manoj KumarE/FFmpeg: Exception while trying to run: [/data/user/0/com.outhum.media/files/ffmpeg, -version] java.io.IOException: Cannot run program "/data/user/0/com.outhum.media/files/ffmpeg": error=13, Permission denied at java.lang.ProcessBuilder.start(ProcessBuilder.java:1050) at nl.bravobit.ffmpeg.ShellCommand.run(ShellCommand.java:15) at nl.bravobit.ffmpeg.FFcommandExecuteAsyncTask.doInBackground(FFcommandExecuteAsyncTask.java:43) at nl.bravobit.ffmpeg.FFcommandExecuteAsyncTask.doInBackground(FFcommandExecuteAsyncTask.java:12) at android.os.AsyncTask$3.call(AsyncTask.java:378) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:919) Caused by: java.io.IOException: error=13, Permission denied at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.<init>(UNIXProcess.java:133) at java.lang.ProcessImpl.start(ProcessImpl.java:141) </init>

Thanks in advance, I have a query related to FFMPEG version please help me out. I am using FFMPEG (version - nl.bravobit:android-ffmpeg:1.1.7). So, I am going to upload my application on play store but according to google terms, minimum target SDK version is required 29 for FFMPEG. I upgraded my target SDK to 29. But while I am updating my SDK version of FFMPEG, that is not working. Getting Permission denied error type. but with version 28 is working fine. So my concern is How to get that permission ??

Getting this error after execution-


"E/FFmpeg : Exception while trying to run : [/data/user/0/com.outhum.media/files/ffmpeg, -version]
java.io.IOException : Cannot run program "/data/user/0/com.outhum.media/files/ffmpeg" : error=13, Permission denied
"