fluent-ffmpeg / node-fluent-ffmpeg

A fluent API to FFMPEG (http://www.ffmpeg.org)
MIT License
7.64k stars 874 forks source link

FFMPEG - Merge multiple dash segments into one - is it possible? #1159

Open patrykmoura opened 2 years ago

patrykmoura commented 2 years ago

I have some "splited" DASH videos here... like: test1/output.mpd, test2/output.mpd, etc...

Basically I'd like to know how can I merge two or more MPD lists into one... I'd like to think that could be something like this:

    ffmpeg -i teste1/output.mpd -i teste2.output.mpd -f dash merge/output.mpd

but it's not =\ lol...

Ive tried a lot of aproaches, but whatever I try (that should work) i'm always getting the following error: [![enter image description here][1]][1]

It's something about the audio codec, but idk... Can anyone help? I'm pretty stuck in days =\

tks in advance guys! image

ffmpeg version 4.4 fluent-ffmpeg 2.1.2 os Windows 10 or Linux Ubuntu 16