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

Re: youtube-dl-gui (youtube-dlg) doesn't download video, just audio #292 #309

Closed IoanPaleru closed 6 years ago

IoanPaleru commented 6 years ago

Do you have a response to my question from this other post? Also, why didn't you answer the other person's question about atomicparsley and youtube-dl? Thanks.

youtube-dl-gui (youtube-dlg) doesn't download video, just audio #292 https://github.com/MrS0m30n3/youtube-dl-gui/issues/292


youtube-dl-gui (youtube-dlg) doesn't download video, just audio #292 Open IoanPaleru opened this Issue on Apr 2 · 3 comments Comments Assignees No one assigned Labels cant-reproduce Projects None yet Milestone No milestone Notifications

You’re receiving notifications because you were mentioned. 3 participants @IoanPaleru @nodiscc @wildsprite @IoanPaleru IoanPaleru commented on Apr 2 •

I think my problem is NOT with youtube-dl

I've verified and i assure that I'm running youtube-dl-gui 0.4

I assure that i am using the latest version of youtube-dl

Searched bugtracker

I've read the FAQs file

Bug report

Feature request (request for a new functionality)

Question

Other

[04/02/18 15:28:07] [debug] System config: [] [04/02/18 15:28:07] [debug] User config: [] [04/02/18 15:28:07] [debug] Custom config: [] [04/02/18 15:28:07] [debug] Command-line args: ['--newline', '-i', '-o', 'C:\Users\Computer User\Downloads\%(title)s.%(ext)s', '-x', '-f', 'mp4', '-v', '--ignore-config', '--hls-prefer-native', 'https://www.youtube.com/watch?v=Zi_XLOBDo_Y'] [04/02/18 15:28:07] [debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252 [04/02/18 15:28:07] [debug] youtube-dl version 2018.01.18 [04/02/18 15:28:07] [debug] Python version 3.4.4 (CPython) - Windows-7-6.1.7601-SP1 [04/02/18 15:28:07] [debug] exe versions: avconv 11.3, avprobe 11.3, ffmpeg 3.3.2, ffprobe 3.3.2 [04/02/18 15:28:07] [debug] Proxy map: {}

windows 7 home premium 64 bit

Youtube-dl-gui is a great program because it's easy to use, but when you select mp4, it doesn't download any video, just audio. Do you know how to fix that? Thanks. @IoanPaleru IoanPaleru changed the title from youtube-dl-gui (youtube-dlg) doesn't download 720p mp4 with audio and video combined from youtube to youtube-dl-gui (youtube-dlg) doesn't download combined audio and video from youtube on Apr 2 @IoanPaleru IoanPaleru changed the title from youtube-dl-gui (youtube-dlg) doesn't download combined audio and video from youtube to youtube-dl-gui (youtube-dlg) doesn't download audio and video from youtube on Apr 2 @IoanPaleru IoanPaleru changed the title from youtube-dl-gui (youtube-dlg) doesn't download audio and video from youtube to youtube-dl-gui (youtube-dlg) doesn't download video, just audio on Apr 2 @nodiscc Collaborator nodiscc commented 29 days ago

@IoanPaleru Please post the program log after running an unsuccessful download. @nodiscc nodiscc added the cant-reproduce label 29 days ago @wildsprite wildsprite commented 25 days ago •

fairly certain this is my issue as well, the issue started for me about 8 days ago too. the only thing that appears after I try to do a download now is .m4a files and pic files(.jpg)

Begin log entry

[04/10/18 14:48:23] WARNING: video doesn't have subtitles
[04/10/18 14:48:23] WARNING: Requested formats are incompatible for merge and will be merged into mkv.
[04/10/18 14:50:51] WARNING: video doesn't have subtitles
[04/10/18 14:50:51] ERROR: Only mp3 and m4a/mp4 are supported for thumbnail embedding for now.
[04/10/18 14:51:56] WARNING: video doesn't have subtitles
[04/10/18 14:51:56] ERROR: AtomicParsley was not found. Please install.

End log entry

if I download AtomicParsley is youtube-dlg going to need me to put it somewhere specific? I did download it after looking at the log but I have no idea what to do with it @IoanPaleru IoanPaleru commented a minute ago

You should probably put "AtomicParsley.exe" in the same folder as "youtube-dl-gui.exe" if you're going to use it with youtube-dl-gui (youtube-dlg). If youtube-dl-gui (youtube-dlg) detects and uses atomicparsley automatically, then it should do everything for you, if not, then you can look at the read me file that comes with atomicparsley to figure out how to embed a .jpg picture into your .mp4 file.

To embed a .jpg picture into an .mp4 file with atomicparsley:

Navigate to the folder where "AtomicParsley.exe" is in
Press and hold the "shift" key on your keyboard, then while still pressing it, right-click with your mouse anywhere in the blank space of that folder, and select "open command window here"
A new "cmd.exe" (command prompt) window should have opened
You can now type:

AtomicParsley "C:/Computer User/Directory/Example.mp4" --artwork "C:/Computer User/Directory/Picture.jpg"

Note: Replace "C:/Computer User/Directory/Example.mp4" with the path to your .mp4 file, and "C:/Computer User/Directory/Picture.jpg" with the path to your .jpg file. Also, if your .jpg file actually has the .jpeg file extension, you'll have to change it to .jpg, or put .jpeg as the file extension in the command prompt window.

and press "enter"

AtomicParsley should now run, and create a new .mp4 file in the directory you're in, with the picture file you want to use as an album cover art merged into the .mp4 file

This is from atomicparsley's "Using AtomicParsley.rtf" read me file:

Example to set a picture file into your mpeg4 file (jpeg or png only): AtomicParsley /path/your.m4a --artwork /path/to/your.jpg

I hope that helps, and let me know if you need any other help with it.

nodiscc commented 6 years ago

292