
Recherche avancée
Autres articles (70)
-
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...) -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...)
Sur d’autres sites (5191)
-
Pydub The system can not find the file specified
11 janvier 2021, par MadarSo here is my code :


from pydub import AudioSegment
sound1 = AudioSegment.from_mp3("sound_0.mp3")
sound2 = AudioSegment.from_mp3("sound_1.mp3")

sound = sound1 + sound2
sound.export("test.mp3",format="mp3")



Problem :
I got the error message : WindowsError : [Error 2] The system can not find the file specified


System configuration
Python version : 3.8
Pydub version : I just installed it
ffmpeg or avlib ? : ffmpeg
ffmpeg/avlib version : 2020-12-15-git-32586a42da-full_build-www.gyan.dev


What did I try ?
So, I found some things to do on a Stackoverflow subject,
I tried to add this


pydub.AudioSegment.ffmpeg = "way//to//ffmpeg.exe"



But it doesn't worked, then this


AudioSegment.converter = "way//to//ffmpeg.exe"



Still doesn't work, so, because I'm on spyder with anaconda, I tried this on the anaconda prompt


conda install -c conda-forge ffmpeg



I even tried to put ffmpeg.exe,ffplay.exe in the current working directory but still doesn't worked..


So I'm desperately here for some help, thanks in advance


-
avcodec/lpc : Avoid floating point division by 0
28 mai 2021, par Michael Niedermayer -
4 ways to create more effective funnels
24 février 2020, par Jake Thornton — Uncategorized