I'm using flutter <a href="https://pub.dartlang.org/packages/camera" rel="nofollow noreferrer">camera plugin</a> to record the video. But the recorded video size is to...
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,...
<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...
My video_player.dart file is working as expected. If I call my VideoPlayerApp() in an AlertDialog() box it works well, but I have few customizable options for the look...
I'm trying to crop a video with <a href="https://pub.dev/packages/flutter_ffmpeg" rel="nofollow noreferrer">Flutter_ffmpeg</a> package using this <code>-i $inputPath -...
I am trying to make an <a href="https://obsproject.com/" rel="nofollow noreferrer">OBS</a>-like app using Flutter. I was trying to use <strong>Flutter</strong>...
I need to build an app with videos sliding carousel like in TikTok or Instagram. Is anybody know the best way to implement it with automatically preaching to show the...
I am Trying to overlay text over the Video using ffmpeg dependency. i have tried many options, but my most recent commands are as follows, <pre><code>await FFmpegK...