Recherche avancée

Médias (91)

Autres articles (75)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (6559)

  • ffmpeg closes with return code 137

    26 juin 2022, par Adi Ulici

    I am using ffmpeg to convert videos and about 66% of the times doesn't do it's job until the end. It simply gets killed, closes before it ends the job, and returns "137" instead of "0".

    



    I can't seem to find anywhere some information about this return code. Does anyone know some tips or where can I find further guidance ? Thanks

    


  • Anomalie #2666 (Fermé) : configurer_breves : code de l’api + coquille

    18 avril 2012, par Julien -

    cf. patch :

    Remplacement du code de la fonction traiter par un appel de fonction générique.

    balise php fermante absente

  • Shazamio throws an error when running the code

    26 août 2023, par steilzz.

    I tried this code :

    


    import asyncio
from shazamio import Shazam
import ffprobe

async def main():
  shazam = Shazam()
  out = await shazam.recognize_song('Fluxxwave.m4a')
  print(out)

loop = asyncio.get_event_loop()
loop.run_until_complete(main())


    


    but I got an error :

    


      File "/Users/nikitamakarov/PycharmProjects/shazamMy/venv/lib/python3.10/site-packages/ffprobe/ffprobe.py", line 12, in <module>&#xA;    from ffprobe.exceptions import FFProbeError&#xA;  File "/Users/nikitamakarov/PycharmProjects/shazamMy/venv/lib/python3.10/site-packages/ffprobe/ffprobe.py", line 12, in <module>&#xA;    from ffprobe.exceptions import FFProbeError&#xA;ModuleNotFoundError: No module named &#x27;ffprobe.exceptions&#x27;; &#x27;ffprobe&#x27; is not a package&#xA;</module></module>

    &#xA;

    The package is definitely installed, so why does this happen ?

    &#xA;