anandnet / flutter_video_info

A flutter plugin to get basic metadatainfo of a video file.
https://pub.dev/packages/flutter_video_info
MIT License
9 stars 25 forks source link

Adding Info To Video? #28

Open jtkeyva opened 1 year ago

jtkeyva commented 1 year ago

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 commented 1 year ago

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!