Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
![]() ![]() |
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]() How to download videos from PLUS 7 website (for an un-tecchy person)Hi,
Although I have a smart DNS set up, I can still not view any videos in the following link and get a geoblock error: https://au.tv.yahoo.com/plus7/home-a...e-early-years/ I want to be able to download videos offline from this link in the highest quality possible, though am quite clueless as to how to go about it. I do have getflv, but again this does not seem to work and nor does a free trial version of Allavsoft. I have never used RTMPdump (I think) but this seems so complex to understand - would I have to write a script to download? (that's the main reason why I am shying away from it). And there doesn't seem to be clear instructions on this (one person says something, another says another and not sure what is right anymore). Are there are any other tools that would work? Thanks in advance for any help. |
#2
|
|||
|
|||
![]() Re: How to download videos from PLUS 7 website (for an un-tecchy person)youtube-dl + ffmpeg works fine put them in same folder and run.....
Code:
youtube-dl "https://au.tv.yahoo.com/plus7/home-and-away-the-early-years/-/watch/30294959/home-and-away-the-early-years-tue-8-dec/" |
#3
|
|||
|
|||
![]() Re: How to download videos from PLUS 7 website (for an un-tecchy person)Thank you very much for this start.
I downloaded the two, and put the youtube-dl in the bin folder of the ffmpeg. However, I tried running the command (I have never run many at all before, but followed instructions from googling) and I obtained this error: |
#4
|
|||
|
|||
![]() Re: How to download videos from PLUS 7 website (for an un-tecchy person)Hi.
Sorry a couple more questions. I know you said 720p was the highest quality possible only in the link: https://au.tv.yahoo.com/plus7/home-a...rs-mon-30-nov/. How did you know 720p was the highest? And do I need to change any settings to get the 720p when using ffmpeg and youtube-dl? Otherwise I have got the VPN sorted and am downloading one episode at the moment (seems like it takes about 30mins-1 hour to get the whole episode downloaded at the rate it's going at, though this isn't a major concern). Hopefully it works out. Thank you so much!!! Really appreciate your help. |
#5
|
|||
|
|||
![]() Re: How to download videos from PLUS 7 website (for an un-tecchy person)I have managed to successfully download.
I also have one more question - is there a code that converts the file downloaded to an mp4/mkv format with 0 loss of quality? This is because I have an m3u8 file (which is not compatible with many programs to watch on), and hence would like to convert either to mp4/mkv.....so if there is a code that I have to input into cmd to convert to a user-friendly format, I would be grateful if you could let me know ![]() Hopefully, that's the last of my questions! Thank you in advance!! |
#6
|
|||
|
|||
![]() Re: How to download videos from PLUS 7 website (for an un-tecchy person)Quote:
hi Code:
youtube-dl -g "https://au.tv.yahoo.com/plus7/home-and-away-the-early-years/-/watch/30294959/home-and-away-the-early-years-tue-8-dec/" Code:
http://c.brightcove.com/services/mobile/streaming/index/master.m3u8?videoId=4649128646001 Code:
ffmpeg -i "http://c.brightcove.com/services/mobile/streaming/index/master.m3u8?videoId=4649128646001" -bsf:a aac_adtstoasc -c copy home-and-away-the-early-years-tue-8-dec.mp4 |
![]() ![]() |
Tags: plus7 |
Thread Tools | |
Display Modes | |
|
|