Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No sound when downloading DASH video #1

Closed
hotice opened this issue Mar 24, 2014 · 4 comments
Closed

No sound when downloading DASH video #1

hotice opened this issue Mar 24, 2014 · 4 comments

Comments

@hotice
Copy link

hotice commented Mar 24, 2014

Currently there is no sound when downloading a DASH video using youtube-dl-gui.

youtube-dl-gui should automatically download the audio file when selecting a DASH video - youtube-dl can automatically merge the audio and the DASH video.

Example:
youtube-dl -f 137+140 http://www.youtube.com/watch?v=3JZ_D3ELwOQ

This command downloads the 137 video format (mp4 DASH 1080p) and the 140 audio format (which means m4a audio@128k). Youtube-dl then joins the two automatically (if ffmpeg/libav exists on the system).

MrS0m30n3 added a commit that referenced this issue Mar 26, 2014
@MrS0m30n3
Copy link
Owner

Fixed. Give it a try and let me know if you find anything else.

@hotice
Copy link
Author

hotice commented Mar 26, 2014

Thank you very much! There is one small problem: if the app was previously installed and the ~/.config/settings file exists, it doesn't start. That's important because I wrote about the app on WebUpd8: http://www.webupd8.org/2014/03/multi-platform-youtube-dl-gui-youtube.html and all who will ugprade won't be able to start the app. Maybe you can fix that? Thanks!

@MrS0m30n3
Copy link
Owner

I fixed the old settings file problem, now it should be fine. Also fixed a problem with os.makedirs('~').

@hotice
Copy link
Author

hotice commented Mar 26, 2014

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@hotice @nodiscc @MrS0m30n3 and others