]> jfr.im git - yt-dlp.git/commit - yt_dlp/postprocessor/ffmpeg.py
Support arbitrary stream merges
authorfelix <redacted>
Tue, 4 Aug 2015 07:07:44 +0000 (09:07 +0200)
committerfelix <redacted>
Mon, 14 Sep 2020 10:53:09 +0000 (12:53 +0200)
commitd03cfdce1bce28284fa0f168d5d278caacd2fa0b
tree85cae62070cdde5d8c01e81623309b05f82329ae
parentde7c27cd2545d6a9d75d8142af27d5cb7151ed9a
Support arbitrary stream merges

With this change, the merge operator may join any number of media streams,
video or audio. The streams are downloaded in the order specified.

Also, fix the metadata post-processor so that it doesn't leave out
any streams.
youtube_dlc/YoutubeDL.py
youtube_dlc/postprocessor/ffmpeg.py