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!!!