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

Size constraints #11

Open
panrafal opened this issue Jun 5, 2014 · 3 comments
Open

Size constraints #11

panrafal opened this issue Jun 5, 2014 · 3 comments

Comments

@panrafal
Copy link

panrafal commented Jun 5, 2014

Are there any size constraints for WebM video?
When I create videos, some of the sizes play in the browser (ie 170x300), and some don't (84x150, 282x500). Interestingly, when I save them to disk, VLC or android players can play them without problems.

You can check it here: http://depthy.clients.stamina.pl/ . Click the left "share" icon, then "create video". The only size that works is "Small", though it's different for images with different aspect ratio.

@panrafal
Copy link
Author

panrafal commented Jun 5, 2014

I'll answer myself... Apparently there are... I coulnd't find anything in the specs, but it works flawlessly if the width & height are divisible by 2.

@haibo32012
Copy link

@panrafal I also use whammy.js capture camera,the website you display i have see,i want to ask you how to set a fixed time video,i use to change frame,but it seems not work.

@ulissesvaquero
Copy link

@haibo32012 i use this solution, i get a currenttime of my video element and compare with a fixed time, like this : if (videoelement.currentTime > fixedTime)stopFunction()...
Works like a charm...
: )

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

No branches or pull requests

3 participants