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
{{ message }}
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.
Description
This may belong upstream in the mobile-ffmpeg repo.
iOS video files (on the device described in the logs below, either picked via image_picker or recorded via image_picker) do not have any stream metadata in the dictionary returned from getMediaInformation.
This happens despite the metadata appearing in the the rawInformation field. This is important because we use the rotate metadata to determine which dimension to limit when resizing.
Expected behavior
The info.stream[0].metadata is populated with the metadata of the stream
Current behavior
The info.stream[0].metadata was null
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel dev, v1.4.19, on Mac OS X 10.14.4 18E226, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[✓] iOS toolchain - develop for iOS devices (Xcode 10.2.1)
[✓] Android Studio (version 3.3)
[✓] VS Code (version 1.33.1)
[✓] Connected device (1 available)
• No issues found!
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue. I can confirm that stream metadata is not parsed correctly. Unfortunately, this bug needs to fixed in the parent project. I created a new issue tanersener/mobile-ffmpeg#122 about it. I recommend using rawInformation field until it is fixed and a new release is published.
Description
This may belong upstream in the mobile-ffmpeg repo.
iOS video files (on the device described in the logs below, either picked via image_picker or recorded via image_picker) do not have any stream metadata in the dictionary returned from
getMediaInformation
.This happens despite the metadata appearing in the the
rawInformation
field. This is important because we use therotate
metadata to determine which dimension to limit when resizing.Expected behavior
The
info.stream[0].metadata
is populated with the metadata of the streamCurrent behavior
The
info.stream[0].metadata
was nullLogs
The info object:
The rawInformation output:
Environment
The text was updated successfully, but these errors were encountered: