We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example failing URL graph/passthrough?input=https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fcdn.thegrid.io%2Fassets%2Ffeature_color.720x450.mp4
graph/passthrough?input=https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fcdn.thegrid.io%2Fassets%2Ffeature_color.720x450.mp4
This happens because when parsing the request, we always default to outtype='.jpg' - which currently fails when the input is a video file (ref #109).
outtype='.jpg'
input
Related to #32
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example failing URL
graph/passthrough?input=https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fcdn.thegrid.io%2Fassets%2Ffeature_color.720x450.mp4
This happens because when parsing the request, we always default to
outtype='.jpg'
- which currently fails when theinput
is a video file (ref #109).Related to #32
The text was updated successfully, but these errors were encountered: