 Re: need help downloading from zipstreams.net
troller12,
OK, I got about 15% of the video downloaded and then failed. The reason is in Notepad++, you can't just replace 18/
to whole link + 18/
That will work for about the first 15% of the text file, until you get to
18/18/02.ts
19/18/00.ts
20/18/04.ts
and then Notepad++ will want to replace the second 18, which is incorrect. Likewise, the same problem will occur when you try to replace 19 and 20. How can you use Notepad++ to just replace the parts that need to be replaced? Please show details with screenshots. Also make sure your method will download the complete video without failing at some point (due to faulty editing of text file) before the entire video is downloaded.
One other thing: I don't want vlc to come up when I am downloading. I used this more simple command and it worked fine for downloading (no vlc in command line):
ffmpeg -i "Hockey2.m3u8" -c copy -bsf:a aac_adtstoasc output.mp4
|