yt-dlp/yt_dlp/postprocessor
Kenshin bcec568ea7 Add ffmpeg progress tracking to FFmpegFD
Add ffmpeg progress tracking to FFmpegPostProcessor

Apply changes from the code review

Fix a bug where the subprocess didn't capture any output thus an empty stdout and stderr were sent back

Add missing hooks

Revert "Add missing hooks"

This reverts commit a359c5ea10bb35b965e80801e736f43cdbcf3294.

Add support of -ss=132 timestamp format

Infer filename from ffmpeg args instead of info_dic

Remove redundant parenthesis and switch from to_stodout to to_screen

Add info kwarg with multiple files and ffmpeg to track progress

Moved format progress function to util

Moved format progress function to util

Add progress tracking to postprocessing operations

Fix typing error

Handle self._downloader is None at __init__

Move format progress functions to utils

Move format progress functions to utils

Handle case where ydl passed is None

Handle case where ydl passed is None

Handle case where _multiline isn't initialized

Handle case where _multiline isn't initialized

Fix streams incorrectly returned

Fix case where ydl is nested in the downloader

Add progress_hook attribute

Fix bug after merge

Fix import bugs after merge

Catch up with upstream

Fix merge errors #1

Adapt tests and implementatation for ffmpeg progress tracking args
2024-01-17 15:14:41 +01:00
..
__init__.py Improve plugin architecture (#5553) 2023-01-01 04:29:22 +00:00
common.py Add ffmpeg progress tracking to FFmpegFD 2024-01-17 15:14:41 +01:00
embedthumbnail.py [pp/EmbedThumbnail] Support m4v (#7583) 2023-07-14 02:09:21 +05:30
exec.py [core] Prevent RCE when using --exec with %q (CVE-2023-40581) 2023-09-24 02:29:01 +02:00
ffmpeg.py Add ffmpeg progress tracking to FFmpegFD 2024-01-17 15:14:41 +01:00
metadataparser.py [cleanup] Misc 2023-02-17 17:52:22 +05:30
modify_chapters.py [postprocessor] Fix chapters if duration is not extracted (#6037) 2023-03-08 13:10:19 +00:00
movefilesafterdownload.py [compat] Fix shutils.move in restricted ACL mode on BSD (#5309) 2022-11-07 20:54:30 +05:30
sponskrub.py [utils] Popen: Refactor to use contextmanager 2022-06-16 06:23:50 +05:30
sponsorblock.py [cleanup Misc 2022-10-18 23:52:44 +05:30
xattrpp.py [cleanup] Minor fixes (See desc) 2022-05-09 17:59:26 +05:30