Questions tagged [flutter-ffmpeg]
34 questions
0
votes
2 answers
Flutter: How to use flutter_ffmpeg to add overlays like watermarks and texts to a video?
I try to implement the video_editing feature to my app, and I'd tried the Tapioca Package and the Video_Manipulation package but found that they both do not meet my criteria, so I put my last hope on the flutter_ffmpeg package.
But as I read through…

Ryan Wang
- 418
- 7
- 23
0
votes
1 answer
How to enable ffmpeg openssl in Flutter
I want to convert https using ffmpeg but I have to enable openssl in configuration .. how can I do that in flutter ?

عبدالله لبيب
- 39
- 5
0
votes
3 answers
can't convert online gif to mp4 video using ffmpeg
I am trying to turn this gif into mp4 video using ffmpeg but it is not working
https://media.giphy.com/media/H7T8UdGOvOQiDf9QXj/giphy.gif
I tried this code
-i https://media.giphy.com/media/H7T8UdGOvOQiDf9QXj/giphy.gif output.mp4
also I tried this…

عبدالله لبيب
- 39
- 5
0
votes
1 answer
Flutter: How to read data from video using ffmpeg
I am trying to fetch the metadata from the video for that using lib https://pub.dev/packages/flutter_ffmpeg,
Below code is not working with ffmpeg
Directory appDocDir = await getApplicationDocumentsDirectory();
String appDocPath =…

Jitesh Mohite
- 31,138
- 12
- 157
- 147