
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (79)
-
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 (...) -
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...) -
Emballe Médias : Mettre en ligne simplement des documents
29 octobre 2010, parLe plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)
Sur d’autres sites (7271)
-
Revision 7350d13dfa4ed691621b9c42871cca5ca8885093 : ne pas recharger une {{{ {liste a,b,c} }}} a chaque tour git-svn-id : ...
23 décembre 2010, par Fil — Logne pas recharger une liste a,b,c a chaque tour git-svn-id : svn ://trac.rezo.net/spip/spip@16829 caf5f3e8-d4fe-0310-bb3e-c32d5e47d55d
-
FFmpeg delay and mix audio streams while keeping overall volume constant
5 octobre 2020, par unstuckI have about 100 audio streams, all with the same intro music/sound, and in some of them the intro is delayed by a few seconds. I want to align and mix all the audio streams such that all the intros play at the same time and the output remains pretty much the same volume throughout. I know in advance how much each stream needs to be delayed by.


Like this in Audacity. Each audio stream is aligned to the intro, and the duration before the intro is arbitrary. (This doesn't solve the volume problem though.)


What I have so far uses
adelay
andamix
. It looks something like this but with more audio streams.

ffmpeg -i 00.oga \
 -i 01.oga \
 -i 02.oga \
 -i 03.oga -filter_complex \
"[0]adelay=delays= 123S:all=1[a0]; \
 [1]adelay=delays= 2718S:all=1[a1]; \
 [2]adelay=delays= 6283185S:all=1[a2]; \
 [3]adelay=delays=11235813S:all=1[a3]; \
 [a0][a1][a2][a3]amix=inputs=4" output.oga



In this example the first stream is delayed by 123 samples, the second by 2 718, the third by 6 283 185, and the by fourth 11 235 813.


This works, except at the beginning of the output it's very quiet. When fed
n
streams,amix
makes each stream 1/n
th its original volume, which is a good thing in principle. In this case it's not an entirely good thing, because at the beginning of the output 3 of the 4 audio streams are silent (adelay
fills delayed streams with silence), meaning the only audible stream is 1/4 = 25% of its original volume. When the second stream becomes audible, the overall volume is 2/4, with three audible streams 3/4, and with all four streams audible it's 4/4 = 100%.

Instead, I want the the first stream to be at 100% volume when it's the only audible one, 50% volume each when there are two audible streams, etc.


Is there a way to make it so when there are
n
audio streams butm
non-silent audio streams, the volume for each of the audio streams is 1/m
not 1/n
?amix
does this when streams end ; if one stream ends it changes the volume of the others from 1/n
to 1/n-1
over a period of time (dropout_transition
: https://ffmpeg.org/ffmpeg-filters.html#amix).

I found a similar question where someone wanted to do something like this but only with 2 audio streams. The answer was to split, trim, and change the volume manually. This would be incredibly complicated with 100 audio streams or more, like in my situation.


Is there any easy way to achieve this, even without FFmpeg ?


-
Getting ffmpeg error ‘Ignoring unsupported var reason rtmp :// : I/O error’
6 septembre 2022, par Lectos LaciousSame setting worked normally for months, suddenly start to receive ffmpeg errors about ‘unsupported var’ related to rtmp and streaming stop working. Is this error about unavailable server or bad url ? Can someone enlighten me about meaning of unsupported var ?


NOTE : replaced actual url with ‘someurl’


LOG :
Input #0, rtsp, from 'rtsp ://192.168.40.44:554/1' :

Metadata :

title : 10

Duration : N/A, start : 0.000000, bitrate : N/A

Stream #0:0 : Video : h264, yuvj420p(pc, bt709), 1280x720, 15 tbr, 90k tbn, 180k tbc

Stream #0:1 : Audio : aac, 48000 Hz, stereo, fltp

[rtmp @ 0x7f9fdd58c5e0] Ignoring unsupported var reason

rtmp ://someurl : I/O error

Exiting normally, received signal 2.

Input #0, rtsp, from 'rtsp ://192.168.40.44:554/1' :

Metadata :

title : 10

Duration : N/A, start : 0.000000, bitrate : N/A

Stream #0:0 : Video : h264, yuvj420p(pc, bt709), 1280x720, 15 fps, 15 tbr, 90k tbn, 180k tbc

Stream #0:1 : Audio : aac, 48000 Hz, stereo, fltp

[rtmp @ 0x7f62a5869b20] Ignoring unsupported var reason

rtmp ://someurl : I/O error

Exiting normally, received signal 2.

[rtsp @ 0x7f0b4add32a0] max delay reached. need to consume packet

[rtsp @ 0x7f0b4add32a0] RTP : missed 2 packets

Input #0, rtsp, from 'rtsp ://192.168.40.44:554/1' :

Metadata :

title : 10

Duration : N/A, start : 0.000000, bitrate : N/A

Stream #0:0 : Video : h264, yuvj420p(pc, bt709), 1280x720, 15 fps, 15 tbr, 90k tbn, 180k tbc

Stream #0:1 : Audio : aac, 48000 Hz, stereo, fltp

[rtmp @ 0x7f0b4af13840] Ignoring unsupported var reason

rtmp ://someurl : I/O error

Exiting normally, received signal 2.

Input #0, rtsp, from 'rtsp ://192.168.40.44:554/1' :

Metadata :

title : 10

Duration : N/A, start : 0.000000, bitrate : N/A

Stream #0:0 : Video : h264, yuvj420p(pc, bt709), 1280x720, 15 fps, 15 tbr, 90k tbn, 180k tbc

Stream #0:1 : Audio : aac, 48000 Hz, stereo, fltp

[rtmp @ 0x7fc61ef8b880] Ignoring unsupported var reason