Thread: Neulion Streams
View Single Post
  #15  
Old 02-28-2015, 03:49 PM
stevenT stevenT is offline
Still Learning
 
Join Date: Feb 2015
Location: London
Posts: 16
stevenT is on a distinguished road
Default

Re: Neulion Streams


Quote:
Originally Posted by app80 View Post
Hi mate, I have all the pieces too. Can you write me the exact script you used to join them? That'll completely solve my problem...

Thanks!
I included it in the post above, but here it is again. You don't have to download all the pieces individually, just put your link in and ffmpeg will grab everything and save it as test.mp4 or whatever you name it

Code:
ffmpeg -i "http://nlds179.cdnak.neulion.com/nlds_vod/ufc/vod/2015/02/01/ufc-183-johnson-backstage-intv/ufc-183-johnson-backstage-intv_1_3000.mp4.m3u8?nltid=ufc&nltdt=7&hdnea=expires%3D1425155393%7Eaccess%3D%2Fnlds_vod%2Fufc%2Fvod%2F2015%2F02%2F01%2Fufc-183-johnson-backstage-intv%2F*%7Emd5%3D02d8fcae28c6cb1704edb6b565c3ec58" -c copy -bsf:a aac_adtstoasc "test.mp4"
ffmpeg -i "LINK YOU GET" -c copy -bsf:a aac_adtstoasc "test.mp4"
Reply With Quote