Closed jadoblrb closed 6 months ago
In this file, is the aim to transform/process the "video" element of the motion photo or the image element. If it's the image element, then this issue is the same issue as described in #1181.
The aim is to transform/process the image element of the MotionPhoto. Agreed that it is similar to 1181.
@droid-girl please advise what to do with this bug in light of this
Duplicate for https://github.com/androidx/media/issues/1181.
Version
Media3 1.3.0
More version details
No response
Devices that reproduce the issue
Pixel7a
Devices that do not reproduce the issue
No response
Reproducible in the demo app?
Not tested
Reproduction steps
1) Create a Composition that contains an asset that represents a MotionPhoto .jpg 2) Export this Composition using a Transformer whose progress is obtained via Transformer.getProgress()
For the segment of the composition that contains the MotionPhoto, the transformer's progress seems to race through the MotionPhoto and then stall at the end of the MotionPhoto, while actual procesing for the MotionPhoto continues on 'silently'. If this progress value is used to update the status of a progressBar, then this progressBar appears to freeze while the MotionPhoto is being processed.
Expected result
the progress reported while the Transformer processes a MotionPhoto should be smooth, similar to how progress is reported for the sections of a Composition that contain a movie file
Actual result
The Progress that is reported by Transformer.getProgress() is not fluid while a MotionPhoto is being processed
Media
Media will be sent via email
Bug Report
adb bugreport
to android-media-github@google.com after filing this issue.