aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/postprocessor
AgeCommit message (Expand)Author
2021-09-24Separate the options `--ignore-errors` and `--no-abort-on-error`pukkandan
2021-09-23bugfix for a21e0ab1a1a03f82517cd8cec4b9a2b4d6b81ac3pukkandan
2021-09-22[ffmpeg] Add `aac_adtstoasc` when merging if neededpukkandan
2021-09-19[SponsorBlock] Improve merge algorithm (#999)Nil Admirari
2021-09-04[ModifyChapters] fixes (See desc)pukkandan
2021-09-02Native SponsorBlock implementation and related improvements (#360)Nil Admirari
2021-09-01[EmbedSubtitle] Continue even if some files are missingpukkandan
2021-08-27Use `os.replace` where applicable (#793)Paul Wrubel
2021-08-24[downloader/ffmpeg] Allow passing custom arguments before -ipukkandan
2021-08-15Fix bug during subtitle conversionpukkandan
2021-08-11minor bugfixespukkandan
2021-08-10Misc fixes - See descpukkandan
2021-08-10[ffmpeg] Fix `--ffmpeg-location` when directory is givenpukkandan
2021-08-10Add option `--replace-in-metadata`pukkandan
2021-08-07Allow multiple `--exec` and `--exec-before-download`pukkandan
2021-08-05[ffpmeg] Allow `--ffmpeg-location` to be a file with different namepukkandan
2021-07-29Expand and escape environment variables correctly in outtmplpukkandan
2021-07-19Add option `--exec-before-download`pukkandan
2021-07-12[metadatafromfield] Do not detect numbers as field namespukkandan
2021-07-11[embedthumbnail] Fix `_get_thumbnail_resolution`pukkandan
2021-07-11[FFmpegMetadata] Add language of each streampukkandan
2021-07-11[utils] Add `variadic`pukkandan
2021-06-25[thumbnailsconvertor] Treat `jpeg` as `jpg`pukkandan
2021-06-21[websockets] Add `WebSocketFragmentFD` (#399)pukkandan
2021-06-20Skip fixup of existing files and add `--fixup force` to force itpukkandan
2021-06-20[cleanup] Refactor fixuppukkandan
2021-06-16[EmbedThumbnail] Add compat-option `embed-thumbnail-atomicparsley`pukkandan
2021-06-14[postprocessor] Fix `_restrict_to` when a codec is not setpukkandan
2021-06-13Fix bug in 8326b00aabc332cad3edec246fe5353bea069cb0pukkandan
2021-06-13Allow `images` formatspukkandan
2021-06-08[utils] Generalize `traverse_dict` to `traverse_obj`pukkandan
2021-06-06Fix and refactor `prepare_outtmpl`pukkandan
2021-05-29[embedthumbnail] Correctly escape filenamepukkandan
2021-05-29[embedthumbnail] Embed if any thumbnail was downloaded, not just the bestpukkandan
2021-05-23[ard] Allow URLs without `-` before idOliver Freyermuth
2021-05-23[embedthumbnail] Embed in `mp4`/`m4a` using mutagenpukkandan
2021-05-22[cleanup] Refactor ffmpeg convertorspukkandan
2021-05-22[videoconvertor] Generalize with remuxer and allow conditional recodingpukkandan
2021-05-21[ThumbnailsConvertor] Support conversion to `png` and make it the default (#333)louie-github
2021-05-20[cleanup] See descpukkandan
2021-05-20[embedthumbnail] Add `flac` support and refactor `mutagen` codepukkandan
2021-05-15Add field `name` for subtitlespukkandan
2021-05-14Standardize `write_debug`pukkandan
2021-05-11Add compat-option `no-attach-infojson`pukkandan
2021-05-06Improve output template internal formattingpukkandan
2021-05-04[embedthumbnail] Fix bug where jpeg thumbnails were converted againpukkandan
2021-04-21[MetadataFromField] Improve regex and add testspukkandan
2021-04-16[Exec] Ensure backward compatibility when the command contains `%`pukkandan
2021-04-12[documentation] Improvementspukkandan
2021-04-12Add option `--convert-thumbnails`pukkandan