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
cheatsheet:yt-dlp [2025/08/16 02:03] – ↷ Page moved from terminal:yt-dlp to cheatsheet:yt-dlp melocheatsheet:yt-dlp [2025/08/16 02:04] (current) melo
Line 3: Line 3:
 best video, best audio, MKV remux: best video, best audio, MKV remux:
  
-<code>yt-dlp -f ba+bv --merge-output-format mkv link</code>+<code bash>yt-dlp -f ba+bv --merge-output-format mkv $URL</code>
  
 best video UNDER 1080p, best audio, MKV remux: best video UNDER 1080p, best audio, MKV remux:
  
-<code>yt-dlp -f "ba+bv*[height<=1080p]" --merge-output-format mkv link</code>+<code bash>yt-dlp -f "ba+bv*[height<=1080p]" --merge-output-format mkv $URL</code>
  
 change output name from default: change output name from default:
  
-<code>yt-dlp -o custom-name.mp4 link</code>+<code bash>yt-dlp -o custom-name.mp4 $URL</code>
  
 video to mp3: video to mp3:
  
-<code>yt-dlp -x --audio-format mp3 -f bestaudio link</code>+<code bash>yt-dlp -x --audio-format mp3 -f bestaudio $URL</code>
cheatsheet/yt-dlp.1755309817.txt.gz · Last modified: by melo

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki