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 110,16
- SET /P FTime= ENTER START TIME :
- SET /P ETime= ENTER END TIME :
- SET /P M3U8= ENTER STREMING M3U8 URLS :
- SET /P SAVE= ENTER SAVE FILE NAME :
- ffmpeg.exe -ss %FTime% -to %ETime% -i "%M3U8%" -acodec copy -vcodec copy "%CD%\%SAVE%.mp4"
- PAUSE :
- EXIT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement