Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (111)

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

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (10068)

  • 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 ?

  • 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

    


  • 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.