Skip to content

Fix ios trim#1

Open
FrikkieSnyman wants to merge 3 commits into
masterfrom
fix-ios-trim
Open

Fix ios trim#1
FrikkieSnyman wants to merge 3 commits into
masterfrom
fix-ios-trim

Conversation

@FrikkieSnyman

Copy link
Copy Markdown
  • Merge original repo master
  • Make use of .mov instead of .mp4

santiagovazquez and others added 3 commits May 7, 2020 10:35
* Adding the possibility to trim a remote file

* Updating README to include some comment about trimmming remote files

@RalfNieuwenhuizen RalfNieuwenhuizen left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Magic! What does it fix exactly?

@FrikkieSnyman

Copy link
Copy Markdown
Author

On iOS, when you take a "quick capture" video on iPhone 11 and up, the trim method throws an error that this mediatype is not supported. Someone using the Vimeo library ran into the same issue, and they suggested this fix:
vimeo/VimeoUpload#238

With this PR, the video can be trimmed, but the thumbnail of the trimmed video's orientation is wrong

@RalfNieuwenhuizen

Copy link
Copy Markdown

With this PR, the video can be trimmed, but the thumbnail of the trimmed video's orientation is wrong

So this is not perfect yet, you mean?

@FrikkieSnyman

Copy link
Copy Markdown
Author

Well this PR is, but grabbing the thumbnail is not. It's got something to do with how .mov stores the meta describing the orientation of the video compared to how .mp4 does it. So the way we grab the thumbnail basically assumes it's an mp4 and is therefor looking at the wrong place to get the correct orientation of the video 🤷

@RalfNieuwenhuizen

Copy link
Copy Markdown

@FrikkieSnyman will this be irrelevant after falafelraptor stuff?

@FrikkieSnyman

Copy link
Copy Markdown
Author

@RalfNieuwenhuizen I hope so! Going to test if the falafelraptor stuff fixed ios today!

@FrikkieSnyman

Copy link
Copy Markdown
Author

@RalfNieuwenhuizen No, it doesn't seem like their stuff fixed it :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants