Advertisement
Najeebsk

FFMPEG-QULITY-TIME-D.bat

Nov 20th, 2023
1,231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.40 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 Qulity= ENTER STREMING QULITY(1-50) :
  8. SET /P SAVE= ENTER SAVE FILE NAME :
  9. ffmpeg.exe -ss %FTime% -to %ETime% -i "%M3U8%" -bsf:a aac_adtstoasc -vcodec copy -c copy -crf  %Qulity% "%CD%\%SAVE%.mp4"
  10. PAUSE :
  11. EXIT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement