Hi,
I have a problem with downloading the sound:
I have mpd file:
https://r.dcs.redcdn.pl/dash/o2/tvnplayer/vod/21_444_27454_0125/LIBCODER_SMOOTH_4K_H26...ile&indexMode=
I try this command:
yt-dlp --external-downloader aria2c --allow-unplayable-formats "https://r.dcs.redcdn.pl/dash/o2/tvnplayer/vod/21_444_27454_0125/LIBCODER_SMOOTH_4K_H264/6ef95ad2-bb41-4b03-83c1-2344a2e2a22a/playlist.ism/playlist.mpd?dummyfile&indexMode=" -F
and result is:
ID EXT RESOLUTION | TBR PROTO | VCODEC VBR ACODEC ABR ASR MORE INFO
-- --- ---------- - ------ ----- - ----------- ------ --------- ---- ------- ---------------------------
3 m4a audio only | 256k dash | mp4a.40.2 256k 48000Hz [pol], DASH audio, m4a_dash
2 mp4 3840x2160 | 16000k dash | avc1.640033 16000k DASH video, mp4_dash
1 mp4 3840x2160 | 25000k dash | avc1.640033 25000k DASH video, mp4_dash
then i run command:
yt-dlp --external-downloader aria2c --allow-unplayable-formats "https://r.dcs.redcdn.pl/dash/o2/tvnplayer/vod/21_444_27454_0125/LIBCODER_SMOOTH_4K_H264/6ef95ad2-bb41-4b03-83c1-2344a2e2a22a/playlist.ism/playlist.mpd?dummyfile&indexMode=" -f3
but result is 107k mono m4a file - probably file is AAC+ SBR.
Does anyone have any idea to download this file in stereo?
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 7 of 7
-
Last edited by Grzesiek; 26th Oct 2021 at 15:55.
-
Code:
yt-dlp -f 3 --external-downloader aria2c --allow-unplayable-formats "https://r.dcs.redcdn.pl/dash/o2/tvnplayer/vod/21_444_27454_0125/LIBCODER_SMOOTH_4K_H264/6ef95ad2-bb41-4b03-83c1-2344a2e2a22a/playlist.ism/playlist.mpd?dummyfile&indexMode="
[Attachment 61468 - Click to enlarge]Last edited by codehound; 26th Oct 2021 at 14:48.
-
ffprobe:
Input #0, dash, from 'https://r.dcs.redcdn.pl/dash/o2/tvnplayer/vod/21_444_27454_0125/LIBCODER_SMOOTH_4K_H264/6ef95ad2-bb41-4b03-83c1-2344a2e2a22a/playlist.ism/playlist.mpd?dummyfile&indexMode=':
Duration: 00:21:59.00, start: 0.160000, bitrate: N/A
Program 0
Stream #0:0: Video: h264 (High) (avc1 / 0x31637661), yuv420p, 3840x2160 [SAR 1:1 DAR 16:9], 46 kb/s, 25 tbr, 10000k tbn, 50 tbc (default)
Metadata:
variant_bitrate : 25000000
id : 1
Side data:
unknown side data type 24 (914 bytes)
Stream #0:1: Video: h264 (High) (avc1 / 0x31637661), yuv420p, 3840x2160 [SAR 1:1 DAR 16:9], 30 kb/s, 25 tbr, 10000k tbn, 50 tbc (default)
Metadata:
variant_bitrate : 16000000
id : 2
Side data:
unknown side data type 24 (914 bytes)
Stream #0:2(pol): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, mono, fltp, 0 kb/s (default)
Metadata:
variant_bitrate : 256000
id : 3
Side data:
unknown side data type 24 (917 bytes)
Similar Threads
-
Download HLS. error 400 to download keys
By naturalc in forum Video Streaming DownloadingReplies: 28Last Post: 28th Oct 2022, 08:13 -
How to download from zee5 site and download mpd link
By qasem1368 in forum Video Streaming DownloadingReplies: 7Last Post: 25th Nov 2021, 21:28 -
download m3u8 link can Preview video but no sound
By takheang303 in forum Video Streaming DownloadingReplies: 7Last Post: 21st Aug 2021, 14:31 -
How to amplify voice to make it sound like a large sound stage?
By ikevin8me in forum AudioReplies: 2Last Post: 7th Nov 2020, 14:40 -
Download HLS Video with Sound?
By jm170120 in forum Video Streaming DownloadingReplies: 1Last Post: 16th Jul 2019, 01:15