aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/postprocessor/ffmpeg.py
Commit message (Expand)AuthorAgeFilesLines
* [ThumbnailsConvertor] Fix for when there are no thumbnailspukkandan2021-12-271-3/+3
* [ffmpeg] Fix position of `--ppa`pukkandan2021-12-251-2/+2
* [dash,youtube] Download live from start to end (#888)The Hatsune Daishi2021-12-201-2/+12
* [postprocessor/ffmpeg] Always add `faststart`pukkandan2021-12-201-6/+5
* [EmbedSubtitle] Disable duration check temporarilypukkandan2021-12-021-0/+6
* [cleanup] Add deprecation warningspukkandan2021-11-291-0/+7
* [EmbedSubtitles] Slightly relax duration checkpukkandan2021-11-271-21/+22
* [FixupM3u8] Fixup MPEG-TS in MP4 containerpukkandan2021-11-271-2/+13
* [ExtractAudio] Support `alac`pukkandan2021-11-191-16/+28
* Add option `--embed-info-json` to embed info-json in mkvpukkandan2021-11-151-12/+35
* Add compat-option embed-metadatapukkandan2021-11-151-0/+3
* [ExtractAudio] Fix conversion to `wav`pukkandan2021-11-131-4/+1
* [ffmpeg] Detect libavformat version for `aac_adtstoasc`pukkandan2021-11-041-1/+9
* [ffmpeg] Accurately detect presence of settspukkandan2021-11-041-4/+6
* [ExtractAudio] Use `libfdk_aac` if availableCrypticSignal2021-11-041-1/+6
* [ffmpeg] Framework for feature detectionpukkandan2021-11-041-36/+43
* [ExtractAudio] Rescale --audio-quality correctlypukkandan2021-11-041-14/+23
* [downloader/ffmpeg] Fix vtt download with ffmpegpukkandan2021-10-261-0/+1
* Don't create console for subprocesses on Windows (#1261)pukkandan2021-10-201-8/+6
* [EmbedMetadata] Allow overwriting all default metadatapukkandan2021-10-181-11/+10
* [Merger] Do not add `aac_adtstoasc` to non-hls audiopukkandan2021-10-111-1/+2
* Revert "[ffmpeg] Set max probesize to workaround AAC HLS stream issues (#1109)"pukkandan2021-10-101-1/+1
* [EmbedSubtitle, SubtitlesConvertor] Fix error when subtitle file is missingpukkandan2021-10-041-1/+4
* [docs,cleanup] Some minor refactoring and improve docspukkandan2021-09-301-15/+14
* [embedsubtitle] Fix error when duration is unknownpukkandan2021-09-301-1/+1
* [ffmpeg] Set max probesize to workaround AAC HLS stream issues (#1109)shirt2021-09-281-1/+1
* Separate the options `--ignore-errors` and `--no-abort-on-error`pukkandan2021-09-241-2/+1
* bugfix for a21e0ab1a1a03f82517cd8cec4b9a2b4d6b81ac3pukkandan2021-09-231-1/+3
* [ffmpeg] Add `aac_adtstoasc` when merging if neededpukkandan2021-09-221-1/+3
* [ModifyChapters] fixes (See desc)pukkandan2021-09-041-0/+22
* Native SponsorBlock implementation and related improvements (#360)Nil Admirari2021-09-021-49/+125
* [EmbedSubtitle] Continue even if some files are missingpukkandan2021-09-011-0/+3
* Use `os.replace` where applicable (#793)Paul Wrubel2021-08-271-9/+4
* Fix bug during subtitle conversionpukkandan2021-08-151-1/+1
* minor bugfixespukkandan2021-08-111-1/+1
* [ffmpeg] Fix `--ffmpeg-location` when directory is givenpukkandan2021-08-101-2/+5
* [ffpmeg] Allow `--ffmpeg-location` to be a file with different namepukkandan2021-08-051-9/+4
* [embedthumbnail] Fix `_get_thumbnail_resolution`pukkandan2021-07-111-6/+6
* [FFmpegMetadata] Add language of each streampukkandan2021-07-111-28/+40
* [utils] Add `variadic`pukkandan2021-07-111-8/+3
* [thumbnailsconvertor] Treat `jpeg` as `jpg`pukkandan2021-06-251-0/+2
* [websockets] Add `WebSocketFragmentFD` (#399)pukkandan2021-06-211-0/+29
* Skip fixup of existing files and add `--fixup force` to force itpukkandan2021-06-201-1/+1
* [cleanup] Refactor fixuppukkandan2021-06-201-35/+19
* Allow `images` formatspukkandan2021-06-131-0/+9
* [utils] Generalize `traverse_dict` to `traverse_obj`pukkandan2021-06-081-2/+2
* [embedthumbnail] Correctly escape filenamepukkandan2021-05-291-12/+5
* [cleanup] Refactor ffmpeg convertorspukkandan2021-05-221-23/+26
* [videoconvertor] Generalize with remuxer and allow conditional recodingpukkandan2021-05-221-39/+32
* [ThumbnailsConvertor] Support conversion to `png` and make it the default (#333)louie-github2021-05-211-10/+16