You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the media3 Transformer APIs allow you to either use the photo or video portion of the Motion Photo as an EditedMediaItem.
This is the opposite of what I need to do. My use case is combining a sequence of images (EditedMediaItems) and encoding a Motion Photo. The image sequence would be encoded as the video portion and one of the images would be set as the photo portion.
Proposed solution
Provide and API to encode Motion Photos from EditedMediaItems.
Use case description
Currently, the media3
Transformer
APIs allow you to either use the photo or video portion of the Motion Photo as anEditedMediaItem
.This is the opposite of what I need to do. My use case is combining a sequence of images (
EditedMediaItem
s) and encoding a Motion Photo. The image sequence would be encoded as the video portion and one of the images would be set as the photo portion.Proposed solution
Provide and API to encode Motion Photos from
EditedMediaItem
s.A naive take on what the API could look like:
Alternatives considered
The text was updated successfully, but these errors were encountered: