How to use ffmpeg_kit_flutter to merge two videos in Flutter
i want to merge an intro.mp4 (located in the assets folder of my project) video with the cameraRecord Output video (let's say output.mp4) i tried this (code below) but it gives a bad result (the output video is side by…