-
Notifications
You must be signed in to change notification settings - Fork 128
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
Video #82
Comments
Maybe. I will see what can be done. Interesting idea 👍 |
In the newly released version 1.3.1, I did some experiment with "video input" featrue. Now if you set |
Very cool) many thanks, I will enjoy with pleasure ! |
There is one small bug here, I'm downloading the video all right, I can play, flip and everything else, but only I press Cropp it turns it into a picture, it's possible to get some video, maybe there are extra parameters? |
"press" means click? |
When I execute this.myCroppa.generateDataUrl () I get png back, so I realized that I need another option to use, I need to use something else? |
Yes, generateDataUrl won't give you a video. You need to use the technique introduced in these links: |
Hey! I tried to use the option My problem is croppa do not get the first frame and draw it on the canvas. So right now I only see a transparent image and unfortunately there is no error. Here a simple CodePen to reproduce the problem: |
Is it possible to work with video? It would be nice
The text was updated successfully, but these errors were encountered: