
Recherche avancée
Autres articles (111)
-
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 (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...)
Sur d’autres sites (13659)
-
Revision 95a484c01465c56cc527a044e72c2e1165f5448f : Google&co indexe les urls courtes microbloguees. Il convient donc de les ...
6 décembre 2010, par Cerdic — LogGoogle&co indexe les urls courtes microbloguees. Il convient donc de les rediriger par un status 301 afin d’indiquer que cette adresse courte est definitivement renvoyee vers l’url complete git-svn-id : svn ://trac.rezo.net/spip/branches/spip-2.1@16625 (...)
-
Localization : Fixed ES number method validation message
20 mai 2014, par nanotaboadaLocalization : Fixed ES number method validation message
The validation message was targeted only to integers ("entero") while the
number method validates decimals http://jqueryvalidation.org/number-method/Closes #1016
-
How to yt-dlp extract youtube audio-only to 32-bit float 48000 .wav ? [closed]
28 avril 2024, par Rowe MorehouseMy use case : Extract just the audio from a youtube URL directly to a
.wav
at 32-bit float 48000.

Preferably without any post process args or secondary passes or after-the-fact conversion or muxing.


I want f32le, aka PCM_f32le, aka PCM 32-bit floating-point little-endian, which is supported by
ffmpeg
. Also want 48000 sample rate, as stated.

Is this possible ?


My current command :


yt-dlp -f bestaudio --extract-audio --audio-format wav --audio-quality 0



What do I need to add to achieve my use case / job-to-be-done ??