Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Lista Forumurilor Pe Tematici
|
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login
POZE MRRRR'S FORUM (VIEW ONLY)
Nu sunteti logat.
|
Nou pe simpatie: Stefania23 Profile
 | Femeie 24 ani Dolj cauta Barbat 25 - 46 ani |
|
Mrrrr
AdMiN
 Inregistrat: acum 18 ani
Postari: 2289
|
|
1. Download and extract FFMPEG:
2. Open CMD and navigate to ffmpeg\bin folder
3. Obtain the address of the M3U8 file, by right clicking the page containing the video, then clicking Inspect. Under "Elements", search with CTRL+F for "m3u8" without the quotes.
4. Type the following command replacing the address to the M3U8 file with your own: ffmpeg -i http://.../playlist.m3u8 -c copy -bsf:a aac_adtstoasc output.mp4
5. output.mp4 will be saved in the ffmpeg\bin directory
NOTE: This process might take a while, depending on the number of segments and the site you are getting them from.
Source and 4 other methods:
_______________________________________

|
|
pus acum 1 an |
|
Mrrrr
AdMiN
 Inregistrat: acum 18 ani
Postari: 2289
|
|
Another option:
1. Download the M3U8 file normally, then open it with notepad and check the video naming convention, eg:
#EXTINF:5, video0.ts #EXTINF:5, video1.ts #EXTINF:5, video2.ts
... etc...
#EXTINF:5, video123.ts |
2. Get the browser extension DownThemAll, or another program or extension that lets you download batches similarly to DownThemAll (see below)
3. Upon install, Add Download in DownThemAll, and in the "Download" field add a batch download based on the video naming obtained at no. 1
http://.../video[0:123].ts |
4. When it's asking if you want to download multiple files, click on Batch Download button, then wait for download to finish - it might take a while
5. Upon download, merge the ts files using this method:
_______________________________________

|
|
pus acum 1 an |
|
Mrrrr
AdMiN
 Inregistrat: acum 18 ani
Postari: 2289
|
|
If you decide to go in Word with the list of links, you can remove the EXTINF lines with the following find & replace with wildcards, especially if EXTINF is not always followed by the same characters.
Paragraph mark in Word is either ^p that does not work when Use wildcards is checked, or ^013 that works with wildcards.
So to replace all lines starting with #EXTINF and ending in , Use wildcards checked Find what: #EXTINF:*,^013 Replace with:
_______________________________________

|
|
pus acum 2 saptamani |
|