Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @ECHO OFF
- TITLE NAJEEB STREMING M3U8 FILE DOWNLOAD TIME
- COLOR 1B & MODE 100,16
- SET /P M3U8= ENTER STREMING M3U8 URLS :
- SET /P Qulity= ENTER STREMING QULITY(1-50) :
- SET /P SAVE= ENTER SAVE FILE NAME :
- ffmpeg.exe -i "%M3U8%" -bsf:a aac_adtstoasc -vcodec copy -c copy -crf %Qulity% "%CD%\%SAVE%.mp4"
- PAUSE :
- EXIT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement