Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (71)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP 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" (...)

  • 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 (15026)

  • Add two MP3 files to an MP4 file using ffmpeg

    26 septembre 2019, par sigur7

    I am using ffmpeg on Windows and getting the following error as I try to add two MP3

    Stream specifier '' in filtergraph description [1]adelay=1|1[b];[2]adelay=100|100[c];[0][b][c]amix=3 matches no streams.

    using the following command

    ffmpeg -i vidwithnoaudio.mp4 -i audio0.mp3 -i audio1.mp3 -filter_complex "[1]adelay=1|1[b];[2]adelay=100|100[c];[0][b][c]amix=3" vidwithaudio.mp4

    Here is an alternative command I have found I am trying to edit into working with this :

    ffmpeg -i 1.mp4 -i 1.3gp -i 2.3gp -i 1.mp3
     -filter_complex "[2]adelay=10000|10000[s2];[3:a][1:a][s2]amix=3[a]"
     -map 0:v -map "[a]" -c:v copy result.mp4
  • How do I use ffmpeg on linux for my discord music bot ?

    7 mars 2023, par Dio

    I made a discord music bot a while back for me and my friends to use(it is minimalistic), but I recently switched from windows to Linux. I was using FFMPEG for my bot(the .exe file was in the same folder as the code).
I'll leave the Github link to my bot down here :

    


    https://github.com/Dorian1997/Discord-Bot

    


    Now my question is, do I have an alternative to FFMPEG on Linux ? Or how exactly should I install FFMPEG for it to work right ? I already installed it from the terminal, yet it doesn't seem to work as the bot cannot play anything.
Thank you for your time !

    


  • Revision 36526 : etre un peu plus malin sur la gestion du cache gravatar : meme si on ...

    21 mars 2010, par cedric@… — Log

    etre un peu plus malin sur la gestion du cache gravatar :
    meme si on demande une version avec monsterid/identicon/wavatar, on commence par faire une requete 404 pour voir si un vrai gravatar existe et le mettre en cache le cas echeant
    Sinon, on fait une recherche du gravtar genere, en le mettant en cache, qui n’a besoin d’etre rafraichi que beaucoup moins souvent.
    Cela permet de ne pas perdre le cache quand on change de methode alternative
    Passage en v1.0.2