MrS0m30n3 / youtube-dl-gui

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

Not processing video or audio into file. #407

Open fusk-l opened 5 years ago

fusk-l commented 5 years ago

What is the purpose of 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
[09/20/19 21:31:16] [debug] System config: []
[09/20/19 21:31:16] [debug] User config: []
[09/20/19 21:31:16] [debug] Custom config: []
[09/20/19 21:31:16] [debug] Command-line args: ['--newline', '-i', '-o', 'C:\\Users\\User\\Downloads\\%(title)s.%(ext)s', '-x', '--audio-format', 'mp3', '--audio-quality', '0', '-v', '--ignore-config', '--hls-prefer-native', 'https://www.youtube.com/watch?v=lTZ4nRXJYIk']
[09/20/19 21:31:16] [debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252
[09/20/19 21:31:16] [debug] youtube-dl version 2019.09.12.1
[09/20/19 21:31:16] [debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[09/20/19 21:31:16] [debug] exe versions: ffmpeg 3.3.2, ffprobe 3.3.2
[09/20/19 21:31:16] [debug] Proxy map: {}
[09/20/19 21:53:38] [debug] System config: []
[09/20/19 21:53:38] [debug] User config: []
[09/20/19 21:53:38] [debug] Custom config: []
[09/20/19 21:53:38] [debug] Command-line args: ['--newline', '-i', '-o', 'C:\\Users\\User\\Downloads\\%(title)s.%(ext)s', '-v', '--ignore-config', '--hls-prefer-native', 'https://www.youtube.com/watch?v=lTZ4nRXJYIk']
[09/20/19 21:53:38] [debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252
[09/20/19 21:53:38] [debug] youtube-dl version 2019.09.12.1
[09/20/19 21:53:38] [debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[09/20/19 21:53:38] [debug] exe versions: ffmpeg 3.3.2, ffprobe 3.3.2
[09/20/19 21:53:38] [debug] Proxy map: {}

What operating system do you use ?

win10 and updated youtube dl.

List of actions to perform to reproduce the problem:

  1. .. Copy link
  2. .. Insert link and add to queue
  3. .. Start

What is the expected behaviour ?

It processes correctly after download.

What happens instead ?

When adding https://www.youtube.com/watch?v=lTZ4nRXJYIk Tried default, mp4, mp3 & m4a. default settings. If video, it downloads video, then audio but the two files are merged into a 500kb file. Video file was 2.2gb and audio 170mb. The 500kb file contains ~4secs. The rest of the data appears to just be gone. If audio, mp3 sometimes says error, m4a becomes a ~130kb file containing ~4 secs.

bttlfldfriend commented 5 years ago

Not a dev but with such a large file size the conversion could take a while. If you run it again look for ffmpeg in your task manager and see if it is running and using system resources. If it is that likely means it is still doing it's thing. Just my input.

bttlfldfriend commented 5 years ago

Not a dev but with such a large file size the conversion could take a while. If you run it again look for ffmpeg in your task manager and see if it is running and using system resources. If it is that likely means it is still doing it's thing. Just my input.

Following up on my previous response, this software doesn't exactly offer very fast conversion rates. I tested a 400 mb video and it took at least 15 minutes to convert after the download was finished. When you said you were seeing a small portion of the audio that you were supposed to hear, it is very possible that you interrupted the conversion process in some way. Depending on your hardware, with that file size you may be looking at at least 45 minutes of conversion time.

fusk-l commented 5 years ago

While you are correct, it usually doesn't take long. And if i am not mistaken, youtubedl doesn't say finished while doing this, but processing, so you aren't mistaken it for being done without being it.

Matrim1967 commented 5 years ago

Download FFMPEG and then extract the 3 ff. files over to folder %appdata%\youtube-dlg\

fusk-l commented 5 years ago

And that'll do? I use the "update" every time i start the app, so everything should be up to date.