Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Is There any thing wrong with AtresMedia Downloader ?!!Hi everyone...
The program was working great until yesterday , But today, whenever I try to Paste a link, and press on the search button, the program HANGS! and it stops responding until I end its process... I've tried to uninstall the program and reinstall it many times, but nothing happened, the program still hangs . This is the video URL I'm trying to download I can download it manually with ffmpeg, but I just wanna know if this problem happened because of "Atres Downloader" , or my computer . =============================== I also have another question for ffmpeg experts.. I know how to download m3u8 videos using ffmpeg, and I know about four or five techniques to do it, but all of them lead me to the same result (one video file.mp4,.mkv,.ts) what I'm looking for is, how to download separated *.ts files, like Atres Downloader does ? I mean, if I've a *.m3u8 file, and it has about 100 Url like this:- URL/FileName_e10.playlist0.ts URL/FileName_e10.playlist1.ts URL/FileName_e10.playlist2.ts ......... URL/FileName_e10.playlist100.ts What is the needed ffmpeg command , to download all of these 100 *.ts files ? Any Help Please... |
#2
|
|||
|
|||
Re: Is There any thing wrong with AtresMedia Downloader ?!!it's not just you, it's hanging here and not allowing me to download. It's also no longer showing that I've donated (9:45pm EST, Toronto Canada)
|
#3
|
|||
|
|||
Re: Is There any thing wrong with AtresMedia Downloader ?!!Worked fine for me 2 hours ago on the WWE Network, still says I'm a donator too.
|
#4
|
|||
|
|||
Re: Is There any thing wrong with AtresMedia Downloader ?!!Try this... It's working fine
Code:
ffmpeg -i "http://l3md.shahid.net/web/mediaDelivery/media/061fdfcd6e2746c9afd618dbf3d3b0f8.m3u8" -c copy "9irsh.ts" |
#5
|
|||
|
|||
Re: Is There any thing wrong with AtresMedia Downloader ?!!Thanks So Much Guys, For Your Fast Replies...
Looks Like that "Atres Downloader" Developer, is making some Updates or Something .. Quote:
Your Command Is Going to Download The Whole Video, Into One *.ts File . But What I'm Looking For, is How to Download All of The *.ts Files of That Video, Knowing that all of them, are inside the *.M3U8 File (I'm Sure You already Know that) So, What Is The Ffmpeg Command, am I Supposed to use, in order to download these files in Concatenation ? ------------------------------------ Really Appreciate Your Help Bro This Your Fourth One BTW |
#6
|
|||
|
|||
Re: Is There any thing wrong with AtresMedia Downloader ?!!Why do you want several .ts segments in an m3u8 format!!! You can open/play then final .ts file in VLC or just rename it to .flv file and play it in VLC.
|
#7
|
|||
|
|||
Re: Is There any thing wrong with AtresMedia Downloader ?!!I could come up to this spot
1. copy the .m3u8 url from peterpan's code and paste in your Browser and download the .m3u8 file on your Desktop etc. 2. then open the .m3u8 file with a "Editor" i use Notepad++ and choose the highest resolution 3. that would be the here... Code:
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=3692000,RESOLUTION=1280x720,CODECS="avc1.64001f,mp4a.40.2" http://l3md.shahid.net/media/l3/2fda1d3fd7ab453cad983544e8ed70e4/061fdfcd6e2746c9afd618dbf3d3b0f8/92f16776e42743ecac592c59b40eaf6a/ramez_karesh_al_bahar_s01_e07_vod.mpegts/playlist-616d5413c7ab8beb439037b6e2b724b8880607b2.m3u8 5. ok and here are now specialists welcome first .m3u8 file Code:
#EXTM3U #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1628000,RESOLUTION=852x480,CODECS="avc1.77.30,mp4a.40.2" http://l3md.shahid.net/media/l3/2fda1d3fd7ab453cad983544e8ed70e4/061fdfcd6e2746c9afd618dbf3d3b0f8/ca6d09d81373439a91eb18c62a46c4a8/ramez_karesh_al_bahar_s01_e07_vod.mpegts/playlist-0691d761bc1033f967f57a2ff45b5607b948cbf0.m3u8 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=464000,RESOLUTION=426x240,CODECS="avc1.77.30,mp4a.40.2" http://l3md.shahid.net/media/l3/2fda1d3fd7ab453cad983544e8ed70e4/061fdfcd6e2746c9afd618dbf3d3b0f8/a08a7a12db8844c0b0f6e36692d24117/ramez_karesh_al_bahar_s01_e07_vod.mpegts/playlist-4e21fb2bbe1ec248a7565e1dae1556d05fb5c73a.m3u8 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=828000,RESOLUTION=640x360,CODECS="avc1.77.30,mp4a.40.2" http://l3md.shahid.net/media/l3/2fda1d3fd7ab453cad983544e8ed70e4/061fdfcd6e2746c9afd618dbf3d3b0f8/d03b4b8e82fb42abac22c97679533b10/ramez_karesh_al_bahar_s01_e07_vod.mpegts/playlist-f58896f0c4222543b3ba6776343302c1b4a57360.m3u8 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2128000,RESOLUTION=1024x576,CODECS="avc1.77.30,mp4a.40.2" http://l3md.shahid.net/media/l3/2fda1d3fd7ab453cad983544e8ed70e4/061fdfcd6e2746c9afd618dbf3d3b0f8/6ecebf2432fe498ebf4944baffb607cb/ramez_karesh_al_bahar_s01_e07_vod.mpegts/playlist-00bacfaaddb06602f1de92dcd8a1cb82bd928e08.m3u8 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=3692000,RESOLUTION=1280x720,CODECS="avc1.64001f,mp4a.40.2" http://l3md.shahid.net/media/l3/2fda1d3fd7ab453cad983544e8ed70e4/061fdfcd6e2746c9afd618dbf3d3b0f8/92f16776e42743ecac592c59b40eaf6a/ramez_karesh_al_bahar_s01_e07_vod.mpegts/playlist-616d5413c7ab8beb439037b6e2b724b8880607b2.m3u8 |
#8
|
|||
|
|||
Re: Is There any thing wrong with AtresMedia Downloader ?!!second .m3u8 file
but peterpan is right... why they want all .ts fragments download individually? they do not need the |
Tags: atresdownloader, ffmpeg, m3u8 |
Thread Tools | |
Display Modes | |
|
|