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: Video importer (bring your own video) #162

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

richiemcilroy
Copy link
Collaborator

Create a new Cap project from any .mp4 video

mp4 only for now - since we'd probably have to build or hook up the encoder to support different formats?

Cap.2024-11-11.at.12.50.30.mp4

Copy link

vercel bot commented Nov 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cap-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 11, 2024 7:24pm

@Brendonovich
Copy link
Member

Brendonovich commented Nov 11, 2024

  • drag and drop didn't work in my testing, it might need some tauri stuff to implement
  • 30fps videos break the editor atm, either we should prevent higher fps videos or just make the editor work with arbitrary framerates before releasing this

@richiemcilroy
Copy link
Collaborator Author

  • drag and drop didn't work in my testing, it might need some tauri stuff to implement
  • 30fps videos break the editor atm, either we should prevent higher fps videos or just make the editor work with arbitrary framerates before releasing this

Maybe when we update the editor to work with 60fps, we can make it so that the editor technically works with any framerate? (within reason)

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