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