FFMPEG - batch file (windows) - Please helpHello, 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) :confused: :confused: like this: ffmpeg -i "http://website.com/something.m3u8" -c copy "abcd.ts" I need to download 500 such files. Please help!!! |
Re: FFMPEG - batch file (windows) - Please helpQuote:
Code:
start /wait c:\ffmpeg\ffmpeg.exe -i "http://website.com/something.m3u8" -c copy G:\TV\abcd001.ts |
All times are GMT -6. The time now is 05:09 PM. |