Advertisement
Guest User

Untitled

a guest
Sep 27th, 2021
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. @echo off
  2. set /p vid-url=give url:
  3.  
  4. yt-dlp "%vid-url%" -f 251 --no-playlist --write-thumbnail --no-download-archive --remux-video webm -o "c:\users\neo\desktop\%%(title)s.webm" --no-embed-thumbnail --exec "ffmpeg -i \"%%(title)s.webm\" -r 1 -loop 1 -i \"%%(title)s.webp\" -c:a libopus -b:a 128K -c:v vp9 -b:v 0 -crf 16 -g 360 -vf scale=-1:540 -pix_fmt yuv420p -map_metadata 0 -shortest \"%%(title)s-fin.webm\"" --exec "del \"%%(title)s.webm\"" --exec "del \"%%(title)s.webp\""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement