Recherche avancée

Médias (0)

Mot : - Tags -/navigation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (80)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • 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

Sur d’autres sites (9597)

  • How to implement ffmpeg filter_complex in c++ code ?

    6 octobre 2020, par Fluffy

    I am trying to implement C++ code which uses an FFmpeg filter to merge 2 mono audio streams from input video into 1 stereo stream. The filter itself can be found easily enough in several sources :

    


    FFmpeg : How to merge all audio streams into stereo

    


    http://underpop.online.fr/f/ffmpeg/help/amerge.htm.gz

    


    My question relates to how I can implement this in code. I am using the exact same code found in the FFmpeg examples here :
https://ffmpeg.org/doxygen/trunk/filtering_audio_8c-example.html

    


    I just change the filter_descr variable to :

    


    static const char *filter_descr = "[0:1][0:2] amerge=inputs=2";


    


    When I use this I get the following exception :
Output pad "default" with type audio of the filter instance "in" of a buffer not connected to any destination
I get an Invalid Argument -22 exception when I'm configuring the filter graph

    


    if ((ret = avfilter_graph_config(filter_graph, NULL)) < 0)


    


  • how to make a queue in php with mysql

    22 novembre 2012, par robert

    hy,

    in my script i run a exec() function to make a movie file with ffmpeg.

    the problem is ffmpeg can run only 1 time on the server,

    if 2 people are online on server and first one already run ffmpeg i want the second to wait until the first end the process

    how to code this ?

    thank you

  • Host discord.py bot that uses executable [closed]

    14 novembre 2024, par Colton Eimas

    I am coding a discord.py music bot and I am going to have to use ffmpeg, which is an executable, how do I go about hosting the discord.py bot with the executable online, free is prefered but not necessary