lux icon indicating copy to clipboard operation
lux copied to clipboard

下载最高分辨率而非最大文件大小

Open fireattack opened this issue 3 years ago • 2 comments

某些视频极端情况会出现较低分辨率的文件大小大于较高分辨率,希望能先根据分辨率来选择(或者至少提供选项)。 例子:

annie av372254823

fireattack avatar Oct 07 '20 01:10 fireattack

同樣問題,希望按分辨率排序,例如:

-f 80-7
-f 80-12
-f 64-7
-f 64-12
-f 32-7
-f 32-12
-f 16-7
-f 16-12

例子: https://www.bilibili.com/video/BV1Ct411v7X1?p=2

輸出:

D:\>lux -i https://www.bilibili.com/video/BV1Ct411v7X1?p=2

 Site:      哔哩哔哩 bilibili.com
 Title:     【绘画过程】画一只猫猫!(含原速) P2 草稿1
 Type:      video
 Streams:   # All available quality
     [32-12]  -------------------
     Quality:         清晰 480P hev1.1.6.L120.90
     Size:            40.39 MiB (42349041 Bytes)
     # download with: lux -f 32-12 ...

     [80-7]  -------------------
     Quality:         高清 1080P avc1.640028
     Size:            40.04 MiB (41983210 Bytes)
     # download with: lux -f 80-7 ...

     [64-12]  -------------------
     Quality:         高清 720P hev1.1.6.L120.90
     Size:            39.24 MiB (41145413 Bytes)
     # download with: lux -f 64-12 ...

     [80-12]  -------------------
     Quality:         高清 1080P hev1.1.6.L120.90
     Size:            38.86 MiB (40750508 Bytes)
     # download with: lux -f 80-12 ...

     [16-12]  -------------------
     Quality:         流畅 360P hev1.1.6.L120.90
     Size:            34.75 MiB (36433397 Bytes)
     # download with: lux -f 16-12 ...

     [64-7]  -------------------
     Quality:         高清 720P avc1.64001F
     Size:            29.84 MiB (31285897 Bytes)
     # download with: lux -f 64-7 ...

     [32-7]  -------------------
     Quality:         清晰 480P avc1.64001F
     Size:            21.46 MiB (22503745 Bytes)
     # download with: lux -f 32-7 ...

     [16-7]  -------------------
     Quality:         流畅 360P avc1.64001E
     Size:            16.49 MiB (17295177 Bytes)
     # download with: lux -f 16-7 ...

fmnijk avatar Apr 08 '22 10:04 fmnijk

就很神奇,低分辨率比高分辨率文件还大

axetroy avatar Apr 08 '22 12:04 axetroy