View Single Post
  #1  
Old 07-02-2015, 10:05 AM
rinkle rinkle is offline
Junior Member
 
Join Date: Jun 2015
Posts: 1
rinkle is on a distinguished road
Default

FFMPEG - batch file (windows) - Please help


Hello, I am a ffmpeg windows user.

Can anyone help me in creating a batch (.bat) or any method to download multiple videos one by one or simultaneously.

Right now, I am doing it one by one (manually) like this:

ffmpeg -i "http://website.com/something.m3u8" -c copy "abcd.ts"

I need to download 500 such files.

Please help!!!
Reply With Quote