meta

what's the meta about say it ditto dot net?

User Tools

Site Tools


cheatsheet:yt-dlp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cheatsheet:yt-dlp [2025/08/16 02:03] – removed - external edit (Unknown date) 127.0.0.1cheatsheet:yt-dlp [2025/08/16 02:04] (current) melo
Line 1: Line 1:
 +===== yt-dlp =====
  
 +best video, best audio, MKV remux:
 +
 +<code bash>yt-dlp -f ba+bv --merge-output-format mkv $URL</code>
 +
 +best video UNDER 1080p, best audio, MKV remux:
 +
 +<code bash>yt-dlp -f "ba+bv*[height<=1080p]" --merge-output-format mkv $URL</code>
 +
 +change output name from default:
 +
 +<code bash>yt-dlp -o custom-name.mp4 $URL</code>
 +
 +video to mp3:
 +
 +<code bash>yt-dlp -x --audio-format mp3 -f bestaudio $URL</code>

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki