aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/postprocessor/common.py
Commit message (Collapse)AuthorAgeFilesLines
* [postprocessor] Fix `_restrict_to` when a codec is not setpukkandan2021-06-141-2/+2
|
* Fix bug in 8326b00aabc332cad3edec246fe5353bea069cb0pukkandan2021-06-131-1/+1
|
* Allow `images` formatspukkandan2021-06-131-0/+20
| | | | | | | | | | Necessary for #343. * They are identified by `vcodec=acodec='none'` * These formats show as the worst in `-F` * Any postprocessor that expects audio/video will be skipped * `b*` and all related selectors will skip such formats * This commit also does not add any selector for downloading such formats. They have to be explicitly requested by the `format_id`. Implementation of a selector is left for when #389 is resolved
* [embedthumbnail] Embed if any thumbnail was downloaded, not just the bestpukkandan2021-05-291-1/+1
|
* Standardize `write_debug`pukkandan2021-05-141-4/+3
|
* Refactor (See desc)pukkandan2021-03-141-2/+10
| | | | | | * Create `FFmpegPostProcessor.real_run_ffmpeg` that can accept multiple input/output files along with switches for each * Rewrite `cli_configuration_args` and related functions * Create `YoutubeDL._ensure_dir_exists` - this was previously defined in multiple places
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+101
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan