MrS0m30n3 / youtube-dl-gui

A cross platform front-end GUI of the popular youtube-dl written in wxPython.
The Unlicense
9.27k stars 1.58k forks source link

youtube.com 480p DASH formats #404

Open ghost opened 5 years ago

ghost commented 5 years ago

Please remove any sections between (---) if they are not related to your issue


Bug report

If the problem occurs when downloading a URL please provide the full verbose output as follows:

  1. Restart youtube-dl-gui
  2. Go to Options > Extra tab
  3. Enable Debug youtube-dl
  4. Go to Options > Advanced tab and Clear your log content
  5. Try to download the URL
  6. Copy the whole log content and insert it between the ``` part below
[08/26/19 19:40:17] [debug] System config: []
[08/26/19 19:40:17] [debug] User config: []
[08/26/19 19:40:17] [debug] Custom config: []
[08/26/19 19:40:17] [debug] Command-line args: ['--newline', '-i', '--restrict-filenames', '-o', 'C:\\Users\\Computer User\\Downloads\\%(title)s.%(ext)s', '-f', 'mp4', '-v', '--ignore-config', '--hls-prefer-native', '--add-metadata', 'https://www.youtube.com/watch?v=M4JYdi04KGY']
[08/26/19 19:40:17] [debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252
[08/26/19 19:40:17] [debug] youtube-dl version 2019.08.13
[08/26/19 19:40:17] [debug] Python version 3.4.4 (CPython) - Windows-7-6.1.7601-SP1
[08/26/19 19:40:17] [debug] exe versions: avconv 11.3, avprobe 11.3, ffmpeg 3.3.2, ffprobe 3.3.2
[08/26/19 19:40:17] [debug] Proxy map: {}

Windows 7 home premium 64 bit

  1. Type "https://www.youtube.com/watch?v=M4JYdi04KGY" in the "enter urls below" section.
  2. Select "mp4", and click "add".
  3. Click "start".

Downloading youtube video using available 480p stream as an 854x480 AVC video with 128 kbps AAC audio as an MP4.

Downloads youtube video using 360p stream as a 640x360 AVC video with 96 kbps AAC audio as an MP4.

Please add the ability to download a youtube video in 480p if available, as 854x480 AVC with 128 kbps audio as an MP4.

When there's an available 480p quality youtube video, can you please add an option to download and convert that automatically with youtube-dl (using ffmpeg), and save it as an 854x480 AVC video with 128 kbps AAC audio MP4 file? Also, please add the option to automatically download and convert any available resolution DASH format AVC video with AAC audio as an MP4 file. Thanks.