Videos on this site:
produce fragmented video with dynamically changing bitrate:Code:http://www.soonersports.com/mediaPortal/player.dbml
etc.Code:http://nlds119.cdnak.neulion.com/nldsu_vod/jtvs/vod/..._1_400.mp4/00/0000.mp4 http://nlds119.cdnak.neulion.com/nldsu_vod/jtvs/vod/..._1_400.mp4/00/0002.mp4 http://nlds119.cdnak.neulion.com/nldsu_vod/jtvs/vod/..._1_800.mp4/00/0004.mp4 http://nlds119.cdnak.neulion.com/nldsu_vod/jtvs/vod/..._1_800.mp4/00/0006.mp4 http://nlds119.cdnak.neulion.com/nldsu_vod/jtvs/vod/..._1_3000.mp4/00/0010.mp4 http://nlds119.cdnak.neulion.com/nldsu_vod/jtvs/vod/..._1_3000.mp4/00/0012.mp4
Videos could be downloaded in full by trimming off the end:
but this no longer works.Code:http://nlds119.cdnak.neulion.com/nldsu_vod/jtvs/vod/..._1_3000.mp4
Q1. Is there any way to grab to whole video?
Q2. Is there any way to merge all the fragments?
Tried: ffmpeg - fail
recover_mp4_to_h264_x64 using known good file - fail
+ Reply to Thread
Results 1 to 3 of 3
-
-
hi
if you change user agent for mobile device you can switch to hls protocol and find m3u8 url
Code:http://nlds119.cdnak.neulion.com/nldsu_vod/jtvs/vod/2015/10/08/rhkutiwlpmvhzpm.20151008172610/rhkutiwlpmvhzpm.20151008172610_1_ipad.mp4.m3u8
Code:ffmpeg -i "http://nlds119.cdnak.neulion.com/nldsu_vod/jtvs/vod/2015/10/08/rhkutiwlpmvhzpm.20151008172610/rhkutiwlpmvhzpm.20151008172610_1_ipad.mp4.m3u8" -c copy -absf aac_adtstoasc video.mp4
Similar Threads
-
Can MPC-HC play media fragments?
By MidnightUser in forum Software PlayingReplies: 1Last Post: 23rd Jul 2015, 12:25 -
Re-encode selected fragments of mkv
By Freodon in forum Video ConversionReplies: 9Last Post: 28th Nov 2014, 18:39 -
Deciphering strange H264 fragments
By Kryzon in forum Video Streaming DownloadingReplies: 9Last Post: 22nd Jun 2014, 18:47 -
Desktop Screen fragments
By sambat in forum Newbie / General discussionsReplies: 9Last Post: 31st Aug 2011, 11:50 -
mpeg4-ts - how to edit? Need to cut fragments and join two files
By relu84 in forum Newbie / General discussionsReplies: 2Last Post: 18th Jan 2011, 07:01