I am developing an application in flutter, user add two videos and I want to merge them into a single video and give the output containing two video side by side, the...
I have a FFmpeg command that is currently working to overlay an image, several <code>drawtext</code> commands, a scaling command, and then finally the output. However,...
I am simply trying to get a watermarked video from the Flutter FFmpeg package and cannot seem to get it to work. Right now, I am downloading the video from Firebase, s...
I try to develope the following in Flutter <ol> <li>The user can add multiple images to a gallery</li> <li>The user can create a video from all these images with t...
While decoding the video file using <code>aes-ctr</code> mode am getting error like below, <code>Unhandled Exception: FileSystemException: Failed to decode data...
I need to put overlay images to a video. It is working on Android without problem. But on iOS platform, if I try 23-24 overlay images, it is working correctly. If I tr...
i have a small story editor where a user can pick a gif and overlay on the image. I save the position, rotation, width and height of the gif and need to overlay it on...
some time already working with audio conversion? i used the flutter_ffmpeg: package but now the official package is ffmpeg_kit_flutter: but the libmp3lame library is n...
I have a flutter app that processes videos, now, I want to display like a video timeline at the bottom of the video but it should be comprised of the video frames of t...
<a href="https://i.stack.imgur.com/xu28M.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/xu28M.jpg" alt="First" /></a> <a href="https://i.sta...
The app is working on Android on Debug mode(only) with no errors in the logcat/terminal. But when I tested it on iOS (even in debug mode), it crashes on a specific pag...
I've been trying to merge videos using a flutter ffmpeg package, but for some reason it doesn't work. Here is my current approach. <pre><code> Future<String>...
Audio Trim is not working Flutter Version : 3.0.2 Dart : 2.17.3 Package used : ffmpeg_kit_flutter: ^4.5.1 Input file path : /data/user/0/com...
<strong>what I'd like to do:</strong> I would like to record a video using Flutter's CameraController that has the same duration as an animated webp. On top of my scre...
I'm developing a desktop app with flutter, and I gotta get the metadata information. I've been trying to use flutter_ffmpeg, but It does not have support to flutter de...