prism-media
prism-media copied to clipboard
Can one use prism-media FFmpeg wrapper to merge chunks of data?
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?