Advertisement
Erendis42

yv1080.bat

Oct 12th, 2024
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @ECHO OFF
  2. rem *** prerequisites: ffmpeg, yt-dlp
  3.  
  4. :loop
  5. yt-dlp %1 -S res:1080,ext:mp4:m4a --recode mp4
  6. shift
  7. if not "%~1"=="" goto loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement