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

Adding Info To Video? #28

Open
jtkeyva opened this issue Jun 9, 2023 · 1 comment
Open

Adding Info To Video? #28

jtkeyva opened this issue Jun 9, 2023 · 1 comment

Comments

@jtkeyva
Copy link

jtkeyva commented Jun 9, 2023

It's great this can extract data from a video. I have yet to find a way to add video info to a video file in flutter. I'd like to add a custom title, author and if possible some basic metadata like notes or origin.

Any ideas?
Thanks

@anandnet
Copy link
Owner

Hi @jtkeyva, for writing video_info, you may use flutter ffmpeg package (might increase your apk size tremendously
)
I have searched but haven't find any api from Android side to write metadata (don't know about IOS).
As per this answer https://stackoverflow.com/a/36960843, you can use ffmpeg lib ref-(https://multimedia.cx/eggs/supplying-ffmpeg-with-metadata/)
Hope this would be helpful!

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

No branches or pull requests

2 participants