
Recherche avancée
Médias (91)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
-
Les Miserables
4 juin 2012, par
Mis à jour : Février 2013
Langue : English
Type : Texte
-
Ne pas afficher certaines informations : page d’accueil
23 novembre 2011, par
Mis à jour : Novembre 2011
Langue : français
Type : Image
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Richard Stallman et la révolution du logiciel libre - Une biographie autorisée (version epub)
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (81)
-
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 ;
-
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 -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (13808)
-
Can't save ffmpeg output in Nodejs
8 septembre 2020, par humble_buttonI have a problem with saving the preview from the .mp4 file. I followed this tutorial, but I got the Error : ffmpeg exited with code 1 : C :\Users\Lenovo\Documents\My projects\YouTube\routes : Permission denied. I don't know how to deal with it, the 'outputPath' is simplestrong text "public/uploads/previews". I am on Windows 10.


return ffmpeg()
 .input(inputPath)
 .inputOptions([`-ss ${startPreviewInSec}`])
 .outputOptions([`-t ${previewDurationInSec}`])
 .noAudio()
 .format("gif")
 .output(outputPath)
 .on("end", resolve)
 .on("error", reject)
 .run();



-
arm : Use .data.rel.ro for const data with relocations
16 novembre 2014, par Martin Storsjö -
How to remove noise from audio .wav file in python3 like Audacity app works [on hold]
9 février 2019, par Manohar SonwanI have been working on an audio file to remove noise by using python3, I have tried "ffmpeg" (highpass and lowpass) filter option but I am not getting the correct result which I want. Then I found Audacity application which noise reduction technique is very good and it gives very good clear sound. Please suggest me any effective library in python3
Consider I have been recording a tennis player and I want to listen collision sound of tennis racquet and the ball only but there is also some other noise like people, bird, car etc.
ffmpeg -i IMG_2016_FFMPEG.WAV -af "highpass =f=800,lowpass =f=100"
IMG_2016_FFMPEG_lp_100_hp_800.wavIt not giving output as Audacity application