about summary refs log tree commit diff
path: root/youtube_dl/postprocessor
Commit message (Expand)AuthorAgeFilesLines
* [postprocessor/ffmpeg] Fix finding ffprobe (bug in 21792b8)dirkf2024-04-071-5/+11
* [external/FFmpeg] Fix and improve --ffmpeg-location handlingdirkf2024-03-271-26/+12
* [compat] Use `compat_open()`dirkf2023-07-252-4/+6
* [postprocessor] Don't replace existing value with null metadata parsed from t...dirkf2022-08-151-0/+2
* [utils, etc] Kill child processes when yt-dl is killedpukkandan2022-06-102-4/+6
* [postprocessor/ffmpeg] Show ffmpeg output on error (refs #22680) (#29336) kikuyan2021-06-201-1/+4
* [postprocessor/embedthumbnail] Recognize atomicparsley binary in lowercase (#...Max2021-02-171-2/+6
* [postprocessor/embedthumbnail] Fix issues (closes #25717)Sergey M․2020-09-141-21/+32
* [postprocessor/embedthumbnail] Add support for non jpeg/png thumbnails (close...Alex Merkel2020-09-141-0/+22
* [postprocessor/ffmpeg] Embed series metadata with --add-metadataSergey M․2020-05-231-0/+11
* [utils] Improve subtitles_filename (closes #22753)Sergey M․2019-10-181-4/+4
* Fix W504 and disable W503 (closes #20863)Sergey M․2019-05-112-7/+7
* [postprocessor/ffmpeg] Fix avconv processing broken in #19025 (closes #19067)Sergey M․2019-01-301-5/+7
* [postprocessor/ffmpeg] Wrap loglevel args in encodeArgumentSergey M․2019-01-291-1/+1
* [postprocessor/ffmpeg] Disable "Last message repeated" messages which cause n...Sergey M2019-01-281-0/+1
|\
| * [postprocessor/ffmpeg] Disable "Last message repeated" messages which cause n...Andrew Udvare2019-01-271-0/+1
* | [postprocessor/ffmpeg] Do not copy Apple TV chapter tracks while embedding su...Tatsh2019-01-281-0/+3
|/
* [postprocessor/ffmpeg] fallback to ffmpeg/avconv for audio codec detection(cl...Remita Amine2019-01-241-19/+34
* [postprocessor/ffmpeg] Relax ubuntu ffmpeg version regexSergey M․2019-01-121-1/+2
* [postprocessor/ffmpeg] PEP 8Sergey M․2019-01-111-2/+2
* [postprocessor/ffmpeg] sanitize ffmpeg version for Ubuntu and Arch Linux syst...Remita Amine2019-01-111-3/+15
* [postprocessor/ffmpeg] Embed subtitles with non-standard language codes (refs...Sergey M․2019-01-071-3/+2
* Prefer ffmpeg over avconv by default (closes #8622)Sergey M․2018-06-291-8/+8
* [postprocessor/embedthumbnail] Skip embedding when there aren't any thumbnailsAndrew Udvare2018-02-251-1/+2
* [postprocessor/xattr] Clarify NO_SPACE message (#14970)Sergey M․2017-12-141-2/+4
* [postprocessor/ffmpeg] Convert to opus using libopus (closes #14381)Sergey M․2017-10-021-1/+1
* [utils] Use bytes-like objects in dfxp2srtYen Chi Hsuan2017-09-161-1/+1
* Keep in sync with ffmpeg's current malformed AAC bitstream wording (closes #1...Sergey M․2017-07-091-1/+1
* [postprocessor/execafterdownload] Encode command line (closes #13407)Sergey M․2017-06-171-2/+5
* [postprocessor/metadatafromtitle] Fix missing optional meta fields (closes #1...Sergey M․2017-06-171-3/+6
* [postprocessor/ffmpeg] Fix metadata filename handling on Python 2Yen Chi Hsuan2017-05-251-1/+1
* [postprocessor/metadatafromtitle] Add support regex syntax for --metadata-fro...Sergey M․2017-05-141-1/+3
* [ffmpeg] add support for chapters field postprocessingremitamine2017-05-021-3/+28
* improve coding styleRemita Amine2017-04-122-2/+2
* [postprocessor/ffmpeg] Add support for flacPhilipp Hagemeister2017-03-161-12/+22
* [postprocessor/ffmpeg] Add mising space (closes #12232)Sergey M․2017-02-241-2/+1
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-1/+1
* Revert "[postprocessor/embedthumbnail] Allow mkv to embed thumbnails"Yen Chi Hsuan2016-10-201-1/+1
* [postprocessor/ffmpeg] PEP 8Sergey M․2016-10-161-1/+1
* [postprocessor/ffmpeg] Return correct filepath and ext in updated information...Pierre Mdawar2016-10-161-3/+3
* Unify coding cookieDéstin Reed2016-10-031-1/+1
* Move write_xattr to utils.pyYen Chi Hsuan2016-09-301-107/+7
* [postprocessor/ffmpeg] apply FFmpegFixupM3u8PP only for videos with aac codec...Remita Amine2016-09-161-32/+31
* [metadatafromtitle] Remove unused exception classSergey M․2016-08-091-5/+0
* Make --metadata-from-title non fatalnyorain2016-08-091-1/+2
* Revert "[ffmpeg] Fix embedding subtitles (#9063)"Yen Chi Hsuan2016-07-151-4/+2
* Merge pull request #9288 from reyyed/issue#9063fixYen Chi Hsuan2016-07-091-2/+4
|\
| * [ffmpeg] Fix embedding subtitles (#9063)Wang Jun Tham2016-04-241-2/+4
* | [compat] Rename shlex_quote and remove unused subprocess_check_outputYen Chi Hsuan2016-05-101-2/+2
* | [postprocessor/ffmpeg] Simplify metadata preparation and add track related me...Sergey M․2016-05-011-17/+24
|/