youtube-dl DASH video and audio in highest quality without human intervention

后端 未结 5 526
隐瞒了意图╮
隐瞒了意图╮ 2020-12-23 14:35

With youtube-dl I first look what video quality is available and then in second step I download highest possible quality (in this example -f 137+140). Youtube-d

5条回答
  •  执念已碎
    2020-12-23 15:18

    Just use -f bestvideo+bestaudio/best for highest resulting quality available.

    If you wanted to prefer MP4 format containers instead of WebM, use:

    -f bestvideo[ext!=webm]‌​+bestaudio[ext!=webm]‌​/best[ext!=webm].

提交回复
热议问题