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

Empty MP3 file #776

Closed
mlvernay opened this issue Apr 5, 2013 · 4 comments
Closed

Empty MP3 file #776

mlvernay opened this issue Apr 5, 2013 · 4 comments

Comments

@mlvernay
Copy link

@mlvernay mlvernay commented Apr 5, 2013

Hi,

I can't manage to download playable MP3 files. Here is my log. Sorry if I made something wrong ;)

$ youtube-dl --version
2013.03.29

$ python --version
Python 2.7.3

$ youtube-dl --extract-audio --audio-format mp3 -k --output='test125.mp3' 'http://www.youtube.com/watch?v=Vhf5cuXiLTA' --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--extract-audio', '--audio-format', 'mp3', '-k', '--output=test125.mp3', 'http://www.youtube.com/watch?v=Vhf5cuXiLTA', '--verbose']
[debug] youtube-dl version 2013.03.29
[debug] Python version 2.7.3 - Linux-3.2.13-grsec-xxxx-grs-ipv6-64-x86_64-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
[youtube] Setting language
[youtube] Vhf5cuXiLTA: Downloading video webpage
[youtube] Vhf5cuXiLTA: Downloading video info webpage
[youtube] Vhf5cuXiLTA: Extracting video information
[download] Destination: test125.mp3
[download] 100.0% of 256.23M at 10.10M/s ETA 00:00
[avconv] Destination: test125.mp3

$ ls -lash test125.mp3
8,0K -rw-rw-r-- 1 me me 7,9K oct. 31 2011 test125.mp3

$ avconv -formats | grep mp3
avconv version 0.8.6-4:0.8.6-0ubuntu0.12.04.1, Copyright (c) 2000-2013 the Libav developers
built on Apr 2 2013 17:02:36 with gcc 4.6.3
DE mp3 MPEG audio layer 3

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Apr 5, 2013

The --output option is for the video, the audio file will be named after the video. So remove the --output option and it will work.

@mlvernay
Copy link
Author

@mlvernay mlvernay commented Apr 5, 2013

Thanks

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Apr 5, 2013

Could you close the issue?

@mlvernay mlvernay closed this Apr 5, 2013
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Apr 5, 2013

Thanks

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

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.