Recherche avancée

Médias (1)

Mot : - Tags -/karaoke

Autres articles (59)

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

  • How to find out which audio sample belongs to which frame in a video - with ffmpeg or other tools ?

    30 mars 2021, par tlau5

    I am wondering how I would find out which frame in a video belongs to which audio sample.

    


    Lets say : I know audio sample 39822 has the characteristic I am looking for. Using the information contained in the container, I want to find out to which frame the audio sample was recorded. (Key frames/ Samples ?)

    


    I was thinking ffmpeg could help me with this problem.

    


    I tried to find the answer within the ffmpeg documentation but did not succeed.

    


    Maybe you guys can give me a hint which tool (maybe even other than ffmpeg) to use or where to look specific.

    


    Thanks in advance
Tim

    


  • Ffmpeg subtract a track from another

    29 mars 2021, par Ching Chang

    How do I subtract an audio track from another audio track using ffmpeg ?

    


    I know there is the amerge command that lets you put a track on top of another. Is there a command that does the opposite ? I have a song, and an instrumental version of the song. I want to subtract the instrumental track from the original track to get the vocals.

    


    Every google search led me to examples of subtracting an audio from a video, but I'm trying to subtract an audio from another audio.

    


  • Couldn't find ffmpeg or avconv on linux server

    26 février 2021, par Văn Hoàng Nguyễn

    I installed ffmpeg and pydub successfully on my linux server.
And test with python environment ok.
image run code on python env

    


    But when i running my code on nginx + gunicorn + django, its alert with error /home/www/env/lib64/python3.8/site-packages/pydub/utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
Someone can help me ?