
Recherche avancée
Médias (9)
-
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
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (62)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;
Sur d’autres sites (7983)
-
Android OpenCV trim .mp4 video file
2 février 2016, par AlexI am developing an app for Android platform using Unity 3d. My task is to trim .mp4 video file. So, for this I decided to implement a third party lib and use it from Android native Activity via plugin for Unity.
Here are some options I have already tried, but the did not work :
- mp4parser lib. I know it is open source, but I haven’t found any working example of using the source code of this lib in Android project. I am always getting a runtime error (attribute ftyp not found). Using this lib in form of .jar works from Eclipse Android project, but fails in Unity 3d : when calling MovieCreator.build method this lib throws a NullReferenceException in BoxPropertyImpl.class.
- ffmpeg lib. I have already found a working project. I am able to trim the video from Android activity, but when returning to Unity player it freezes forever.
My next option is to try OpenCV lib. Have anyone made video trimming with this lib on Android platform ?
Thanks for any help !
-
Using FFmpeg in ios10, xcode8
21 novembre 2016, par Juvia.XinI downloaded kxmovie in github and use it in my project as a component. I can successfully build the kxMovieExample. But in my project, I encounter one error, that is ’libavformat/avformat.h’ file not found, although I have put all ffmpeg headers in header search path and all libs in library search path.
One thing to mention is that I have deleted libavutil/time.h because xcode can’t link the system time.h and I have not found any usage of libavutil/time.h in the project. Is it possible that the deletion cause the error above ? Or any other possiblities ?
Thanks for any help.
-
how to write a music player in linux using ffmpeg
30 mai 2012, par user1426122i have a course project in making a music player in linux with ffmpeg, can anyone give me some instruction about it. Does anyone know of any good resources for learning how to use ffmpeg ? Considering I just want to write a simple music player with support for a broad range of formats and codecs, is ffmpeg too heavyweight for a project of this scope ? thank you !