Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (38)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (6644)

  • Connecting Firebase to a Computer to Run Programs for It [closed]

    29 mars 2020, par Rainbow Luv Sheep

    Currently I’m using Firebase to store video files sent by an app so that then ffmpeg can stitch them together and send a completed video back. However, ffmpeg will apparently sap up all of the allocated CPU usage of Firebase’s cloud functions since video files are large, and could possibly timeout. Because of that, I want to have Firebase sent a request to a computer that will download the video files, run ffmpeg to stitch them together, then upload that finished file back up to Firebase. App Engine and Compute Engine are out of scope due to cost .

    Is there any way to do that ?

    Sorry if I missed some obvious solution. I’m very new to working with servers in general.

  • Merge audio streams with ffmpeg in nodejs into one stream seamlessly ?

    15 septembre 2024, par Sefian

    I've been working on a music bot for DnD which we are using as our main source of music in Discord.
Discord is not important as it accepts pretty much any stream.

    


    What i want to achieve:I want to have one stream playing music, and i want to have one other stream, that can dynamically load mp3 files, that could be played briefly in the middly of the music files. So.. basically a soundboard. I've seen discord do this with their soundpad feature, where it can seamlessly incorporate audio into others mic audio.

    


    How can one achieve that ?

    


    I've tried using something similar to this

    


      this.currentFfmpegCommand
        .complexFilter([
          `[0:a]asetpts=PTS-STARTPTS,aresample=async=1[a0]`,
          `[1:a]apad[a1]`,
          `[a0][a1]amix=inputs=2`,
        ])
        .input(soundPath)
        .run();


    


    But honestly.. i have no idea what i am doingm as this does not output whatever i wanted it to..

    


  • Revision 4817 : au pire des cas on a un array vide ici

    27 janvier 2011, par kent1 — Log

    au pire des cas on a un array vide ici