
Recherche avancée
Autres articles (97)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Participer à sa documentation
10 avril 2011La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
Pour ce faire, vous pouvez vous inscrire sur (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (6164)
-
Revision 9751aa1264 : Add range checking for decoded coefficients. The coefficient range checking is
7 octobre 2014, par Yaowu XuAdd range checking for decoded coefficients.
The coefficient range checking is enabled when configured with
— enable-debug —enable-coefficient-range-checking
for vpxdec to detect ill-formed input stream. This addresses the
problem raised by issue #792.Change-Id : I3f9ea541de4dc742dd64389d6c5f543fb1c4f052
-
ffmpeg, no sound from i2s adafruit microphone card (rasp 3 B)
22 août 2018, par Mikhaël GerbetI have a Raspberry pi 3 B with Strech OS + a Microphone card (i2s mems adafruit).
I would like to make a simple record with ffmpeg (to stream after).
When a do :
$ arecord -D dmic_sv -c2 -r 48000 -f S32_LE -t wav -V mono -v out.wav
it works !
But when i try with ffmpeg, i have a audio file without sound :/
$ ffmpeg -f alsa -ac 2 -ar 44100 -i default:CARD=sndrpisimplecar -t 10 out.wav
The difference between the audio file generated by arecord and ffmpeg is the bits. 32 bits with arecord and 16 bits with ffmpeg.
Maybe the problème is here ? i don’t know...
Thank you for your help :)
EDIT :
now, i can generate a 32 bits audio file with
ffmpeg -f alsa -i default:CARD=sndrpisimplecar -c:a pcm_s32le out.wav
but i have no sound from the microphone. So the problem is not the bit format...
Just for more information, the input device to ffmpeg is
default:CARD=sndrpisimplecar
because i have founded this id inarecord -l
**** Liste des Périphériques Matériels CAPTURE ****
carte 1: sndrpisimplecar [snd_rpi_simple_card], périphérique 0: simple- card_codec_link snd-soc-dummy-dai-0 []
Sous-périphériques: 1/1
Sous-périphérique #0: subdevice #0 -
Stream with FFMpeg with a Decklink card on Windows
12 juin 2018, par Karl Jóhann JóhannssonI am trying to capture with ffmpeg the output from a Decklink Studio card on Windows, how would this be done ? Is this even possible ?