We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9a6c4 commit e5817cfCopy full SHA for e5817cf
1 file changed
config/ytdlp_config.json
@@ -3,8 +3,10 @@
3
// For example "134+140/mp4+m4a/bestvideo+bestaudio"
4
// would prefer 360p video + AAC 128kpbs audio to be muxed with ffmpeg,
5
// otherwise fallback to "best" according to yt-dlp's logic
6
- "format": "mp4+m4a/bestvideo+bestaudio",
7
-
+ //"format": "mp4+m4a/bestvideo+bestaudio",
+ // Alternatively, using format sort should be more flexible:
8
+ "format_sort": ["res:480","+codec:h264:m4a"],
9
+
10
// Path to your cookies (this value is replaced by the value
11
// submitted via the --cookies parameter to livestream_saver)
12
// "cookiefile": "",
0 commit comments