Files
gitlab-instance-0a899031_do…/config/youtube.ini
2026-03-19 03:14:57 -05:00

23 lines
844 B
INI
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[youtube]
# 只写 stream key推荐方式
key = x04z-564w-aks7-embw-30y4
# ===== 优先:推流画质 =====
# 视频码率 Mbps720p 推荐 4-4.5YouTube 建议 3-8
video_bitrate_mbps = 4.5
# 推流状态日志间隔(秒),每 N 秒打印帧率/码率/网络等
stats_interval_sec = 10
# ===== 其次:音频版权处理 =====
# 是否启用 Demucs 人声分离(防 YouTube Content ID 版权识别)
# 是 = 启用,只保留人声;否 = 使用原始音频
enable_demucs =
# Demucs 是否优先使用 NVIDIA GPU 加速
# 是 = 有显卡则用 GPU否 = 强制 CPU无显卡时自动回退到 CPU
demucs_use_gpu =
# 人声混合比例0.5-1.0),改善人声自然度,减少尖锐感
# 0.85 = 85%人声+15%其他推荐更自然1.0 = 纯人声(可能尖锐)
demucs_vocal_mix = 0.85