aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/postprocessor/ffmpeg.py
Commit message (Collapse)AuthorAgeFilesLines
* Don't try to embed/convert json subtitles generated by youtube livechatpukkandan2020-11-051-2/+9
|
* Merge branch 'ext/remuxe-video' of ↵Tom-Oliver Heidel2020-09-161-0/+21
| | | | https://github.com/Zocker1999NET/youtube-dl into Zocker1999NET-ext/remuxe-video
* Support arbitrary stream mergesfelix2020-09-141-2/+7
| | | | | | | | 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.
* [skip travis] renamingUnknown2020-09-021-0/+657
to avoid using same folder when using pip install for example