
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (39)
-
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 -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...)
Sur d’autres sites (7581)
-
Revision a43bdcd7b0 : Merge "halloc : Cast the offsetof macro to ptrdiff_t before negating"
11 juin 2013, par JohannMerge "halloc : Cast the offsetof macro to ptrdiff_t before negating"
-
build guardianproject's ffmpeg library using android ndk for android on windows
25 juillet 2014, par Abdul QadirI need to encode/decode audio files to mp3 inside my android project using ffmpeg, but I encounter the error
unknown encoder libmp3lame
while doing so. On reading the guidelines on the guardianproject’s ffmpeg github page : https://github.com/guardianproject/android-ffmpeg
I probably need to add--enable-libmp3lame
in theconfigure_ffmpeg.sh
file.I’m using windows. I’ve cloned the github project. I’ve edited the configure_ffmpeg.sh file. According to the guidelines to build, the following command in cmd is not working probably because I’m on windows
github-project-root: path-to-ndk\ndk-build configure_make_everything.sh
I get the following error :
Android NDK: Could not find application project directory
Android NDK: Please define NDK_PROJECT_PATH variable to point to it
path-to-ndk\build/core/build-local.mk:/148: *** Android NDK: Aborting. Stop.I need to enable libmp3lame so I can encode/decode my audio files to mp3 inside my android project. Any help would be appreciated.
-
ffmpeg makes yellow patches in gifs
23 juillet 2019, par Mc MissileI have a bunch of png images made from a python script. When I convert the images to a mp4 format using ffmpeg, the video looks good. But the moment I make them into gifs it starts creating random yellow patches as shown below.
The syntax I use to convert png to gif is
ffmpeg -i img%04d.png animation.gif
Thanks.