ffmpeg-kit
ffmpeg-kit copied to clipboard
get some error while merging audio with image
I want to merge audio with my image but After executing below code output file not playing properly like audio not playing properly this is my code please check :- final FlutterFFmpeg _flutterFFmpeg = FlutterFFmpeg();
Future
Future
print("Check Image Path ==> ${imagePathSelected}");
print("Check Image Path ==> ${audioPathSelected}");
// Paths to your image and audio files
String imagePath = imagePathSelected!; // Update with actual path
String audioPath = audioPathSelected!; // Update with actual path
await mergeImageAndAudio(imagePath, audioPath, outputPath);
print("Check Image Path ==> $outputPath");
Get.to(() => CapturedVideoPreview(videoURL: outputPath));
// Share.shareXFiles([XFile(outputPath)], text: 'Check out this video!');
}
in android devices I just able to here audio but it's also not proper and image not visible, for the iPhone i am able to see image but audio not playing properly
I have the same problem
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.