Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
How to get a low-bitrate Opus from Youtube? #24246
Comments
|
Read FAQ on format selection. |
|
I've read https://github.com/ytdl-org/youtube-dl#format-selection and I can't find what I'm looking for. I'm looking for something automated, I don't want to so -F then pick an audio format using -f [format code]. I'd like for the following to be done automatically:
|
|
If you won't assist any further on this, could you provide a resource where they could (ie: a forum URL) ? |
|
You don't need to specify format by format code you must provide format selection expression. Bother to already read it. I'm not going to assist something already answered thousand times. |
I'm currently using
and when looking at VLC codec info (Ctrl-J) and media statistics (other tab (from same window)) it show it's an Opus 32 bit 48 KHz and I estimate from the content bitrate fluctuation that its average is 150 Kbps (Is there a better way to get its average?) but I'd like something with a smaller file size. When I stream AAC 32 Kbps (radio), I like the (sound) quality; perhaps Opus would be a similar quality at that bitrate, or even better? I tried
and the result is (sounds) horrible.
As the title: How to get a low-bitrate Opus from Youtube?
Thank you kindly