
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (43)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Publier sur MédiaSpip
13 juin 2013Puis-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 (9429)
-
AttributeError : module 'librosa' has no attribute 'output'
31 mai 2024, par Aditya KumarI 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)




-
Scalability of nginx-rtmp module [closed]
18 novembre 2020, par nskniranga1127I 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)


-
nginx-rtmp module Scalability [closed]
19 novembre 2020, par nskniranga1127I 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 ?