
Recherche avancée
Médias (91)
-
Spoon - Revenge !
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
My Morning Jacket - One Big Holiday
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Zap Mama - Wadidyusay ?
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
David Byrne - My Fair Lady
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Beastie Boys - Now Get Busy
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (47)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...) -
Les thèmes de MediaSpip
4 juin 20133 thèmes sont proposés à l’origine par MédiaSPIP. L’utilisateur MédiaSPIP peut rajouter des thèmes selon ses besoins.
Thèmes MediaSPIP
3 thèmes ont été développés au départ pour MediaSPIP : * SPIPeo : thème par défaut de MédiaSPIP. Il met en avant la présentation du site et les documents média les plus récents ( le type de tri peut être modifié - titre, popularité, date) . * Arscenic : il s’agit du thème utilisé sur le site officiel du projet, constitué notamment d’un bandeau rouge en début de page. La structure (...)
Sur d’autres sites (5017)
-
ffplay : add startup volume option
22 décembre 2016, par Ganesh Ajjanagadde -
Detecting video volume
27 décembre 2016, par Johnathan KanarekI’m streaming few RTMP streams through nginx and I want to check every few seconds what stream has the highest volume.
Specifically these streams are of talking heads and I assume that usually only one of them is speaking at a time, and I’m trying to find which one.
Since nginx can output hls (Apple http live streaming) I decided to check every few seconds the last segment of each stream using ffmpeg.
Example :ffmpeg -f mp3 -i /my/path/camera67/123.ts -af "volumedetect" -f null /dev/null
For some reason the max_volume is always zero (max_volume : 0.0 dB) and mean_volume seems meaningless regarding the volume.
- Do you have any idea why it’s always zero ?
- Is there a helpful way to understand mean_volume ?
- Can you think of a different tool that may give me the volume (e.g. mediainfo or ffprobe) ?
I also tried :
ffmpeg -f lavfi -i amovie=/my/path/camera67/123.ts,volumedetect
This time I got :
[mpegts @ 0x130bf40] start time for stream 1 is not set in estimate_timings_from_pts
[mpegts @ 0x130bf40] Could not find codec parameters for stream 1 (Audio : aac ([15][0][0][0] / 0x000F), 0 channels, fltp) : unspecified sample rate
Consider increasing the value for the ’analyzeduration’ and ’probesize’ options
[Parsed_amovie_0 @ 0x130bcc0] No audio stream with index ’-1’ found
[lavfi @ 0x130abc0] Error initializing filter ’amovie’ with args ’/my/path/camera67/123.ts’
amovie=/my/path/camera67/123.ts,volumedetect : Invalid argumentAny idea ?
Thanks,
T. -
ffmpeg how to change audio volume while recording [closed]
16 février 2023, par WannaBe2DI'm recording the screen with a microphone and I want to turn the volume down to 0 or turn it up to 1, how can I do this while recording ?


ffmpeg -f avfoundation -i 1:0 -af volume=1 output.mkv


I tried to press the C key and write to the console
-af volume=0
but it does not work