aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/postprocessor
Commit message (Collapse)AuthorAgeFilesLines
...
* [dependencies] Create module with all dependency importspukkandan2022-04-211-11/+9
|
* bugfix for a44ca5a470e09b5170fc9c3a46733f050fadbfae, ↵pukkandan2022-04-192-4/+4
| | | | | | 19a0394044bfad36cd665450271b8eb048a41c02, 77f9033095cd8e1092a80db67f2b577cf13f95a8 Closes #3472
* [cleanup] Misc cleanup and refactor (#2173)pukkandan2022-04-182-13/+11
|
* [docs] Improve embedding docs and other minor fixespukkandan2022-04-181-1/+2
|
* Fix bug in 66cf3e1001b6d9a2829fe834c3f9103b0890918epukkandan2022-04-121-2/+1
|
* [EmbedSubtitle] Enable for more video extensionspukkandan2022-04-121-2/+4
| | | | Closes #3382
* [cleanup] Misc cleanup (#2173)pukkandan2022-04-121-2/+2
| | | | Authored by: fstirlitz, pukkandan
* [cleanup] Sort importspukkandan2022-04-1210-48/+30
| | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
* [cleanup] Upgrade syntaxpukkandan2022-04-127-35/+19
| | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
* [cleanup] Mark some compat variables for removal (#2173)pukkandan2022-04-121-2/+2
| | | | Authored by fstirlitz, pukkandan
* [FFmpegMetadataPP] Remove `\0` from metadatapukkandan2022-04-121-0/+1
|
* [EmbedThumbnail] Do not remove id3v1 tagspukkandan2022-04-101-1/+1
|
* [FfmpegMetadata] Write id3v1 tagspukkandan2022-04-071-0/+3
|
* [cleanup] Misc fixespukkandan2022-04-051-3/+10
| | | | | | Closes https://github.com/yt-dlp/yt-dlp/pull/3213, Closes https://github.com/yt-dlp/yt-dlp/pull/3117 Related: https://github.com/yt-dlp/yt-dlp/issues/3146#issuecomment-1077323114, https://github.com/yt-dlp/yt-dlp/pull/3277#discussion_r841019671, https://github.com/yt-dlp/yt-dlp/commit/a825ffbffa0bea322e3ccb44c6f8e01d8d9572fb#commitcomment-68538986, https://github.com/yt-dlp/yt-dlp/issues/2360, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393519, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393254
* Fix bug in 8a7f68d0b12d0f4910a15b59a3ec090bbf83b6f2pukkandan2022-03-301-1/+1
| | | | Closes #3241
* [ffmpeg] Cache version datapukkandan2022-03-291-23/+17
| | | | Related: https://github.com/dasl-/pifi/issues/9
* [VideoConvertor] Ensure all streams are copiedpukkandan2022-03-271-2/+2
| | | | Closes #3200
* [Concat] Ensure final directory existspukkandan2022-03-271-0/+2
| | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/3181#issuecomment-1079622589
* [postprocessor,cleanup] Create `_download_json`pukkandan2022-03-252-28/+31
|
* [FFmpegVideoConvertor] Add more formats to `--remux-video`pukkandan2022-03-131-1/+1
|
* [MetadataParser] Validate outtmpl earlypukkandan2022-03-111-2/+6
|
* [cleanup] Refactor `__init__.py` (#2570)pukkandan2022-03-081-1/+1
| | | | | * Split `__init__` code into multiple functions * Clean up validation code by grouping similar types of options * Expose `parse_options` to third parties
* [ThumbnailsConvertor] Support `webp`pukkandan2022-02-231-1/+1
| | | | Closes #2226
* [SponsorBlock] Fixes for highlight and "full video labels" (#2849)Nil Admirari2022-02-221-0/+4
| | | Authored by: nihil-admirari
* [FFmpegConcat] Abort on `--simulate`pukkandan2022-02-182-5/+6
|
* [Sponsorblock] minor fixes (#2793)Nil Admirari2022-02-172-6/+6
| | | | | | * preserve mtime - Closes #2769 * keep concat spec on failure Authored by: nihil-admirari
* [FFmpegConcat] Abort on --skip-download and download errorspukkandan2022-02-031-9/+8
| | | | Closes #2470
* [docs,cleanup] Fix linter and misc cleanuppukkandan2022-01-241-2/+2
| | | | Closes #2419
* [cleanup] Minor fixespukkandan2022-01-212-7/+13
| | | | Closes #2334
* Add option `--concat-playlist`pukkandan2022-01-132-0/+46
| | | | Closes #1855, related: #382
* [ffmpeg] Ignore unknown streamspukkandan2022-01-131-1/+1
| | | | Closes #2307
* [cleanup, docs] Minor fixespukkandan2022-01-122-3/+4
| | | | Closes #2230
* [ffmpeg] Standardize use of `-map 0`pukkandan2022-01-122-26/+30
| | | | Closes #2182
* Fix bug in 8896899216e90b0ea7ddb1697faf1dc8411b78bepukkandan2022-01-031-1/+1
| | | | Closes #2215
* Allow `--exec` to be run at any post-processing stagepukkandan2022-01-031-5/+7
| | | | Deprecates `--exec-before-download`
* [FfmpegMetadata] Allow setting metadata of individual streamspukkandan2022-01-021-12/+17
| | | | Closes #877
* [EmbedThumbnail] Prefer AtomicParsley over ffmpeg if availablepukkandan2021-12-271-33/+38
|
* [ThumbnailsConvertor] Fix for when there are no thumbnailspukkandan2021-12-271-3/+3
| | | | Closes #2125
* [ffmpeg] Fix position of `--ppa`pukkandan2021-12-251-2/+2
| | | | | Bug in ca5db158aecc36a3db41faa85a26e7d931b5d72b Closes #2112
* [cleanup] Misc cleanuppukkandan2021-12-231-1/+1
| | | | Closes #1942 #1976 #2020 #2058 #1984
* [dash,youtube] Download live from start to end (#888)The Hatsune Daishi2021-12-203-4/+14
| | | | | | | | | | | | | | | * Add option `--live-from-start` to enable downloading live videos from start * Add key `is_from_start` in formats to identify formats (of live videos) that downloads from start * [dash] Create protocol `http_dash_segments_generator` that allows a function to be passed instead of fragments * [fragment] Allow multiple live dash formats to download simultaneously * [youtube] Implement fragment re-fetching for the live dash formats * [youtube] Re-extract dash manifest every 5 hours (manifest expires in 6hrs) * [postprocessor/ffmpeg] Add `FFmpegFixupDuplicateMoovPP` to fixup duplicated moov atoms Known issue: Ctrl+C doesn't work on Windows when downloading multiple formats Closes #1521 Authored by: nao20010128nao, pukkandan
* [postprocessor/ffmpeg] Always add `faststart`pukkandan2021-12-201-6/+5
| | | | Closes #1491
* [SponsorBlock] Add Filler and Highlight categories (#1664)Nil Admirari2021-12-092-5/+13
| | | Authored by: nihil-admirari, pukkandan
* [EmbedSubtitle] Disable duration check temporarilypukkandan2021-12-021-0/+6
| | | | Closes #1870, #1385
* [cleanup Fix some typospukkandan2021-12-011-8/+5
| | | | | | | * `MetadataFromFieldPP` is not deprecated! * Wrong args to `MetadataFromFieldPP` * Some mistakes in change log * Type in build.yml causing release tag to be placed on wrong commit
* [cleanup] Add deprecation warningspukkandan2021-11-295-6/+37
|
* [cleanup] Misc cleanuppukkandan2021-11-291-2/+2
| | | | Closes #1805, closes #1800
* [EmbedSubtitles] Slightly relax duration checkpukkandan2021-11-272-23/+23
| | | | | and related cleanup Closes #1385
* [FixupM3u8] Fixup MPEG-TS in MP4 containerpukkandan2021-11-271-2/+13
| | | | Closes #1701, https://github.com/ytdl-org/youtube-dl/issues/26410
* [ExtractAudio] Support `alac`pukkandan2021-11-191-16/+28
| | | | Closes #1707