Recherche avancée

Médias (91)

Autres articles (98)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Organiser par catégorie

    17 mai 2013, par

    Dans 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, par

    Pré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 Benchiha

    I’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 Singla

    I have around 8000 audio files ( 6 GB in total) mostly in either m4a or mp3 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 using ffmpeg.

    


    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 dnz

    I am trying to build ffmpeg-kit for Android with "android.sh". The build.log ends with :

    


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

    &#xA;

    ...

    &#xA;

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

    &#xA;

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

    &#xA;