Recherche avancée

Médias (0)

Mot : - Tags -/masques

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

Autres articles (104)

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

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (11385)

  • FFMpeg-Normalize Doesn't Exist After Install

    26 octobre 2019, par 123hierarchy

    I’m cloning this repo. I installed ffmpeg-normalize and pip install ffmpeg-normalize returns

    Requirement Already Satisfied...

    And yet I’m getting an error that ffmpeg-normalize doesn’t exist when executing the preprocess.py step :

    enter image description here

    The offending code :

    def preprocess(audio_filename, output_filename):
       ext_ind = audio_filename.rfind('.wav')
       audio_filename_formatted = audio_filename[:ext_ind] + '-formatted.wav'
       try:
           os.remove(audio_filename_formatted)
       except OSError:
           pass
       try:
           os.remove(output_filename)
       except OSError:
           pass
       error = os.system(
           'ffmpeg -i {} -acodec pcm_s16le -ac 1 -ar 16000 {}'.format(
               audio_filename, audio_filename_formatted))
       if error:
           print error
           raise StandardError('ffmpeg or audio file doesn\'t exist')
       error = os.system(
           'ffmpeg-normalize -f {}'.format(audio_filename_formatted))
       if error:
           raise StandardError('ffmpeg-normalize doesn\'t exist')

       data = wavfile.read(audio_filename_formatted)
       mfcc_inst = MFCC()
       features = mfcc_inst.sig2s2mfc_energy(data[1])

       np.save(output_filename, features)


    if __name__ == '__main__':
       if len(sys.argv) < 3:
           sys.exit(
               "Have to pass audio_filename and output_filename as parameters.")
       print sys.argv[1],sys.argv[2]
       preprocess(sys.argv[1], sys.argv[2])

    Is there another step after installing it that’s needed ? Is this an issue with running it on a Mac ? I’m completely lost here. Thank you in advance.

  • avconv : don’t include vsrc_buffer.h, which doesn’t exist anymore

    26 juin 2012, par Anton Khirnov

    avconv : don’t include vsrc_buffer.h, which doesn’t exist anymore

  • avconv : don’t include vsrc_buffer.h, which doesn’t exist anymore

    26 juin 2012, par Anton Khirnov

    avconv : don’t include vsrc_buffer.h, which doesn’t exist anymore