mirror of
https://github.com/unshackle-dl/unshackle.git
synced 2026-06-10 03:02:09 +00:00
feat(dl): add real bitrate probing (-rvb/-rab)
Add --real-video-bitrate/-rvb and --real-audio-bitrate/-rab to measure a track's true bitrate from actual media size instead of the manifest's declared value, which is often inflated. Useful for accurate track listings and --vbitrate/--vbitrate-range selection. Single-file tracks are measured exactly; segmented HLS/DASH/ISM are sampled. Only the top renditions per quality tier are probed, in parallel, so it stays fast. Without the flags, behaviour is unchanged.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -226,6 +226,7 @@ cython_debug/
|
||||
.github/copilot-instructions.md
|
||||
CLAUDE.md
|
||||
AGENTS.md
|
||||
graphify-out/
|
||||
|
||||
# CodeQL local analysis
|
||||
.codeql-db/
|
||||
|
||||
Reference in New Issue
Block a user