Skip to content

vampire-squid 0.5.2

Compare
Choose a tag to compare
@hohonuuli hohonuuli released this 08 Sep 00:44
· 118 commits to main since this release
4f74fb1

This release addresses issue #5

There's a new api endpoint at PUT /vam/v1/media/move/{videoReferenceUuid}. This endpoint moves a video reference to a different video without changing any video references that share the parent video. This endpoint takes a form body with the params:

  • start_timestamp - an ISO8601 string with the new timestamp for the video reference
  • video_name - The new name of the video
  • duration_millis - The duration of the video in milliseconds

Full Changelog: 0.5.1...0.5.2