Recherche avancée

Médias (0)

Mot : - Tags -/performance

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (112)

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

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

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

  • Fingerprint vs transcribing, what is the best approach to identify an audio sample inside another longer audio [closed]

    28 mai 2024, par Bernard Wiesner

    I am trying to detect a shorter version of a spoken audio sample inside a longer audio (full version). The shorter audio should be the same or very similar to the one inside the longer version. I also need to have a rough estimate of the timestamp where the audio sample was found.

    


    Similar questions here :

    


    


    What I have researched so far :

    


    1. fingerprints

    


      

    • Using chromaprint extract the fingerprints from both audio files and store them in a DB, then compare them and find matches.
    • 


    


    2. transcribing

    


      

    • Use a transcriber such as whisper, to transcribe both audio files and store the text in a DB, then compare them and find matches.
    • 


    


    I am trying to figure out the simplest solution for this, while still being performant and not too CPU/GPU intensive. My questions are :

    


      

    1. Which one would you chose for simplest, cost effective solution ?
    2. 


    3. Which one would consume more disk space ?
    4. 


    5. Which one would perform better, in terms of searching/matching using SQL ?
    6. 


    


    FYI : If there are any other alternatives to those I listed please let me know.

    


  • How to split video or audio by silent parts

    18 mars 2016, par TermiT

    I need to automatically split video of a speech by words, so every word is a separate video file. Do you know any ways to do this ?

    My plan was to detect silent parts and use them as words separators. But i didn’t find any tool to do this and looks like ffmpeg is not the right tool for that.

  • How to split video or audio by silent parts

    9 février 2021, par TermiT

    I need to automatically split video of a speech by words, so every word is a separate video file. Do you know any ways to do this ?

    



    My plan was to detect silent parts and use them as words separators. But i didn't find any tool to do this and looks like ffmpeg is not the right tool for that.