Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Getting these ABC streamsI'm currently trying to get musical performances from the Jimmy Kimmel Live! ABC website in the highest quality available (720p, 6,000 Kbps) and have had success with Atres Multi-Downloader, however, while selecting any of the M3U8 options (not just m3u8_6902579_1280x720), the TS segments are downloaded and/or merged incompletely compared to the only MP4 version it's able to get (mp4_api1000). I've compared not only length but total number of frames as well between the two resulting files and there's no mistaking there's a difference. I've also tried AVGO Free Video Downloader but it's able to get the 298x168 MP4 and nothing else.
Here's an example of the latest one they have up. I appreciate any help. Thank you. |
#2
|
|||
|
|||
Re: Getting these ABC streamsI compared the video from the mp4 link with the video from the m3u8 link, and they seem the same to me, aside from the quality differences - of course.
I didn't count the frames or anything, but they are both 3:27 in duration. The 720p m3u8 link is only about 2400k bitrate; I didn't see anything higher. Maybe you got a different file if it is 6000k. 644x362 mp4 link; Code:
http://cdn.video.abc.com/video/mp4/644x362/JKL_20140331_DANCROLLPERFORMSFRO_SHOWCLIP_4ef4431e-3f70-4fec-9146-64aedb79fcdc_10011412.mp4 SHOWCLIP_4ef4431e_1280x720.mp4 (result from m3u8 link using ffmpeg to download) |
#3
|
|||
|
|||
Re: Getting these ABC streamsQuote:
Thanks for looking into this. |
#4
|
|||
|
|||
Re: Getting these ABC streamsI know that atres names hulu downloads as mp4 when the container is actually flv, and a slightly strange flv container that FLVExtractCL won't recognize.
You may want to check the container on the atres download. Simply copying the contents may fix the duration. Code:
ffmpeg -i "atres_download_name.mp4" -vcodec copy -acodec copy "new.mp4" I found the 6902579_1280x720 entry. I overlooked it the first time thinking it was the same 720p entry as the other one in the playlist. |
#5
|
|||
|
|||
Re: Getting these ABC streamsQuote:
Can you show me how to get the highest M3U8 with ffmpeg? Thank you for the help. |
Tags: abc, atres, avgo, m3u8, mp4 |
Thread Tools | |
Display Modes | |
|
|