Hi,
I try to download video from https://www.lumni.fr/video/les-colonies-de-vacances
Any idea how to do ?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 3 of 3
			
		- 
	
- 
	
- 
	Try with youtube-dl 
 
 MPD link can be found from Developer Tool -> Network Tab in your browser or you can use a browser extension
 
 Make sure you have youtube-dl & ffmpeg are at the same location
 Try following command to downloadCode:youtube-dl -F --verbose "https://cloudingest.ftven.fr/a02784430f1f5/29d248bb-6018-43b1-8964-8cd7a4a374fd_monde_TA.ism/ZXhwPTE2MTY3MTQwMTJ+YWNsPSUyZmEwMjc4NDQzMGYxZjUlMmYyOWQyNDhiYi02MDE4LTQzYjEtODk2NC04Y2Q3YTRhMzc0ZmRfbW9uZGVfVEEuaXNtKn5obWFjPThiOTE5M2NmMTU2MGI0Njg0ZjVkMGVjNDI4NmZkMGVmN2ZjOGE3M2NmYjMwZDExNmU3NjhkOGJhMmI4MGI4OTI=/manifest.mpd" [info] Available formats for manifest: format code extension resolution note audio_fre=96000 m4a audio only [fr] DASH audio 96k , m4a_dash container, mp4a.40.2 (48000Hz) video=400000 mp4 384x216 DASH video 400k , mp4_dash container, avc1.42C01E, 25fps, video only video=950000 mp4 640x360 DASH video 950k , mp4_dash container, avc1.4D401F, 25fps, video only video=1400000 mp4 960x540 DASH video 1400k , mp4_dash container, avc1.4D401F, 25fps, video only video=2000000 mp4 1280x720 DASH video 2000k , mp4_dash container, avc1.64001F, 25fps, video only (best) 
 If above command failed try to download video & audio separatelyCode:Video+Audio youtube-dl -f video=2000000+audio_fre=96000 -o "output_video.%(ext)s" "mpd link" 
 
 Code:Download Video youtube-dl -f video=2000000 -o "output_video.%(ext)s" "mpd link" Downlaod Audio youtube-dl -f audio_fre=96000 -o "output_audio.%(ext)s" "mpd link" Mux Audio & Video ffmpeg -i output_video.mp4 -i output_audio.m4a -c:v copy -c:a copy output.mp4 
Similar Threads
- 
  Download HLS. error 400 to download keysBy naturalc in forum Video Streaming DownloadingReplies: 28Last Post: 28th Oct 2022, 09:13
- 
  How to download from zee5 site and download mpd linkBy qasem1368 in forum Video Streaming DownloadingReplies: 7Last Post: 25th Nov 2021, 22:28
- 
  download helpBy vidblue in forum Video Streaming DownloadingReplies: 4Last Post: 28th Feb 2021, 23:17
- 
  Help to download from...By mshr in forum Video Streaming DownloadingReplies: 9Last Post: 6th May 2020, 08:07
- 
  +RW only allows 1 download from PCBy checkin1 in forum Video ConversionReplies: 3Last Post: 26th Jul 2019, 17:06


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