Advertisement
mohsentux

yt-dlp config file

May 5th, 2022
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.34 KB | None | 0 0
  1. -o "F:\yt-dlp\%(uploader)s/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s"
  2. --compat-options multistreams
  3. --compat-options format-spec
  4. --format "bestvideo[ext=avc1]+bestaudio[ext=opus]/bestvideo[ext=mp4_dash]+bestaudio[ext=m4a_dash]/bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio/best"
  5. --merge-output-format mkv
  6. --concurrent-fragments 8
  7. --retries "infinite"
  8. --file-access-retries "infinite"
  9. --fragment-retries "infinite"
  10. #--buffer-size 535K
  11. --no-resize-buffer
  12. #--downloader http:ffmpeg
  13. #--downloader ftp:ffmpeg
  14. #--downloader ffmpeg
  15. --downloader http:aria2c
  16. --downloader ftp:aria2c
  17. --downloader aria2c
  18. --downloader-args aria2c:"--continue=true --check-integrity=true --enable-http-pipelining=true --max-connection-per-server=8 --enable-http-keep-alive=true --max-tries=15 --retry-wait=5  --timeout=10  --log=F:\yt-dlp\aria2c\log.txt"
  19. --continue
  20. --cache-dir "F:\yt-dlp\cache-dir"
  21. --embed-thumbnail
  22. --embed-subs
  23. --xattrs
  24. --embed-metadata
  25. #--fixup force
  26. #--legacy-server-connect
  27. #--hls-use-mpegts
  28. #--max-concurrent-downloads=6 --max-connection-per-server=6 --split=12 --min-split-size=767K --checksum=adler32=1a4f0475 --force-sequential=true
  29. #64002a mp4_dash m4a_dash
  30. #--format "bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio/best"
  31. #--format "bestvideo[ext=mp4_dash]+bestaudio[ext=m4a_dash]/bestvideo+bestaudio/best"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement