It's time to strut your stuff, GNU/Linux advocates.
Here is a link to a YouTube video that contains a desired
audio file:
https://www.youtube.com/watch?v=oOSYB38y2xA
Why do these idiots and morons post audio as video?
I suppose that it's because they are idiots and morons.
Besides, their Micro$lop systems won't allow them to do
anything else.
Your job is to obtain just the audio file from the above
link, and, if necessary, convert, with minimal quality loss,
to the MP3 audio format.
Post your CLI solutions.
No GUI!!! The GUI is for idiots and morons.
It's time to strut your stuff, GNU/Linux advocates.
Here is a link to a YouTube video that contains a desired
audio file:
https://www.youtube.com/watch?v=oOSYB38y2xA
Why do these idiots and morons post audio as video?
I suppose that it's because they are idiots and morons.
Besides, their Micro$lop systems won't allow them to do
anything else.
Your job is to obtain just the audio file from the above
link, and, if necessary, convert, with minimal quality loss,
to the MP3 audio format.
Post your CLI solutions.
Farley Flud wrote this screed in ALL-CAPS:
It's time to strut your stuff, GNU/Linux advocates.
Here is a link to a YouTube video that contains a desired
audio file:
https://www.youtube.com/watch?v=oOSYB38y2xA
Why do these idiots and morons post audio as video?
I suppose that it's because they are idiots and morons.
Besides, their Micro$lop systems won't allow them to do
anything else.
Your job is to obtain just the audio file from the above
link, and, if necessary, convert, with minimal quality loss,
to the MP3 audio format.
Post your CLI solutions.
yt-dlp --extract-audio --audio-format mp3 --audio-quality 192K \
--restrict-filenames "$*"
yt-dlp --extract-audio --audio-format mp3 --audio-quality 192K \
--restrict-filenames "$*"
On Tue, 24 Feb 2026 06:11:07 -0500, Chris Ahlstrom wrote:
yt-dlp --extract-audio --audio-format mp3 --audio-quality 192K \
--restrict-filenames "$*"
That does not ensure optimum quality.
You need to first determine what audio is available with
"yt-dlp -F." For example:
ID EXT RESOLUTION FPS CH roe FILESIZE TBR PROTO roe VCODEC VBR ACODEC ABR ASR MORE INFO
roCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroCroC
139 m4a audio only 2 roe 810.13KiB 49k https roe audio only mp4a.40.5 49k 22k low, m4a_dash
249 webm audio only 2 roe 784.35KiB 47k https roe audio only opus 47k 48k low, webm_dash
140 m4a audio only 2 roe 2.10MiB 130k https roe audio only mp4a.40.2 130k 44k medium, m4a_dash
251 webm audio only 2 roe 2.02MiB 125k https roe audio only opus 125k 48k medium, webm_dash
In this case, "Yt-dlp -f 251" will download just the best audio.
But the file is webm format and the format, not the data, has to be converted to opus/ogg.
Use ffmpeg to strip the format data:
ffmpeg -i file.webm -acodec copy file.ogg
This can be good to go because ogg is better than mp3.
On Tue, 24 Feb 2026 06:11:07 -0500, Chris Ahlstrom wrote:
yt-dlp --extract-audio --audio-format mp3 --audio-quality 192K \
--restrict-filenames "$*"
That does not ensure optimum quality.
You need to first determine what audio is available with
"yt-dlp -F." For example:
This can be good to go because ogg is better than mp3.
Farley Flud wrote this screed in ALL-CAPS:
On Tue, 24 Feb 2026 06:11:07 -0500, Chris Ahlstrom wrote:
yt-dlp --extract-audio --audio-format mp3 --audio-quality 192K \
--restrict-filenames "$*"
Meh. Even 128K is good enough for me.
That does not ensure optimum quality.
You need to first determine what audio is available with
"yt-dlp -F." For example:
Good to know.
This can be good to go because ogg is better than mp3.
Can you play ogg in a car stereo?
This can be good to go because ogg is better than mp3.
Can you play ogg in a car stereo?
On Tue, 24 Feb 2026 11:25:58 -0500, Chris Ahlstrom wrote:
This can be good to go because ogg is better than mp3.
Can you play ogg in a car stereo?
I suppose that it depends on the particular stereo.
Most portable MP3 players, like those at BestBuy or Amazon,
play a variety of formats including OGG.
But, in this case, I would keep the OGG file but also convert
to MP3 through a WAV intermediate:
opusdec --force-wav file.ogg file.wav
lame --preset insane file.wav file.mp3
The wav file intermediate is required because Linux pipes are
not seekable and lame requires a seekable input file.
But this method is converting a lossy file into another lossy
file. Some audio material may suffer but then most wouldn't
notice.
<snip>
The high-end Sony model, $400 at Best Buy, doesn't handle .ogg. Hard to believe, but it goes to show that Vorbis wasn't that great, as I said earlier.
The high-end Sony model, $400 at Best Buy, doesn't handle .ogg. Hard to
believe, but it goes to show that Vorbis wasn't that great, as I said
earlier.
I think the original issue was that initially there was no
integer-only implementation for Ogg, so it could not play well
on the cheaper devices.
AI Overview
OGG (specifically Vorbis/Opus) is generally considered
superior to MP3 in audio quality and efficiency , offering
better sound at lower bitrates and smaller file sizes. While
OGG is open-source and provides better compression, MP3
remains the standard for universal compatibility across older
devices.
Post your CLI solutions.
No GUI!!! The GUI is for idiots and morons.
You need to first determine what audio is available with
"yt-dlp -F."
Farley Flud wrote this screed in ALL-CAPS:
On Tue, 24 Feb 2026 06:11:07 -0500, Chris Ahlstrom wrote:
yt-dlp --extract-audio --audio-format mp3 --audio-quality 192K \
--restrict-filenames "$*"
Meh. Even 128K is good enough for me.
That does not ensure optimum quality.
You need to first determine what audio is available with "yt-dlp -F."
For example:
Good to know.
This can be good to go because ogg is better than mp3.
Can you play ogg in a car stereo?
It's time to strut your stuff, GNU/Linux advocates.
Here is a link to a YouTube video that contains a desired
audio file:
https://www.youtube.com/watch?v=oOSYB38y2xA
Why do these idiots and morons post audio as video?
I suppose that it's because they are idiots and morons.
Besides, their Micro$lop systems won't allow them to do
anything else.
Your job is to obtain just the audio file from the above
link, and, if necessary, convert, with minimal quality loss,
to the MP3 audio format.
Post your CLI solutions.
No GUI!!! The GUI is for idiots and morons.
On 2/23/2026 12:30 PM, Larry 'Insecure Idiot' Piet (aka Farley Flud) wrote:
Post your CLI solutions.
Why?
Your "solution" is to USE (not DO) some Youtube CLI downloading tool developed by "REAL PROGRAMMERS".
The GUI solution is very often just an interface to the same CLI
commands, but grouped together and documented onscreen for ease of use.
| Sysop: | Amessyroom |
|---|---|
| Location: | Fayetteville, NC |
| Users: | 59 |
| Nodes: | 6 (0 / 6) |
| Uptime: | 19:28:00 |
| Calls: | 810 |
| Calls today: | 1 |
| Files: | 1,287 |
| D/L today: |
10 files (21,017K bytes) |
| Messages: | 194,198 |