Resampling does not lead to any perceptible quality loss, but encoding to aac with libavcodec's encoder (as YouTube does) definitely will. At the very least, it cuts all frequencies above 15 kHz which are potentially audible. Opus does not, and 128k opus is usually considered transparent.
I can't find it but somewhere there's a very detailed explanation from Monty himself about it
Are you using the very latest version? YouTube changed their site again a few days ago and it broke yt-dlps ability to find all thr formats. Update yt-dlp and it should be back to normal. yt-dlp will prefer the opus when it is available by default.
Opus is much better than (YouTube's) m4a. m4a is better than mp3 (which is an obsolete 30 year old format). YouTube doesn't serve mp3 (so creating one means re-encoding), and re-encoding lossy formats always loses quality.
Those are the wholesale prices to the utility company itself from the grid operators, not the prices to end users from the utility company. End users pay a flat amount per kWh that does not change by demand.
It is installable as a python module, so it should be easy to sandbox if you need to (though it requires ffmpeg too). Nowadays I almost view it as a standard unix utility though and wouldn't think twice about installing the native package
This one is already in the default uBlock filters - Badware risks
I also strongly suggest adding https://big.oisd.nl/ as a filter list. It's a large and well maintained domain blocklist (sourced from combining lots of other blocklists) that usually adds lots of these sorts of domains quickly and has very few false positives.
To anyone supporting the administration in doing this, do you seriously think this is and will always be about actual misinformation, and not pro-palestine speech and similar things? Cut the partisanship please. The government involving itself in the censorship of speech is absolutely a problem.
Every new game that is released with a character dressed in even a slightly sexually suggestive way results in a rabid meltdown from braindead Twitter users. Payment processors like PayPal are forbidding the use of their services for NSFW content due to pressure from fundamentalist christian organizations like Exodus Cry, under the guise of "child safety"
In general, AM radio is the playground of the right wing and I'd love nothing more than to fuck them over because that's the only thing they've ever known.
This is an unhinged take. Kill off the most simple to implement and farthest travelling radio system that would be essential in the event of a nationwide blackout or other emergency (and let the spectrum get sold off to some megacorp), just to own the cons because they broadcast stuff that nobody listens to anyway?
Emergency broadcasts can be made on FM, its not as big of a loss as we fear it will be.
It would be a big loss. FM does not travel beyond the horizon. AM does not require a functioning electrical grid powering the whole country and hundreds of towers linked to telecom services. AM receivers can be built with household scrap. We can get by currently with FM for emergencies, that's what NOAA weather radio is, but vast swaths of the desert and rural areas are presently left uncovered, and a nationwide power grid or telecom outage would severely impact the service.
This would not be the default behavior of yt-dlp. Run
yt-dlp -vF <video>
to view the sort order used. Acodec should come before abr.It used to be the behavior of the original youtube-dl, however.