更新 yt-dlp.conf
This commit is contained in:
10
yt-dlp.conf
10
yt-dlp.conf
@@ -2,15 +2,15 @@
|
|||||||
# 使用方法: yt-dlp --config-location yt-dlp.conf "播放清單URL"
|
# 使用方法: yt-dlp --config-location yt-dlp.conf "播放清單URL"
|
||||||
|
|
||||||
# ========== 音質設定 ==========
|
# ========== 音質設定 ==========
|
||||||
# 選擇最佳音訊串流(優先選擇 Opus > AAC > M4A)
|
# 選擇最佳音訊串流(使用靈活的格式選擇)
|
||||||
-f bestaudio
|
# 優先選擇純音訊,若無則從影片提取音訊
|
||||||
|
-f bestaudio/best
|
||||||
|
|
||||||
# 提取音訊
|
# 提取音訊
|
||||||
-x
|
-x
|
||||||
|
|
||||||
# 保留原始音訊格式(不轉換以保持最高品質)
|
# 輸出為 MP3 格式(相容性最好,320kbps 高品質)
|
||||||
# 如果想統一格式,可改為: --audio-format flac 或 --audio-format mp3
|
--audio-format mp3
|
||||||
--audio-format best
|
|
||||||
|
|
||||||
# 音訊品質設定(0 = 最高品質)
|
# 音訊品質設定(0 = 最高品質)
|
||||||
--audio-quality 0
|
--audio-quality 0
|
||||||
|
|||||||
Reference in New Issue
Block a user