
Recherche avancée
Autres articles (68)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
(Dés)Activation de fonctionnalités (plugins)
18 février 2011, parPour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users.
Sur d’autres sites (6746)
-
FFMpeg on Android not working
30 août 2013, par user2171513I have build FFmpeg statically linked binary and I am using it to do some video/audio encoding -decoding in an Android application. If I use FFmpeg from my android application using
Runtime.getRuntime().exec(Command);
then it seems to suddenly crash in between without any error logs.
but If I run the exact same command through adb shell then it succeeds. I am not able to figure out what would be the difference in running a native binary through adb shell or through an Android Application.Any help is appreciated.
-
video editing using FFMPEG in android project [closed]
1er mai 2012, par Pankaj MehraPossible Duplicate :
Use FFMPEG on Androidi want to create a android app which can merge audio images to form video i am prefering ffmpeg for that ,please guide me how can i use ffmpeg functions and libraries to do so
-
VLC For Android : How to play mpeg2 ts file without PAT
4 juin 2014, par berkeI am developing media player for android with open source VLC player. What I want is to play .ts file that does not have PAT.
How to play this file in android with vlc ?(programatically)
In windows vlc player can play this video by running vlc.exe —demux ffmpeg
How can I achieve this with android vlc lib ?
The reason that I cannot play this video is because vlc cannot find PAT.
Can you help about this ?