That's a pretty complicated answer for FFMPEG CLI, because the CLI makes everything complicated. We'll have another proof of concept project coming soon, built on top of ffmpeg_cli, that will make your use case much easier.
First upon thanks a lot for making this awesome tutorial. I am following such interesting topics. I just tried your code and getting some errors- No such file or directory Command: ffmpeg -i assets/intro.mp4 -i assets/sound.mp4 -loglevel info -map [final_v] -map [final_a] -vsync 2 -filter_complex [0:v] [0:a] [1:v] [1:a] concat=n=2:v=1:a=1 [comp_0_v] [comp_0_a] assets/generated.mp4 I am working on mac. Please help to resolve this error.
Do those input files exist at those locations? In general, when working with FFMPEG commands, you'll want to get familiar with tracking down these issue, and using FFMPEG docs and stackoverflow to figure it out. The UA-cam comments section isn't really intended for debugging.
Hi Matt, i am looking for way to overlay a image over a video so that is that filter call ?
how to convert list of images to video???
How can I replace video audio with audio file
Hi Matt! How do you add image overlays to concatenated videos using your plugin? I'm very invested. Could we please get a tutorial? Thank you! ❤️
That's a pretty complicated answer for FFMPEG CLI, because the CLI makes everything complicated. We'll have another proof of concept project coming soon, built on top of ffmpeg_cli, that will make your use case much easier.
Kindly make a video on mp4 to mp3 converter in ffmpeg
First, make sure that ffmpeg is installed on your device, and is available on your system path.
so, how can i do above in Android?
The current prototype only works as-is for desktop. We can expand to Android if one or more companies would like to fund a milestone.
First upon thanks a lot for making this awesome tutorial. I am following such interesting topics. I just tried your code and getting some errors-
No such file or directory
Command: ffmpeg -i assets/intro.mp4 -i assets/sound.mp4 -loglevel info -map [final_v] -map [final_a] -vsync 2 -filter_complex [0:v] [0:a] [1:v] [1:a] concat=n=2:v=1:a=1 [comp_0_v] [comp_0_a] assets/generated.mp4
I am working on mac.
Please help to resolve this error.
Do those input files exist at those locations? In general, when working with FFMPEG commands, you'll want to get familiar with tracking down these issue, and using FFMPEG docs and stackoverflow to figure it out. The UA-cam comments section isn't really intended for debugging.
@@FlutterBountyHunters Well said. Yes i will do more research on google. Thanks.