
Recherche avancée
Médias (91)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (78)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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 (9546)
-
FFMPEG command error : audio device not found
29 mai 2024, par Yash RajputSo, basically i am making a google meet audio recorder (bot) and i wanna automate the audio recording process as soon as i enters into the meet. but my the code is not working as expected.


I'm using the FFMPEG to record the audio and save it to the local machine at the desired location but it's throwing the error as shown in the picture.Error that i am getting


I am using the correct name of my audio input device but still it's showing the same error , there's only one input audio driver installed on my machine as you can see it in a picture.name of audio input device/driver


the FFMPEG command that i am writing to record the audio in windows OS is : FFMPEG command


-
ffmpeg drawtext RGB color codes
19 janvier 2018, par Manish JhaI have an ffmpeg command which overlays an image and some text on a video where arguments are :
-i "C:\exports\blue.mp4"
-i "D:\Manish\Videos\logo.png"
-filter_complex
"[0:v]drawtext=fontfile='C\:\\Windows\\Fonts\\arial.ttf':
text='falana dhimaka':
fontcolor=AntiqueWhite:
fontsize=20:x=1000:y=10[text];
[text][1:v]overlay=140:5[filtered]" -map "[filtered]" -map 0:a? -codec:a copy
-preset ultrafast -ac 2 "C:\exports\blue_wm.mp4"This works well, but I want to be able to supply RGB Hex instead of AntiqueWhite. Any help is appreciated.
-
How i can add logo on any location on ffmpeg stream ? This is my command :
9 décembre 2017, par Jond Davidffmpeg -y -i input.mp4 -i "logo2.png" -filter_complex "[0:v]setpts=PTS/1.15,boxblur=2:1,scale=iw/1.75 :-1,pad=iw+26:ih+26:13:13:color=blue [v1] ; movie=bgmu.mp4:loop=999,setpts=N/(FRAME_RATE*TB) [v2] ; [v2][v1]overlay=shortest=1:x=W-w-30:y=H-h-22 [v3] ; [v3][1:v]overlay=0:0,setdar=16/9 ; [0:a]atempo=1.15, aecho=0.4:0.66:2:0.2, chorus=0.5:0.9:50|80:0.4|0.42:0.25|0.4:2|1.4, firequalizer=gain_entry=’entry(100,0) ; entry(400, -4) ; entry(1000, -6) ; entry(2000, 0)’,equalizer = f = 1000 : width_type = q : width = 1 : g = 2, equalizer = f = 100 : width_type = q : width = 2 : g = 5,pan=stereo|c0