I am new to this great project and am very much enjoying the ease of use, especially the complex filtering api. However, it is unclear to me how to multiplex multiple inputs as so:
ffmpeg -i audio.m4a -i video.mp4 -c:v libx264 -c:a aac output.mp4
Is this possible with this library?
I am new to this great project and am very much enjoying the ease of use, especially the complex filtering api. However, it is unclear to me how to multiplex multiple inputs as so:
ffmpeg -i audio.m4a -i video.mp4 -c:v libx264 -c:a aac output.mp4Is this possible with this library?