
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (52)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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
Sur d’autres sites (8857)
-
Creating a video from set of images Android
18 mai 2014, par Nuriel Aventador TaranI am working on an app for android that creates video file from a video at start and then set of images, and saves it.
Is there any way to accomplish that ?I tried JCodec and it has broken libraries, untrusted code on the web and lack of knowledge about this library.
I tried FFMpeg and it is unsupported enough on android and involves working with NDK.
I tried to create an animation with AnimationDrawable and save this animation as a video, but I can’t find a way to save animation as video except using the feature of KITKAT 4.4, but it requires connecting to a computer and having a root.
Is there any other solutions or a trusted and explained way to do this using the ways above ?
Thank in advance
-
Problem while using ffmpeg-android-java on Windows-10
4 septembre 2018, par ml8educI am developing a simple Android Java app in which I use ffmpeg-android-java library to create a video file (.mp4) from multiple image files (.png) & a single audio file (.mp3). The audio is created using text-to-speech (TTS).
The app works on Ubuntu dev environment (where it was written), but when I work on same code-base using Android Studio on a Windows 10, the ffmpeg library either creates an empty mp4 (size 0 bytes) or doesn’t create mp4 file at all.The ffmpeg command I use is :
ffmpeg -y -framerate 1/30 -start_number 1 -i img_%d.png -i person_name.mp3 -c:a aac -c:v libx264 -strict experimental -shortest person_name.mp4
This command however works correctly through windows command prompt & creates the mp4 file.
What am I missing/doing wrong here ?
Please help. Thanks.
-
how to combine image and audio in android using ffmpeg
16 août 2013, par BlueGI want to merge IMAGE + AUDIO and convert them into video using FFMPEG library. I also tried with some code snippet but it's not working properly.if any other option available means just tell that also.
Please help.
i already tried with the code from this linkhttp://www.roman10.net/how-to-build-ffmpeg-for-android/
http://www.roman10.net/how-to-build-android-applications-based-on-ffmpeg-by-an-example/while running the code i am getting an error message as
java.lang.UnsatisfiedLinkError : Couldn't load ffmpeg-prebuilt : findLibrary returned null
now help me to use ffmpeg now in this code to merge audio and video