
Recherche avancée
Médias (91)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
-
Les Miserables
4 juin 2012, par
Mis à jour : Février 2013
Langue : English
Type : Texte
-
Ne pas afficher certaines informations : page d’accueil
23 novembre 2011, par
Mis à jour : Novembre 2011
Langue : français
Type : Image
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Richard Stallman et la révolution du logiciel libre - Une biographie autorisée (version epub)
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (98)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...) -
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (8187)
-
Kill FFmpeg RTMP/RTSP
8 janvier 2018, par Akim BenchihaI’m using ffmpeg to combine to inputs stream. One is RTMP and the other one is rtmp.
What I want is weather RTMP or RTSP input is broken, send to an API the end of steaming and kill the process.
RTSP stream is a loop video.Do you have any idea to share please ?
-
How to create video from audio files using ffmpeg [duplicate]
8 juillet 2020, par Prateek SinglaI have around 8000 audio files ( 6 GB in total) mostly in either
m4a
ormp3
format. Is there a way to convert these audio files to video with filename appearing as a static poster image in video.
I was able to find drawtext filter in ffmpeg which might be helpful. But don't know how to write it out in one command so that I just pass in name of the audio file (mp3
/m4a
) and as output I get a video containing name of audio file as a display (with 256 by 144 pixel resolution
).

So far I have been able to do this all by using
ImageMagick
convert commmand to first create static images and then combine usingffmpeg
.

Since, there are many files I want this to be done programmatically using ffmpeg/python/javascript.
I want to do this to archive my audio recordings in Google Photos. Google photos accept unlimited storage for High Quality videos.


-
Building ffmpeg-kit for Android fails with arm-linux-androideabi-strip not found
8 juillet 2022, par dnzI am trying to build ffmpeg-kit for Android with "android.sh". The build.log ends with :


^~~~~~~~~~~~~~~~~~~~~
In file included from :370:
<command line="line">:13:9: warning: '__ANDROID_API__' macro redefined [-Wmacro-redefined]
#define __ANDROID_API__ 24
 ^
:363:9: note: previous definition is here
#define __ANDROID_API__ __ANDROID_MIN_SDK_VERSION__
 ^
6 warnings generated.
GEN libavdevice/libavdevice.pc
1 warning generated.
GEN libavfilter/libavfilter.pc
1 warning generated.
GEN libavformat/libavformat.pc
1 warning generated.
GEN libavcodec/libavcodec.pc
1 warning generated.
GEN libswresample/libswresample.pc
1 warning generated.
GEN libswscale/libswscale.pc
1 warning generated.
GEN libavutil/libavutil.pc
</command>


...


INSTALL doc/examples/scaling_video.c
INSTALL doc/examples/README
INSTALL doc/examples/Makefile
INSTALL libavdevice/libavdevice.so
STRIP install-libavdevice-shared
/bin/sh: 1: arm-linux-androideabi-strip: not found
make: *** [ffbuild/library.mak:104: install-libavdevice-shared] Error 127



I have no idea what goes wrong. I have cloned the github repository again, with the same result.