about summary refs log tree commit diff
path: root/youtube_dl/postprocessor
Commit message (Collapse)AuthorAgeFilesLines
* [postprocessor/ffmpeg] Fix finding ffprobe (bug in 21792b8)dirkf2024-04-071-5/+11
| | | | Fixes https://github.com/ytdl-org/youtube-dl/commit/21792b88b791b16e3ab0a0fb2e26e5bb8a4e2ff3#commitcomment-140705274, thx: vonProteus
* [external/FFmpeg] Fix and improve --ffmpeg-location handlingdirkf2024-03-271-26/+12
| | | | | | | | * pass YoutubeDL (FileDownloader) to FFmpegPostProcessor constructor * consolidate path search in FFmpegPostProcessor * make availability of FFmpegFD depend on existence of FFmpegPostProcessor * detect ffmpeg executable on instantiation of FFmpegFD * resolves #32735
* [compat] Use `compat_open()`dirkf2023-07-252-4/+6
|
* [postprocessor] Don't replace existing value with null metadata parsed from ↵dirkf2022-08-151-0/+2
| | | | title
* [utils, etc] Kill child processes when yt-dl is killedpukkandan2022-06-102-4/+6
| | | | | | * derived from PR #26592, closes #26592 Authored by: Unrud
* [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
| | | | (#28112)
* [postprocessor/embedthumbnail] Fix issues (closes #25717)Sergey M․2020-09-141-21/+32
| | | | | * Fix WebP with wrong extension processing * Fix embedding of thumbnails with % character in path
* [postprocessor/embedthumbnail] Add support for non jpeg/png thumbnails ↵Alex Merkel2020-09-141-0/+22
| | | | (closes #25687)
* [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 ↵Sergey M2019-01-281-0/+1
|\ | | | | | | non-zero exit status (#19025)
| * [postprocessor/ffmpeg] Disable "Last message repeated" messages which cause ↵Andrew Udvare2019-01-271-0/+1
| | | | | | | | non-zero exit status
* | [postprocessor/ffmpeg] Do not copy Apple TV chapter tracks while embedding ↵Tatsh2019-01-281-0/+3
|/ | | | | subtitles (closes #19042) Related issue: https://trac.ffmpeg.org/ticket/6016
* [postprocessor/ffmpeg] fallback to ffmpeg/avconv for audio codec ↵Remita Amine2019-01-241-19/+34
| | | | detection(closes #681)
* [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 ↵Remita Amine2019-01-111-3/+15
| | | | systems(closes #18813)
* [postprocessor/ffmpeg] Embed subtitles with non-standard language codes ↵Sergey M․2019-01-071-3/+2
| | | | (refs #18765)
* 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
| | | | | | This fixes handling of non-UTF8 TTML subtitles Closes #14191
* Keep in sync with ffmpeg's current malformed AAC bitstream wording (closes ↵Sergey M․2017-07-091-1/+1
| | | | #13587)
* [postprocessor/execafterdownload] Encode command line (closes #13407)Sergey M․2017-06-171-2/+5
|
* [postprocessor/metadatafromtitle] Fix missing optional meta fields (closes ↵Sergey M․2017-06-171-3/+6
| | | | #13408)
* [postprocessor/ffmpeg] Fix metadata filename handling on Python 2Yen Chi Hsuan2017-05-251-1/+1
| | | | Fixes #13182
* [postprocessor/metadatafromtitle] Add support regex syntax for ↵Sergey M․2017-05-141-1/+3
| | | | --metadata-from-title (closes #13065)
* [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
| | | | Requested at http://stackoverflow.com/q/42828041/35070
* [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
| | | | | | | | | | | | This reverts commit 7360db05b43741c2dfa1fd024e9c2f013ed97c9e. This commit was added as an attempt to fix #6046. Unfortunately, the fix is completely wrong. As reported on #10359, embedded thumbnails are not displayed in VLC, and Se7en on IRC reports that the embedded thumbnail misleads mpv as well. The correct way is using -attachment of ffmpeg, while the current run_ffmpeg_multiple_files API can't handle it cleanly.
* [postprocessor/ffmpeg] PEP 8Sergey M․2016-10-161-1/+1
|
* [postprocessor/ffmpeg] Return correct filepath and ext in updated ↵Pierre Mdawar2016-10-161-3/+3
| | | | | information in FFmpegExtractAudioPP Return correct audio's filepath and ext instead of the video's when extracting audio and audio file already exists.
* Unify coding cookieDéstin Reed2016-10-031-1/+1
|
* Move write_xattr to utils.pyYen Chi Hsuan2016-09-301-107/+7
| | | | | There are some other places that use xattr functions. It's better to move it to a common place so that others can use it.
* [postprocessor/ffmpeg] apply FFmpegFixupM3u8PP only for videos with aac ↵Remita Amine2016-09-161-32/+31
| | | | codec(#5591)
* [metadatafromtitle] Remove unused exception classSergey M․2016-08-091-5/+0
|
* Make --metadata-from-title non fatalnyorain2016-08-091-1/+2
| | | | Output a warning if the metadata can't be parsed from the title (and don't write any metadata) instead of raising a critical error.
* Revert "[ffmpeg] Fix embedding subtitles (#9063)"Yen Chi Hsuan2016-07-151-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ccff2c404d7ea9f5b21ede8ae57bb79feec7eb94. Fixes #10081. The new approach breaks embedding subtitles into video-only or audio-only files. FFMpeg provides a trick: add '?' after the argument of '-map' so that a missing stream is ignored. For example: opts = [ '-map', '0:v?', '-c:v', 'copy', '-map', '0:a?', '-c:a', 'copy', # other options... ] Unfortunately, such a format is not implemented in avconv, either. I guess adding '-ignore_unknown' if self.basename == 'ffmpeg' is the best solution. However, the example mentioned in #9063 no longer serves problematic files, so I can't test it. I'll reopen #9063 and wait for another example so that I can test '-ignore_unknown'.
* Merge pull request #9288 from reyyed/issue#9063fixYen Chi Hsuan2016-07-091-2/+4
|\ | | | | [ffmpeg] Fix embedding subtitles (#9063)
| * [ffmpeg] Fix embedding subtitles (#9063)Wang Jun Tham2016-04-241-2/+4
| | | | | | | | | | Changed command line parameters for ffmpeg when embedding subtitles. Changed to ‘-map 0:v -c:v copy -map 0:a -c:a copy’
* | [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 ↵Sergey M․2016-05-011-17/+24
|/ | | | metafields (Closes #9357)