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

How to use audio-quality and output? #5673

Closed
mishop opened this issue May 11, 2015 · 2 comments
Closed

How to use audio-quality and output? #5673

mishop opened this issue May 11, 2015 · 2 comments

Comments

@mishop
Copy link

@mishop mishop commented May 11, 2015

Dear,
Wen i use --audio-quality option and --otuput, always file is in same quality.
Exapmle:
youtube-dl --extract-audio --audio-format mp3 --audio-quality 5 --prefer-ffmpeg --output 123.mp3 "https://www.youtube.com/watch?v=ic8ZJbozYFY"

The file 123.mp3 is corrupted and same players can't play this. When remove --otput download file are ok, but I need output option to import file in aplication.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented May 11, 2015

Use --output '123.%(ext)s' instead, otherwise you are telling youtube-dl to save the original file as 123.mp3 and it will think it's already an mp3 file.

If you have any problem, post the output with the --verbose option.

@jaimeMF jaimeMF closed this May 11, 2015
@mishop
Copy link
Author

@mishop mishop commented May 11, 2015

Working.
Thank you.

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.