
Recherche avancée
Autres articles (112)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Problèmes fréquents
10 mars 2010, parPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site
Sur d’autres sites (13811)
-
FFMPEG record sound stop always at the same size
12 mai 2022, par gildasI try to record live sounds catch by a device (raspberry Pi with microphones) in my computer (linux).
I use this command on the device :


arecord -D dmic_sv -c2 -r 48000 -f S32_LE -t wav | \
ffmpeg -re -f wav -i pipe: \
 -f s16le -acodec pcm_s16le -ac 1 -ar 48000 -af "volume=16dB" 
 tcp://ipPC:55000



I use this command on my PC :


FFREPORT=file=ffreport.log:level=32 \
ffmpeg -f s16le -acodec pcm_s16le -ac 1 -ar 48000 \
 -i tcp://ipPC:55000?listen -f wav fichiercible.wav



It is working but the record always stops when fichiercible.wav reach 536.9Mo.


I tried to put this option
-fs 2000000000
on the command on my PC :

FFREPORT=file=ffreport.log:level=32 \
 ffmpeg -f s16le -acodec pcm_s16le -ac 1 -ar 48000 \
 -i tcp://ipPC:55000?listen \
 -f wav -fs 2000000000 fichiercible.wav



But the result was the same, the record stop when the file is 536.9Mo


Is it possible to record bigger size file with ffmpeg ?


-
avfilter/af_asupercut : add order option
29 novembre 2020, par Paul B Mahol -
id3v2 : fix doxy comment - ’machine byte order’ makes no sense on char arrays
22 octobre 2011, par Michael Karcherid3v2 : fix doxy comment - ’machine byte order’ makes no sense on char arrays