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

feat: Add support for iframe based video sampling #616

Merged
merged 7 commits into from
Mar 19, 2023
Merged

Conversation

gaurav274
Copy link
Member

Now videos can be sampled for IFRAMES using 'iframe' keyword with SAMPLE clause
e.g.
==> SELECT id FROM MyVideo SAMPLE IFRAMES 7 ORDER BY id;
==> SELECT id FROM MyVideo SAMPLE IFRAMES ; # this uses default sampling rate of 1

@gaurav274 gaurav274 merged commit dad9838 into master Mar 19, 2023
@gaurav274 gaurav274 deleted the pull_590 branch March 19, 2023 02:46
@jarulraj jarulraj mentioned this pull request Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants