yt-dlp / yt-dlp

A feature-rich command-line audio/video downloader
https://discord.gg/H5MNcFW63r
The Unlicense
81.36k stars 6.35k forks source link

audio is not downloaded or detected after downloading video #1759

Closed OmarShawky1 closed 2 years ago

OmarShawky1 commented 2 years ago

Checklist

Description

All videos downloaded does not contain audio (tested via VLC, Chrome, FireFox...)

$ yt-dlp -F https://www.youtube.com/watch?v=XXs3pAcjdz0
[youtube] XXs3pAcjdz0: Downloading webpage
[youtube] XXs3pAcjdz0: Downloading android player API JSON
[info] Available formats for XXs3pAcjdz0:
ID  EXT  RESOLUTION FPS │  FILESIZE    TBR PROTO │ VCODEC        VBR ACODEC     ABR  ASR    MORE INFO
──────────────────────────────────────────────────────────────────────────────────────────────────────────────
139 m4a  audio only     │  37.44MiB   48k  https │                   mp4a.40.5  48k 22050Hz low, m4a_dash
249 webm audio only     │  42.21MiB   55k  https │                   opus       55k 48000Hz low, webm_dash
250 webm audio only     │  55.76MiB   72k  https │                   opus       72k 48000Hz low, webm_dash
140 m4a  audio only     │  99.36MiB  129k  https │                   mp4a.40.2 129k 44100Hz medium, m4a_dash
251 webm audio only     │  108.87MiB 141k  https │                   opus      141k 48000Hz medium, webm_dash
17  3gp  176x144      7 │  33.31MiB   43k  https │ mp4v.20.3    43k  mp4a.40.2   0k 22050Hz 144p
160 mp4  256x144     30 │  9.91MiB    12k  https │ avc1.4d400c  12k                         144p, mp4_dash
278 webm 256x144     30 │  28.52MiB   37k  https │ vp9          37k                         144p, webm_dash
133 mp4  426x240     30 │  18.32MiB   23k  https │ avc1.4d4015  23k                         240p, mp4_dash
242 webm 426x240     30 │  27.10MiB   35k  https │ vp9          35k                         240p, webm_dash
134 mp4  640x360     30 │  30.55MiB   39k  https │ avc1.4d401e  39k                         360p, mp4_dash
18  mp4  640x360     30 │  189.22MiB 246k  https │ avc1.42001E 246k  mp4a.40.2   0k 44100Hz 360p
243 webm 640x360     30 │  56.18MiB   73k  https │ vp9          73k                         360p, webm_dash
135 mp4  854x480     30 │  43.79MiB   57k  https │ avc1.4d401f  57k                         480p, mp4_dash
244 webm 854x480     30 │  89.80MiB  117k  https │ vp9         117k                         480p, webm_dash
136 mp4  1280x720    30 │  61.33MiB   79k  https │ avc1.4d401f  79k                         720p, mp4_dash
22  mp4  1280x720    30 │ ~164.11MiB 208k  https │ avc1.64001F 208k  mp4a.40.2   0k 44100Hz 720p
247 webm 1280x720    30 │  163.97MiB 213k  https │ vp9         213k                         720p, webm_dash
137 mp4  1920x1080   30 │  192.55MiB 250k  https │ avc1.640028 250k                         1080p, mp4_dash
248 webm 1920x1080   30 │  282.90MiB 368k  https │ vp9         368k                         1080p, webm_dash

Then, i picked 137 and 248 but both are not working

$ yt-dlp -f 248 https://www.youtube.com/watch?v=XXs3pAcjdz0
[youtube] XXs3pAcjdz0: Downloading webpage
[youtube] XXs3pAcjdz0: Downloading android player API JSON
[info] XXs3pAcjdz0: Downloading 1 format(s): 248
[download] Chill your mind - Lofi hip hop mix ~ Stress Relief, Relaxing Music [XXs3pAcjdz0].webm has already been downloaded
[download] 100% of 282.90MiB
$ yt-dlp -f 137 https://www.youtube.com/watch?v=XXs3pAcjdz0
[youtube] XXs3pAcjdz0: Downloading webpage
[youtube] XXs3pAcjdz0: Downloading android player API JSON
[info] XXs3pAcjdz0: Downloading 1 format(s): 137
[download] Chill your mind - Lofi hip hop mix ~ Stress Relief, Relaxing Music [XXs3pAcjdz0].mp4 has already been downloaded
[download] 100% of 192.55MiB

Tried to check if your user manual contains a solution, thus searched for any audio option to merge best audio but to no avail.

Verbose log

$ yt-dlp -uV yt-dlp -f 137 https://www.youtube.com/watch?v=XXs3pAcjdz0
Type account password and press [Return]: 
ERROR: Interrupted by user
$ yt-dlp -uV -f 137  https://www.youtube.com/watch?v=XXs3pAcjdz0
Type account password and press [Return]: 
ERROR: Interrupted by user
$ yt-dlp -V -f 137 https://www.youtube.com/watch?v=XXs3pAcjdz0
Usage: yt-dlp [OPTIONS] URL [URL...]

yt-dlp: error: no such option: -V
pukkandan commented 2 years ago

These formats are video-only as indicated by the lack of acodec. Either download a format like 22 that contains both audio and video, or download and merge an audio format with it using -f 137+251