Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (97)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Les notifications de la ferme

    1er décembre 2010, par

    Afin d’assurer une gestion correcte de la ferme, il est nécessaire de notifier plusieurs choses lors d’actions spécifiques à la fois à l’utilisateur mais également à l’ensemble des administrateurs de la ferme.
    Les notifications de changement de statut
    Lors d’un changement de statut d’une instance, l’ensemble des administrateurs de la ferme doivent être notifiés de cette modification ainsi que l’utilisateur administrateur de l’instance.
    À la demande d’un canal
    Passage au statut "publie"
    Passage au (...)

Sur d’autres sites (6579)

  • Two processes have different behavior while running with the same command and same binary file [closed]

    6 septembre 2023, par Robert junior

    There's an app in Ubuntu server, which runs a FFMPEG instance. That instance keeps working fine.

    


    But when I run the same command with the same binary executable in terminal, it exits after 3 or 4 minutes with log 'Conversion failed !'.

    


    Both processes are run as root user, and also using same .so libraries.

    


    I can't find out why. And it's become a headache.

    


  • How do I install FFMPEG on Heroku ? [closed]

    30 avril 2021, par Alcatraz b312

    So I am making a discord.py bot right now , while adding the music command to it , I downloaded the FFMPEG and the code works fine when the VSC terminal is running . After it when I downloaded FFMPEG on my Heroku and then run my bot , the music command didn't work . Please help

    


  • C script and ffmpeg can't find files

    14 décembre 2019, par Edoardo Colella

    I tryed to use ffmpeg concat with popen command in c but i get "No such file o directory". If i use linux terminal with the same command it works.

    ffmpeg -i "concat: audio/1.mp3|audio/2.mp3" -acodec copy output.mp3

    What could be the problem ?