How to add an image or text (Watermark) on a video/image - Flutter/Dart

8,844

For videos:

For images:

As for other services, I don't know, but Firebase does not offer this service.

Otherwise, client/app-side, there’s currently not much else for videos, but there's more available for images, you can search https://pub.dev/flutter/packages?q=image+editor. However, for more options, you’ll have to seek out native Android/iOS libraries and custom integrate them through the platform channels.

Share:
8,844
Constantin N.
Author by

Constantin N.

Updated on December 15, 2022

Comments

  • Constantin N.
    Constantin N. over 1 year

    I'm building a Flutter application which needs to add waermark on videos and images. Is there any way to achieve this with firebase (or any other service)? I could do this on client-side but also there i can't find any flutter/Dart package related to video/image processing.

    Kindly guide me how to do it.

    Thanks

  • Mahesh Jamdade
    Mahesh Jamdade over 4 years
    Will this work for an Image picker an usecase where I capture an image by opening a camera in the app or choosing an image from gallery
  • TWL
    TWL over 4 years
    Yes, they all should once you've got reference to the File created.
  • Nicks
    Nicks almost 4 years
    any luck using FFmpeg ?
  • Bonobito
    Bonobito over 2 years
    I wonder that it will be necessary applying watermark on each frame with the previous function then probably join all the frames with the following package pub.dev/packages/flutter_ffmpeg