
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (90)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)
Sur d’autres sites (4991)
-
pydub.exceptions.CouldntEncodeError : Encoding failed
2 décembre 2023, par asdasdasasdim on alpine linux and i get running into this error


File "/usr/lib/python3.9/site-packages/zspotify/_main_.py", line 697, in main
 zs.start()
 File "/usr/lib/python3.9/site-packages/zspotify/_main_.py", line 672, in start
 self.download_by_url(query)
 File "/usr/lib/python3.9/site-packages/zspotify/_main_.py", line 504, in download_by_url
 ret = self.download_track(parsed_url["track"])
 File "/usr/lib/python3.9/site-packages/zspotify/_main_.py", line 332, in download_track
 output_path = self.respot.download(
 File "/usr/lib/python3.9/site-packages/zspotify/respot.py", line 66, in download
 handler.convert_audio_format(audio_bytes, output_path)
 File "/usr/lib/python3.9/site-packages/zspotify/respot.py", line 648, in convert_audio_format
 AudioSegment.from_file(audio_bytes).export(
 File "/usr/lib/python3.9/site-packages/pydub/audio_segment.py", line 970, in export
 raise CouldntEncodeError(
pydub.exceptions.CouldntEncodeError: Encoding failed. ffmpeg/avlib returned error code: -4



tried running zspotify and this error popped up, it also resulted in a 0kb file with the songs title


-
FFMPEG makes my server crash
10 décembre 2011, par user997735I have a youtube mp3 converter site, and to do this I am using FFMPEG.
The problem is that the FFMPEG is using 100% CPU when there are some converting process together, so users can't access my site until the processes are finished.
How can I limit the CPU usage of FFMPEG ? Is there another solution to solve my problem ?
-
VLC/FFMPEG streaming, how to detect ?
22 novembre 2011, par John SmithI want something like that : user(s) decide to start a stream to my site. I know VLC and FFMPEG is able to do that. But how could a site detect that it's getting stream(s) ? Because I want it to then display on a page "current live videos". And what kind of streams should I need to use ? HTTP ? RTSP ? UPD ?
Thanx in advance.