prism-media icon indicating copy to clipboard operation
prism-media copied to clipboard

Can one use prism-media FFmpeg wrapper to merge chunks of data?

Open OnkelTem opened this issue 1 year ago • 0 comments

Hi!

I have a set of audio chunks, each - a separate mp3/ogg file (regular, without Opus). I need to merge them into a single audio clip, i.e. join them.

So the task is to:

stream_of_chunks | demux | addToStream | encode > writeFile

Can the FFmpeg class do this for me?

OnkelTem avatar May 09 '23 14:05 OnkelTem