Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

Autres articles (54)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

  • Scalability of nginx-rtmp module [closed]

    18 novembre 2020, par nskniranga1127

    I currently have a functional VOD streaming setup using open source nginx-rtmp module.i'm using ffmpeg to encode mp4 contents to .ts file segments. I was hoping to create a medialibrary with this & stream (preecn)for concurrent users aroud 500. I want to know is there any limitation with open source nginx-rtmp module. if this is possible how do i decide cpu & RAM for nginx server. (I'm using hls streaming & nginx-rtmp module has installed in a CentOS 7)

    


  • AttributeError : module 'librosa' has no attribute 'output'

    31 mai 2024, par Aditya Kumar

    I am using librosa 0.6 in anaconda and i have also installed ffmpeg but i am still getting this error

    


    the code is

    


    a = np.exp(spectrum) - 1
    p = 2 * np.pi * np.random.random_sample(spectrum.shape) - np.pi
    for i in range(50):
        S = a * np.exp(1j * p)
        x = librosa.istft(S)
        p = np.angle(librosa.stft(x, N_FFT))
    librosa.output.write_wav(outfile, x, sr)



    


  • A PHP Error was encountered Severity : Core Warning Message : Module 'ffmpeg' already loaded Filename : Unknown Line Number : 0 Backtrace

    10 août 2020, par Sumon

    Getting the following error in live

    



    " 
A PHP Error was encountered
    
Severity : Core Warning
    
Message : Module 'ffmpeg' already loaded
    
Filename : Unknown Line Number : 0
    
Backtrace :".

    



    But i did not receive this error in local host. I am using codeigniter 3. Need Some help..