当前位置: 首页 > 工具软件 > you-get > 使用案例 >

使用you-get下载不同分辨率的视频

别浩漫
2023-12-01
分辨率太高,文件太大下载速度太慢
分辨率太低,效果太差
怎么办?自己决定呗!

 【方法】you-get -i URL 出来的提示会告诉你如何下载不同比例不同格式文件拉....
===============================================================

xgzhang@xgzhang-T470P:/mnt/e/movie_a$ you-get -i https://www.bilibili.com/video/BV1gR4y147Tt?spm_id_from=333.999.0.0

-- 屏幕显示很清晰告诉你了如何下载不同分辨率的视频拉,如:
     1080 mp4 --> you-get --format=dash-flv [URL]
====================================================
site:                Bilibili
title:               abcd
streams:             # Available quality and codecs
    [ DASH ] ____________________________________
    - format:        dash-flv
      container:     mp4
      quality:       高清 1080P
      size:          222.8 MiB (233636151 bytes)
    # download-with: you-get --format=dash-flv [URL]

    - format:        dash-flv720
      container:     mp4
      quality:       高清 720P
      size:          220.7 MiB (231406219 bytes)
    # download-with: you-get --format=dash-flv720 [URL]

    - format:        dash-flv480
      container:     mp4
      quality:       清晰 480P
      size:          197.5 MiB (207060929 bytes)
    # download-with: you-get --format=dash-flv480 [URL]

    - format:        dash-flv360
      container:     mp4
      quality:       流畅 360P
      size:          82.9 MiB (86940673 bytes)
    # download-with: you-get --format=dash-flv360 [URL]

    [ DEFAULT ] _________________________________
    - format:        flv
      container:     flv
      quality:       高清 1080P
      size:          202.6 MiB (212400495 bytes)
    # download-with: you-get --format=flv [URL]

    - format:        flv720
      container:     flv
      quality:       高清 720P
      size:          173.2 MiB (181606072 bytes)
    # download-with: you-get --format=flv720 [URL]

    - format:        flv480
      container:     flv
      quality:       清晰 480P
      size:          141.5 MiB (148354038 bytes)
    # download-with: you-get --format=flv480 [URL]

    - format:        flv360
      container:     flv
      quality:       流畅 360P
      size:          86.5 MiB (90651295 bytes)
    # download-with: you-get --format=flv360 [URL]
 类似资料: