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

Want to have a thumbnail format conversion function. #26817

Open
nkh0472 opened this issue Oct 6, 2020 · 0 comments
Open

Want to have a thumbnail format conversion function. #26817

nkh0472 opened this issue Oct 6, 2020 · 0 comments
Labels

Comments

@nkh0472
Copy link

@nkh0472 nkh0472 commented Oct 6, 2020

Checklist

  • I'm reporting a feature request
  • I've verified that I'm running youtube-dl version 2020.09.20
  • I've searched the bugtracker for similar feature requests including closed ones

Description

When I download YouTube video using --write-thumbnail, I always got a webp format image file. However, this format is not pretty convenient for my further use. Thus, I have to convert it to a png or jpg file using MS paint "saving as ...”. I thought if there is a thumbnail format conversion function, it will be quite helpful.
You see, the main download function of YouTube-dl such as download video/audio/subtitle, all have their format convert function (as --audio-format FORMAT, --recode-video FORMAT, --convert-subs FORMAT). So thumbnail format conversion function seems reasonable.
The Implementation of this function could simply use FFmpeg, as other convert function already does.

Thanks a lot!

@nkh0472 nkh0472 added the request label Oct 6, 2020
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
1 participant
You can’t perform that action at this time.