Recherche avancée

Médias (91)

Autres articles (55)

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

  • relocation error and no version information available when running ffmpeg

    19 avril 2022, par 이중범

    When ffmpeg is executed, a relocation error and no version information available appears.
The device is Jetsonano and the environment is Ubuntu 18.04 and the camera is using picam2.
I installed gcc version 6,7,8,9,11 and tried to run it, but I keep getting the same error

    


    I saw this and try it
https://github.com/DeTeam/webcam-stream/blob/master/Tutorial.md

    


    ffmpeg

    


    ffmpeg : /usr/lib/aarch64-linux-gnu/libcdio.so.17 : no version information available (required by /usr/lib/aarch64-linux-gnu/libcdio_paranoia.so.2)

    


    ffmpeg : /usr/lib/aarch64-linux-gnu/libcdio.so.17 : no version information available (required by /usr/lib/aarch64-linux-gnu/libcdio_cdda.so.2)

    


    ffmpeg : relocation error : /usr/lib/aarch64-linux-gnu/libcdio_paranoia.so.2 : symbolcdio_os_driver version CDIO_17 not defined in file libcdio.so.17 with link time reference

    


    thanks

    


  • Eleven Labs API not working, is ffmpeg not installed properly ?

    13 février, par Daniel Masso Pardo
    Traceback (most recent call last):&#xA;  File "C:\Users\danim\OneDrive\Desktop\programming\APItests.py", line 9, in <module>&#xA;    play(audio)&#xA;  File "C:\Users\danim\PycharmProjects\EXAM\venv\lib\site-packages\elevenlabs\utils.py", line 25, in play&#xA;    raise ValueError(message)&#xA;ValueError: ffplay from ffmpeg not found, necessary to play audio. On mac you can install it with &#x27;brew install ffmpeg&#x27;. On linux and windows you can install it from https://ffmpeg.org/&#xA;</module>

    &#xA;

    I keep getting this error, and yes, I've gone to the web site and installed, made a path "C :\Users(my name)\ffmpeg\bin" and exported it there, but it doesn't work.

    &#xA;

    I'm expecting to get the result as audio from the free Eleven Labs API, but I keep getting these issues.

    &#xA;

  • How to trim a song file ?

    1er mars 2019, par Vishesh Sharma

    I am working on an Android Project and I would like to know how to trim a song in Android Studio programmatically, I am trying to use ffmpeg but I still am not able to embed it in my code.

    If there is any code for trimming the songs, then it would be of great help.