question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

make a --really-best-format option

See original GitHub issue

Checklist

Description

The format sorting is documented to have the default:

lang,quality,res,fps,hdr:12,codec:vp9.2,size,br,asr,proto,ext,hasaud,source,id

mentioning that hdr:12 and odec:vp9.2 is set because better ones aren’t supported by many devices yet.

That seems rather unfortunate, because people expect that per default they get the “best”, while in fact they may not in some cases.

Of course one could just override that with:

--format-sort 'lang,quality,res,fps,hdr,codec,size,br,asr,proto,ext,hasaud,source,id'

which has however the drawback, that it also overrides any extractor specific sort order (which is usually there for a good reason).

So it would be nice to either have something like a --really-best-format option or alternatively, really use the best per default (and perhaps provide a compatibility option that allow people to select formats for older devices.

Cheers.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:6
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

6reactions
Ashish0804commented, Jan 24, 2022

or better way is to make best really the best by using av1 and add a --i-use-dlp-on-a-toaster-even-in-2020s option.

0reactions
nyuszika7hcommented, Jan 24, 2022

#458 (comment)

The HDR restriction makes sense to use permanently. While DV is technically better than the other formats, it is terrible if your display does not support it. So I want users to specifically ask for it if they want to prioritize it

Yeah, DV is a proprietary format. But dual-layer HDR10+DV streams (DV profile 8) should probably be prioritized over HDR10-only.

Read more comments on GitHub >

github_iconTop Results From Across the Web

So you're setting up an external hard drive. Formatting facts for ...
Mounting an external hard drive isn't as simple as plugging it in. We'll walk you through some decisions you need to make.
Read more >
Quick Format Vs. Full Format for a New External Hard Drive
Right-click on the space representing your external hard drive, then select "Format." Choose either "NTFS" or "exFAT" for your file system, and choose...
Read more >
5 Hard Drive Formatting and Partitioning Utilities
Formatting hard drives and external hard drives is usually a fairly straightforward process. The two most popular operating systems, ...
Read more >
How to Format Your External Hard Drive - The New York Times
First, partition the drive using Disk Utility in macOS and (using our walk-through below) format one part as HFS+ and the other as...
Read more >
What Is the Best Drive Format? APFS, HFS, NTFS & exFAT ...
You may have commonly heard this referred to as HFS+ or Hierarchical File System, though the MacOS Extended (Journaled) option is actually ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found