- Scene Collection management methods:
listSceneCollection()- Fetch list of scene collectionsgetSceneCollection()- Fetch a specific scene collectiondeleteSceneCollection()- Delete a scene collection
- Version header for Node.js SDK identification
- Spoken word indexing using correct index name
- Frame describe with correct input parameters
- Index spoken words without requiring transcript fetching
- Scene index playground function
0.1.2 (2025-01-22)
- Support for Scene Index
0.1.1 (2024-04-02)
- Support for Multiple Collections
- Create New Collection :
Connection.createCollection() - Get all Collections :
Connection.getCollections() - Get a Collection :
Connection.getCollection() - Update a Collection :
Connection.updateCollection()
- Create New Collection :
0.1.0 (2024-03-21)
- Scene Search
- Index Videos on Scene using
Video.indexScenes() - Get Scenes Data using
Video.getScenes() - Search in Video using
Video.search()on basis of scenes (passsearchType="scene")Note: Collection Scene Search is not available
- Index Videos on Scene using
- Deprecate
TextStylewithTextStyleProps- Instead of a accepting Instance of
TextStyleclass,TextAssetnow accepts an object of typePartial<TextStyleProps>
- Instead of a accepting Instance of
- Deprecate
SubtitleStylewithSubtitleStyleProps- Instead of a accepting Instance of
SubtitleStyleclass,Video.addSubtitlenow accepts an object of typePartial<SubtitleStyleProps>
- Instead of a accepting Instance of
- Deprecate
indexTypeparam inVideo.indexSpokenWords()
0.0.4 (2024-03-07)
Imageclass- Upload image using
Collection.upload() - Get an image using
Collection.getImage() - Get all images using
Colection.getImages() - Delete image using
Collection.deleteImage()orImage.delete()
- Upload image using
ImageAssetclass- Create a
ImageAssetusingImageAsset()class - Overlay
ImageAssetin timeline usingTimeline.addOverlay()
- Create a
TextAsset&TextStyleclass- Create a
TextAssetusingTextAsset()class - Configure styling of
TextAssetusingTextStyle()
- Create a
SubtitleStyle- Configure subtitle styling by passing a
SubtitleStyleinVideo.addSubtitle()
- Configure subtitle styling by passing a
- Keyword Search
Search using Keyword in Video using
Video.search()(pass searchType = "keyword")Note: Collection Keyword Search is not available
Video.index()->Video.indexSpokenWords()- param
type->searchTypeinVideo.search() - param
type->searchTypeinCollection.search()
- Pass undefined params as
nullto VideoDB Server API
0.0.3 (2024-02-13)
- Concept of Audio Files 🔈
- Concept of MediaAsset : VideoAsset, AudioAsset 💼
- Concept of Timeline for editing workflows ✂️
- Export
VideodbError - Minor updates in readme & package.json
- Http client timeout 30s -> 60s
- Better Error handling
- Param validation in
Coll.getVideo()Coll.getAudio()Coll.getVideo()Coll.deleteAudio()
0.0.2 (2024-01-24)
- Upload through file and external links - supports YouTube for now.
- Semantic Index : Index & search spoken content.
- Editing: Add subtitle to videos with default style.
- Search across collections [supports a default collection for now]
VideoandCollectionobject access without saving.playStreamfunction to get playable video links.