https://chopin2020.pl/en/multimedia/competition-transmission/92/the-gala-opening-conce...in-competition
I've tried several programs such as youtube-dl, Tubedigger and IDM but none of them works. Does anyone know how to download this? Thanks.
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 11 of 11
-
-
youtube-dl "https://n-12-1.dcs.redcdn.pl/livedash/o2/NIFC/live/konkurs-finaly-2021.livx?indexMode=&startTime=654890444000&stopTi me=654898820000"
-
Code:
youtube-dl -F --referer "https://chopin2020.pl/" "https://n-12-1.dcs.redcdn.pl/livedash/o2/NIFC/live/konkurs-finaly-2021.livx?indexMode=&startTime=654890444000&stopTime=654898820000"
Code:youtube-dl -f 28+1 --referer "https://chopin2020.pl/" "https://n-12-1.dcs.redcdn.pl/livedash/o2/NIFC/live/konkurs-finaly-2021.livx?indexMode=&startTime=654890444000&stopTime=654898820000"
D:\video\youtube-dl>youtube-dl -F --referer "https://chopin2020.pl/" "https://n-12-1.dcs.redcdn.pl/livedash/o2/NIFC/live/konkurs-finaly-2021.livx?indexMode=&startTime=654890444000&stopTi me=654898820000"
[generic] konkurs-finaly-2021: Requesting header
WARNING: Falling back on generic information extractor.
[generic] konkurs-finaly-2021: Downloading webpage
[generic] konkurs-finaly-2021: Extracting information
[info] Available formats for konkurs-finaly-2021:
format code extension resolution note
1 m4a audio only [pol] DASH audio 192k , m4a_dash container, mp4a.40.2 (48000Hz)
28 mp4 320x180 DASH video 240k , mp4_dash container, avc1.640015, video only
24 mp4 640x360 DASH video 500k , mp4_dash container, avc1.64001f, video only
20 mp4 960x540 DASH video 800k , mp4_dash container, avc1.64001f, video only
16 mp4 960x540 DASH video 1800k , mp4_dash container, avc1.64001f, video only
12 mp4 1280x720 DASH video 2800k , mp4_dash container, avc1.640020, video only
8 mp4 1920x1080 DASH video 4800k , mp4_dash container, avc1.64002a, video only
0 mp4 3840x2160 DASH video 20000k , mp4_dash container, avc1.640034, video only (best)
D:\video\youtube-dl>youtube-dl -f 28+1 --referer "https://chopin2020.pl/" "https://n-12-1.dcs.redcdn.pl/livedash/o2/NIFC/live/konkurs-finaly-2021.livx?indexMode=&startTime=654890444000&stopTi me=654898820000"
[generic] konkurs-finaly-2021: Requesting header
WARNING: Falling back on generic information extractor.
[generic] konkurs-finaly-2021: Downloading webpage
[generic] konkurs-finaly-2021: Extracting information
[dashsegments] Total fragments: 2095
[download] Destination: konkurs-finaly-2021-konkurs-finaly-2021.f28.mp4
[download] 0.8% of ~297.64MiB at 546.46KiB/s ETA 17:36Last edited by mister_ nex; 8th Oct 2021 at 15:55.
-
-
Very helpful. I tried your code and it works. But the download speed is quite slow which is only about 150kb/s, is there any other way to download it besides youtube-dl? Both paid and free programs are acceptable. Thank you!
-
Is there a significant difference between using "--external-downloader aria2c" vs. using "--concurrent-fragments N" (where N is the number concurrent fragments to download)?
-
some more information about open-source youtube-dl alternatives
https://www.libhunt.com/r/youtube-dl -
I have noticed mega differences in larger files ~10x difference, using standard aria2c over -N 16
@Jagabo no need to type --concurrent-fragments --- you can just add -N 16 to your syntax if you don't want aria2c as an external downloader (16 is the max though). Default is 1 so that is much faster than doing nothing.
There is even a modded aria2c available which is even faster than the standard one and has unlimited fragments downloading.
https://github.com/WHTJEON/aria2c_modifiedLast edited by codehound; 16th Oct 2021 at 08:49.
-
Thanks for the details. I went ahead an tried it out and area2c is definitely faster. I believe the major speed improvement is that it downloads all the fragments first, then concatenates them. Whereas yt-dlp concatenates fragments as they are downloaded -- so any delayed fragment delays the entire process. So the tradeoff is the 2x temporary storage for faster downloads.
-
Or, to make it simpler, use some screen recording tools like OBS, RecMaster, etc.
Similar Threads
-
Download HLS video using FFMPEG with separate video and audio URLs?
By oschrndz in forum Video Streaming DownloadingReplies: 2Last Post: 15th Dec 2020, 13:53 -
how to download a portion of video from m3u8 that has separate video audio.
By adi111 in forum Video Streaming DownloadingReplies: 8Last Post: 5th Aug 2020, 14:53 -
how to download segmented video from video on demand
By messageryan in forum Video Streaming DownloadingReplies: 3Last Post: 7th Apr 2020, 15:53 -
more video files listed in Video-Download-Helper-Addon in Firefox
By blanc in forum Video Streaming DownloadingReplies: 0Last Post: 20th Mar 2018, 08:38 -
Download a video from video sharing site
By achy635 in forum Video Streaming DownloadingReplies: 1Last Post: 22nd Sep 2017, 11:07