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

Encode scan thumbnails into video #91

Open
mdinger opened this issue May 10, 2015 · 2 comments
Open

Encode scan thumbnails into video #91

mdinger opened this issue May 10, 2015 · 2 comments

Comments

@mdinger
Copy link

mdinger commented May 10, 2015

Adding the little mouseover preview box to videos like youtube does is apparently impossible because it's computationally expensive to decode the thumbnails either in realtime or at file load. This seems like something the encoder could do (perhaps optionally) and then save into the video file. If this was available to decoders, it seems like they could enable this type of feature.

preview_box

These thumbnails are really small. Doesn't seem like they'd take much space. Also could differentiate Daala from the others.

@tdaede
Copy link
Contributor

tdaede commented May 12, 2015

This is more of a container level feature. However, a similar codec level could be added: very fast and low quality keyframe decoding - such as only decoding Haar DC coefficients.

For lower resolution videos, I'd expect a full keyframe decode to be fast enough that no special features are needed.

@mdinger
Copy link
Author

mdinger commented May 12, 2015

That sounds good. Would it be fast enough to do realtime keyframe decode for a 4K video or bigger during regular decode (checking for all cases)? If so, I'll just modify the title/OP so it reflects that topic.

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

2 participants