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

Add Assets, Timeline and Audio uploads #1

Merged
merged 3 commits into from
Feb 4, 2024

Conversation

0xrohitgarg
Copy link
Collaborator

Description:

  • Concept of Audio Files 🔈
  • Concept of MediaAsset : VideoAsset, AudioAsset 💼
  • Concept of Timeline for editing workflows ✂️
  • Minor updates in readme & package.json

Changes:

🔈 Audio Files :

  • Audio class under src/core/audio.ts
  • Upload Audio Files using Collection.uploadUrl() or Collection.uploadFile()
  • Fetch Audio Files using Collection.getAudios() or Collection.getAudio()
  • Delete Audio files using Collection.deleteAudio()

💼 Media Assets:

  • MediaAsset, VideoAsset and AudioAsset class under src/core/asset.ts

🎞️ Timeline :

  • Timeline class under src/core/timeline.ts
  • editing support for Inline asset addition using Timeline.addInline()
  • editing support for Overlay asset addition using Timeline.addOverlay()

Testing:

  • Audio Files
  • Media Assets
  • Timeline

@0xrohitgarg 0xrohitgarg merged commit 3c6fbf1 into main Feb 4, 2024
@0xrohitgarg 0xrohitgarg deleted the feat/assets-and-timeline branch March 9, 2024 05:32
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.

1 participant