From 5697b5a28c86541ba68a4ea882dfd2c036576671 Mon Sep 17 00:00:00 2001 From: ChenKaiLiuG Date: Sat, 17 Jan 2026 20:45:46 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20yt-dlp.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yt-dlp.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/yt-dlp.conf b/yt-dlp.conf index 76d6c8d..0691014 100644 --- a/yt-dlp.conf +++ b/yt-dlp.conf @@ -2,15 +2,15 @@ # 使用方法: yt-dlp --config-location yt-dlp.conf "播放清單URL" # ========== 音質設定 ========== -# 選擇最佳音訊串流(優先選擇 Opus > AAC > M4A) --f bestaudio +# 選擇最佳音訊串流(使用靈活的格式選擇) +# 優先選擇純音訊,若無則從影片提取音訊 +-f bestaudio/best # 提取音訊 -x -# 保留原始音訊格式(不轉換以保持最高品質) -# 如果想統一格式,可改為: --audio-format flac 或 --audio-format mp3 ---audio-format best +# 輸出為 MP3 格式(相容性最好,320kbps 高品質) +--audio-format mp3 # 音訊品質設定(0 = 最高品質) --audio-quality 0