View Single Post
  #6  
Old 12-11-2015, 06:25 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: How to download videos from PLUS 7 website (for an un-tecchy person)


Quote:
Originally Posted by fandangozackryder View Post
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!!

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
Reply With Quote