Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support MP4 with the "ftypiso5" file header #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MainasuK
Copy link

Some GIFV media from Twitter cannot be parsed as MP4 video due to the box container using the "ftypiso5" which the coder does not accept. This patch appends the "ftypiso5" predicate to fix it. Then the Animated Image now playback this GIFV from the URL without issue.

Ref:

https://github.com/FFmpeg/FFmpeg/blob/290de647595051034d8f021f24bb4610b2f39943/libavformat/movenc.c#L4945
The FFmpeg writes this major brand for MP4 with default-base-is-moof feature flag.

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.

None yet

1 participant