+ Reply to Thread
			
		
		
		
			 
		
			
	
	
				Results 211 to 240 of 349
			
		
- 
	Hi Alex_ander , 
 
 Here below a process , with files .mp2t .
 
 !!! BE SURE THAT ALL .MP2T FILES HAVE THE SAME STRUCTURE !!!
 
 1) Create a directory E:\concat
 
 2) insert the file "FFMPEG.EXE"
 
 3) Copy in that directory , all files .mp2t
 
 4) Create a file "mylist.txt" in that directory . See example below :
 !!!NB : files in order !!!
 
 5) Create a batch file . See example below :Code:file 'E:\concat\media_1.mp2t' file 'E:\concat\media_2.mp2t' file 'E:\concat\media_3.mp2t' 
 Launch the batch file to get the file "3_fichiers.mkv" .Code:@echo on "ffmpeg.exe" -f concat -i mylist.txt -c copy "3_fichiers.mkv" pause :fin 
 
 More help at : https://trac.ffmpeg.org/wiki/Concatenate?
 
 Cheers .Last edited by aazerty; 23rd Jun 2015 at 18:43. JE SUIS CHARLIE !!!
- 
	Can you help me to grab this video? 
 
 http://www.mymovies.it/live/test/connessione/
 
 I've tried with livestreamer with the HDS link detector.
 
 But I've this error "Tag has filter flag set, probably encrypted"Code:livestreamer "hds://http://cdn.mymovies.it/E4MHFnbzpd-zpuS7Tpj1-opRcELo5EbM/E4MHFnbzpd-zpuS7Tpj1-opRcELo5EbM_1.f4m" best -o D:\test.flv  
 
 Thanks.
- 
	
- 
	i use firefox and user agent switcher addon 
 
 i import list from here http://techpatterns.com/forums/about304.html
 
 and switch to "browsers linux" "Firefox 32.0 (32 bit)"
- 
	is there any way to get a ffmpeg command for this manifest: 
 
 php AdobeHDS.php --manifest http://capi.9c9media.com/destinations/ctv_web/platforms/desktop/contents/654370/contentpackages/743616/stacks/1775367/manifest.f4m" --delete
 
 it's from http://www.ctv.ca/DrPhil.aspx
 
 i couldn't get it working as it is (php is installed, adobehds script downloaded (raw) - i have tried a lot of the suggestions in this threadd, but until this time ffmpeg is the only thing that is working for me.
 
 if someone could give me a hand i would be very thankful!
- 
	Hi email , 
 
 Your link is bad :
 http://capi.9c9media.com/destinations/ctv_web/platforms/desktop/contents/654370/contentpackages/743616/stacks/1775367/manifest.f4m"
 You have forgotten a " before http .
 
 Try with :
 "http://capi.9c9media.com/destinations/ctv_web/platforms/desktop/contents/654370/contentpackages/743616/stacks/1775367/manifest.f4m"
 
 ===
 My try , result :
 Processing manifest info....
 Access Denied! Unable to download the manifest.
 
 Cheers .Last edited by aazerty; 16th Jul 2015 at 16:35. JE SUIS CHARLIE !!!
- 
	hey, thanks, but that's not it, it was just a copying mistake. i am looking for a ffmpeg-version of this manifest. 
 
 
 the ones i tried are for example
 
 ffmpeg -i "http://capi.9c9media.com/destinations/ctv_web/platforms/desktop/contents/538546/contentpackages/545296/stacks/1761431/manifest.m3u8" -c copy "phil.ts"
 
 result: 403 forbidden access
 
 
 
 ffmpeg -i "http://ams-vp5.9c9media.com/hds-vod/ae/2015-07-10/D39E15971D4ED5DA/CTV-545296-DrPhil-S13E89-001-Adaptive_08-pd1.mp4.m3u8" -c copy "phil.ts"
 
 result: 400 bad request
 
 
 
 (i got your result, too - by using adobehds.php helper)
- 
	Hi email , 
 
 I can't really help you the video is geoblocked for FR .
 
 Cheers .JE SUIS CHARLIE !!!
- 
	Hi, 
 Been trying a lot of the methods mentioned (all afternoon.. sigh) but nothing worked yet on this video:
 http://areena.yle.fi/26-108040
 
 Any help much appreciated !!.
 Cheers.
- 
	hi 
 
 tools: firefox; adblockplus addon; livestreamer
 
 
 ##############################
 
 
 with in red the url manifest find with adblockplusCode:livestreamer "hds://http://eahdworld-vh.akamaihd.net/z/world/af/af2c7472e587c56a0db939a5a723205f_,671744,344064,.mp4.csmil/manifest.f4m?hdnea=st=1437607360~exp=1437650560~acl=/z/world/af/af2c7472e587c56a0db939a5a723205f_,671744,344064*~hmac=d55a741b9614fb6916a992f428961896824bdc94b4a91d7ec0ee797ccfaabfad&g=SDEHOLGCCWEZ&hdcore=3.3.0&plugin=flowplayer-3.3.0.0 pvswf=http://player.yle.fi/assets/flowplayer-1.4.0.5/flowplayer/flowplayer.commercial-3.2.16-encrypted.swf" best -o popstory3.flv 
- 
	Wow, thanks a LOT biezom .. your method (and code) did the trick in 1 go !. 
 Goes to show how simple it can be (after reading a lot of difficult explanations).
 Cheers + thanks again.
- 
	http://www.arirang.com/player/Clips.asp?vSeq=97638 
 can any help how to downlaod this vedio ??
- 
	hi 
 you can try
 
 but with hds protocol (f4m) i have some errorCode:livestreamer "hds://http://hdsvod.arirang.co.kr/cdnvod-hds/arirangmavod/lgtv/ariranghub/201508/7215179980721457/7215179980721457_1280x720_2428k.mp4.f4m" best -o Pops-in-Seoul-Ep2962C3-HELLOVENUS-interview.flv 
 
 when i use hls protocol (m3u8) it's better
 
 Code:livestreamer "hls://http://ardvod.arirang.co.kr/cdnvod-hls/arirangmavod/lgtv/ariranghub/201508/7215179980721457/7215179980721457_1280x720_2428k.mp4.m3u8" best -o Pops-in-Seoul-Ep2962C3-HELLOVENUS-interview.ts 
- 
	so i can direct download is use http://ardvod.arirang.co.kr/cdnvod-hls/arirangmavod/lgtv/ariranghub/201508/7215179980721457/7215179980721457_1280x720_2428k.mp4.m3u8" best -o Pops-in-Seoul-Ep2962C3-HELLOVENUS-interview.ts 
 right ??
 
 just i try to download come out 5.38kb file ?? this is what happen ??
- 
	it's a code not a direct link 
 you need use livestreamer
 livestreamer works in command prompt
- 
	
- 
	first find hds link (.f4m) tools: firefox; adblockplus addon 
 ################################################## ########################################
 
 ################################################## ########################################
 
 
 ################################################## ########################################
 second i go to site but the mobile's version
 
 http://www.arirang.co.kr/mobile/index.asp
 
 and i look how is the link
 ################################################## ######################################
 
 
 
 ################################################## ######################################
 
 
 so
 
 Code:livestreamer "hls://http://iosvod.arirang.co.kr/cdnvod-hls/arirangmavod/lgtv/ariranghub/201508/7215179980721457/7215179980721457_1280x720_2428k.mp4.m3u8" best -o Pops-in-Seoul-Ep2962C3-HELLOVENUS-interview.ts 
 nota: when i found http://ardvod.arirang.co.kr/cdnvod-hls i used an other user agent but it's not necessary http://iosvod.arirang.co.kr/cdnvod-hls works tooLast edited by biezom; 10th Aug 2015 at 15:53. 
- 
	I try to rip Video from this URL 
 http://www.servustv.com/de/Medien/Talk-im-Hangar-794
 
 With Adblock plus I get
 
 http://stvmedia.vod.servustv.com/z/media/hds/3213846503001/201505/2786/3213846503001_4...U&hdcore=3.4.0
 
 then:
 
 http://stvmedia.vod.servustv.com/i/media/hds/3213846503001/201505/2786/3213846503001_4...U&hdcore=3.4.0
 
 then I try livestreamer
 
 "hlsvariant://http://stvmedia.vod.servustv.com/i/media/hds/3213846503001/201505/2786/3213846503001_42249,77974,99226,86649,001_42244373 71001.mp4.csmil/master.m3u8?videoId=4224437371001&lineUpId=&pubId= 3213846503001&playerId=4133216688001&affiliateId=& g=NVSPRGFTEWOU&hdcore=3.4.0" best -o video.ts
 
 
 "hds://https://stvmedia.vod.servustv.com/i/media/hds/3213846503001/201505/2786/3213846503001_42249,77974,99226,86649,001_42244373 71001.mp4.csmil/master.m3u8?videoId=4224437371001&lineUpId=&pubId= 3213846503001&playerId=4133216688001&affiliateId=& g=NVSPRGFTEWOU&hdcore=3.4.0" best -o popstory3.flv
 
 
 
 But nothing works!
 
 Why?
- 
	
 
 hi
 no need change your f4m url (hds)
 
 
 >>>>>>>>>>>>>>>Code:livestreamer "hds://http://stvmedia.vod.servustv.com/z/media/hds/3213846503001/201505/2786/3213846503001_42249,77974,99226,86649,001_4224437371001.mp4.csmil/manifest.f4m?videoId=4224437371001&lineUpId=&pubId=3213846503001&playerId=4133216688001&affiliateId=&g=NVSPRGFTEWOU&hdcore=3.4.0" best -o popstory3.flv 
 Code:[cli][info] Found matching plugin stream for URL hds://http://stvmedia.vod.servustv.com/z/media/hds/3213846503001/201505/2786/3213846503001_42249,86649,99226,77974,001_4224437371001.mp4.csmil/manifest.f4m?videoId=4224437371001&lineUpId=&pubId=3213846503001&playerId=4133216688001&affiliateId=&g=KPLXDQPWQLSI&hdcore=3.4.0 [cli][info] Available streams: 1412k, 2211k (best), 639k (worst) [cli][info] Opening stream: 2211k (hds) [download][popstory3.flv] Written 7.6 MB (13s @ 574.3 KB/s) 
 or direct link
 >>>>>>>>>>>Code:youtube-dl -g "http://www.servustv.com/de/Medien/Talk-im-Hangar-794" 
 Code:http://stvmedia.pmd.servustv.com/media/hds/3213846503001/201505/2786/3213846503001_4224986649001_4224437371001.mp4 Last edited by biezom; 14th Aug 2015 at 16:30. 
- 
	I'm very new to this stuff so I apologise if I'm asking something silly. 
 
 I'm trying to stream using livestreamer but I get this error:
 
 [stream.hds][error] Error reading fragment 1-61: Tag has filter flag set, probably encrypted
 
 This is command I'm parsing to livestreamer:
 
 D:\livestreamer\livestreamer-v1.12.2>livestreamer "hds://http://vod.netshowhd.ninemsn.com.au/z/hds/1622448031001/20150/1997/1622448031001_4418292329001_4418334082001.f4m/manifest.f4m?videoId=4418334082001&lineUpId=&pubId =1622448031001playerId=2707570115001&affiliateId=& g=QCJFWSPKDKJG&hdcore=3.4.0" best -o aaa.mp4
 
 Anyone able to point in the right direction?
 
 TIA
- 
	hi 
 can you post the pageUrl?
 
 i suppose on http://www.9jumpin.com.au site
- 
	This is URL that I'm trying to grab video from: 
 
 http://www.9jumpin.com.au/show/hotseat/episodes/season-7/episode-135/episode-135/#autoplayLast edited by r00fi; 17th Aug 2015 at 05:01. 
- 
	Hi im trying to download a video i have the player link and the chunk link both return error using hls or hds 
 
 C:\Temp>livestreamer "hds://http://bhol.cdnwiz.com/player.php?clipid=0_n370gnre" best -o a.mp4
 [cli][info] Found matching plugin stream for URL hds://http://bhol.cdnwiz.com/player.php?clipid=0_n370gnre
 error: Unable to parse manifest XML: not well-formed (invalid token): line 14, column 72 ('<html>\n<head>\n<script>\nfunction ...)
 
 C:\Temp>livestreamer "hls://http://bhol.cdnwiz.com/player.php?clipid=0_n370gnre" best -o a.mp4
 [cli][info] Found matching plugin stream for URL hls://http://bhol.cdnwiz.com/player.php?clipid=0_n370gnre
 [cli][info] Available streams: live (worst, best)
 [cli][info] Opening stream: live (hls)
 [cli][error] Could not open stream: Missing #EXTM3U header
 
 -------------------------------------------------------------------------
 
 chunk
 
 C:\WINDOWS\system32>livestreamer "hds://http://video.bhol.co.il/p/103/sp/10300/serveFlavor/entryId/0_n370gnre/v/2/flavorId/0_,8zeycsep,c0qfssop,ycceo41c,/forceproxy/true/name/a.mp4.urlset/frag-f3-v1-a1-Seg1-Frag34" best -o c:\temp\a.mp4
 [cli][info] Found matching plugin stream for URL hds://http://video.bhol.co.il/p/103/sp/10300/serveFlavor/entryId/0_n370gnre/v/2/flavorId/0_,8zeycsep,c0qfssop,ycceo41c,/forceproxy/true/name/a.mp4.urlset/frag-f3-v1-a1-Seg1-Frag34
 error: Unable to parse manifest XML: not well-formed (invalid token): line 1, column 0 ('\x00\x00\x00uafra\x00\x00\x00\x00\ ...)
 
 C:\WINDOWS\system32>livestreamer "hls://http://video.bhol.co.il/p/103/sp/10300/serveFlavor/entryId/0_n370gnre/v/2/flavorId/0_,8zeycsep,c0qfssop,ycceo41c,/forceproxy/true/name/a.mp4.urlset/frag-f3-v1-a1-Seg1-Frag34" best -o c:\temp\a.mp4
 [cli][info] Found matching plugin stream for URL hls://http://video.bhol.co.il/p/103/sp/10300/serveFlavor/entryId/0_n370gnre/v/2/flavorId/0_,8zeycsep,c0qfssop,ycceo41c,/forceproxy/true/name/a.mp4.urlset/frag-f3-v1-a1-Seg1-Frag34
 [cli][info] Available streams: live (worst, best)
 [cli][info] Opening stream: live (hls)
 [cli][error] Could not open stream: Missing #EXTM3U header
 
 any help please
- 
	Code:livestreamer "Referer=http://bhol.cdnwiz.com/html5/html5lib/v2.25/modules/EmbedPlayer/binPlayers/kaltura-player/kdp3.swf" "hds://http://video.bhol.co.il/p/103/sp/10300/serveFlavor/entryId/0_n370gnre/v/2/flavorId/0_,8zeycsep,c0qfssop,ycceo41c,/forceproxy/true/name/a.mp4.urlset/manifest.f4m" best -o video.flv 
- 
	getting error 
 
 
 C:\Temp>livestreamer "Referer: http://bhol.cdnwiz.com/html5/html5lib/v2.25/modules/EmbedPlayer/binPlayers/kaltura-player/kdp3.swf" "hds://http://video.bhol.co.il/p/103/sp/10300/serveFlavor/entryId/0_n370gnre/v/2/flavorId/0_,8zeycsep,c0qfssop,ycceo41c,/forceproxy/true/name/a.mp4.urlset/manifest.f4m" best -o video.flv
 usage: livestreamer [OPTIONS] [URL] [STREAM]
 livestreamer: error: unrecognized arguments: best
 
 C:\Temp>livestreamer "Referer: http://bhol.cdnwiz.com/html5/html5lib/v2.25/modules/EmbedPlayer/binPlayers/kaltura-player/kdp3.swf" "hds://http://video.bhol.co.il/p/103/sp/10300/serveFlavor/entryId/0_n370gnre/v/2/flavorId/0_,8zeycsep,c0qfssop,ycceo41c,/forceproxy/true/name/a.mp4.urlset/manifest.f4m" -o video.flv
 error: No plugin can handle URL: Referer: http://bhol.cdnwiz.com/html5/html5lib/v2.25/modules/EmbedPlayer/binPlayers/kaltura-player/kdp3.swf
Similar Threads
- 
  Getting the most out of 30 fps when capturing/convertingBy CursedLemon in forum Video ConversionReplies: 4Last Post: 26th Apr 2012, 10:11
- 
  Newbie question - capturing and converting from DVBy zaspa in forum Newbie / General discussionsReplies: 8Last Post: 31st Aug 2011, 16:56
- 
  Capturing and Converting To DVD ProblemBy Mike1956 in forum Video ConversionReplies: 2Last Post: 18th Jan 2010, 17:44
- 
  Capturing and Editing/ConvertingBy eighteesix in forum MacReplies: 3Last Post: 26th Mar 2009, 12:20
- 
  Capturing HDTV and Converting/ExportingBy eighteesix in forum Capturing and VCRReplies: 1Last Post: 26th Mar 2009, 03:20


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			 
			


 Quote
 Quote
 
						 Visit Homepage
				Visit Homepage