I have two WebM files, both have video and audio.
I want to insert the audio from one WebM file into the other so that the final WebM file has two audio "streams" playing simultaneously with the video.
Is it possible to achieve this programatically? Preferably with Ruby, or if not with a command line interface, maybe ffmpeg?