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

Use Text Instead of Embedded Image #4

Open
matthewnau opened this issue Mar 1, 2022 · 0 comments
Open

Use Text Instead of Embedded Image #4

matthewnau opened this issue Mar 1, 2022 · 0 comments
Assignees
Labels
new feature New feature to be implemented rendering Issues relating to the rendering engine

Comments

@matthewnau
Copy link
Owner

matthewnau commented Mar 1, 2022

Feature Outline:

Give the users the option to input a string of text as the focal-point of their rendered thumbnail rather than an embedded image. An input image could still be used as the default blurred background, but would instead have text in the foreground and no embedded image.

Why is this useful?

While thumbnails are useful for standalone videos, certain types of media such as Courses or Lectures do not have carefully-crafted thumbnails on every video. E-learning courses can easily contain hundreds of differing-length video lectures. With a high-volume of videos, it would be impractical for the creator to make a distinct thumbnail for each lecture. Therefore, we don't have to worry about losing any valuable content by replacing each video's cover with our own.

When managing hundreds of videos in a collection, it could be desirable to have them all adhere to the same visual-style. Except in this case, we could use something like each video's title and pass that in as the string to use in place of an embedded thumbnail. This would give the user an easy way to distinguish content that belongs together, but also differentiates each topic or lecture from one another.

Challenges:

  • When using text in place of images, padding and font-size will have to be taken into account in order to make everything look perfect. We don't want to have text being cut-off or too squished. Therefore, additional image-validation will need to be implemented for this type of output.
@matthewnau matthewnau added the new feature New feature to be implemented label Mar 1, 2022
@matthewnau matthewnau self-assigned this Mar 1, 2022
@matthewnau matthewnau added the rendering Issues relating to the rendering engine label Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature to be implemented rendering Issues relating to the rendering engine
Projects
None yet
Development

No branches or pull requests

1 participant