Advertisement
Najeebsk

FFMPEG-HD-STREMING-D.bat

Nov 20th, 2023
1,062
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.32 KB | None | 0 0
  1. @ECHO OFF
  2. TITLE NAJEEB STREMING M3U8 FILE DOWNLOAD TIME
  3. COLOR 1B  & MODE 110,16
  4. SET /P FTime= ENTER START TIME :
  5. SET /P ETime= ENTER END TIME :
  6. SET /P M3U8= ENTER STREMING M3U8 URLS :
  7. SET /P SAVE= ENTER SAVE FILE NAME :
  8. ffmpeg.exe -ss %FTime% -to %ETime% -i "%M3U8%" -acodec copy -vcodec copy "%CD%\%SAVE%.mp4"
  9. PAUSE :
  10. EXIT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement