- Fixed invalid motion photo detection for Motion photo Top Shot.
- Fixed invalid motion photo detection for Pixel Pro 8.
- Add valid package description
- Fix typos
- Fix formatting
- Features:
-
IsMotionPhoto
method detects if the give file is MotionPhoto or Not. -
getMotionVideoIndex
method extracts the start and end Index of the MotionPhoto. -
getMotionVideo
method returns [Uint8List] bytes for the video content of the motion photo. -
getMotionVideoFile
method extracts and returns mp4 file of the video content of the motion photo.
-