
Recherche avancée
Autres articles (43)
-
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 -
Déploiements possibles
31 janvier 2010, parDeux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
Version mono serveur
La version mono serveur consiste à n’utiliser qu’une (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (5997)
-
Calling ffmpeg convert from bash in iOS ?
15 novembre 2011, par guoxjI can use something like
ffmpeg -f mpeg -i src.mpg mpeg4 dest.mp4
to convert src.mpg to dest.mp4 in bash.
And I have to port ffmpeg to iOS.
How can I use the command in iOS to complete the convert ? -
Merge two .m4a files or convert .wav file to m4a
8 novembre 2011, par PannuI was looking for a way to record in mpeg-4 with the ability to pause and resume but it seemed like there isn't one. So I decided to record in raw
wave
format and convert to.m4a
. Is there a way I can convert.wav
file to.m4a
in android. I've looked around formencoder
port for android but found none, there were some post's about portingffmpeg
to android onlinux
but its not quite clear how i can use it in android to merge two.m4a
files or convert.wav
file to.m4a
. -
ffmpeg playback on android
11 avril 2012, par SashaI managed to compile ffmpeg libs for Android and i am able to load them in my jni Android app. Now started calling the ffmpeg functions and following the online tutorials. I read there that I need also SDL port for Android in order to render audio/video.
I have looked at libsdl and it seems quite complex to use on Android, especially since I just need sequential render of audio/video media samples, is there some simpler solution (with examples) how to render the decoded buffers ? Should I pass decoded media buffers from frrmpeg back to java for rendering ?
If I have to use SDL, is there some tutorial how to easy integrate it on Android with ffmpeg ?