yt-dlp/yt_dlp/downloader
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 [extractor/niconico:live] Add extractor (#5764) 2023-05-29 18:35:10 +09:00
common.py Add ffmpeg progress tracking to FFmpegFD 2024-01-17 15:14:41 +01:00
dash.py [extractor/generic] Add fragment_query extractor arg for DASH and HLS (#5528) 2022-11-21 00:51:45 +00:00
external.py Add ffmpeg progress tracking to FFmpegFD 2024-01-17 15:14:41 +01:00
f4m.py [compat, networking] Deprecate old functions (#2861) 2023-07-15 16:18:35 +05:30
fc2.py [downloader/fc2] Stop heatbeating once FFmpeg finishes 2022-04-25 00:45:25 +09:00
fragment.py [fd/fragment] Improve progress calculation (#8241) 2023-10-08 02:01:01 +02:00
hls.py [compat, networking] Deprecate old functions (#2861) 2023-07-15 16:18:35 +05:30
http.py Add ffmpeg progress tracking to FFmpegFD 2024-01-17 15:14:41 +01:00
ism.py [compat, networking] Deprecate old functions (#2861) 2023-07-15 16:18:35 +05:30
mhtml.py [downloader/fragment] HLS download can continue without first fragment 2022-10-18 19:20:51 +05:30
niconico.py [compat, networking] Deprecate old functions (#2861) 2023-07-15 16:18:35 +05:30
rtmp.py Add ffmpeg progress tracking to FFmpegFD 2024-01-17 15:14:41 +01:00
rtsp.py [cleanup] Sort imports 2022-04-12 05:32:52 +05:30
websocket.py Remove Python 3.6 support 2022-07-18 06:31:14 +05:30
youtube_live_chat.py [compat, networking] Deprecate old functions (#2861) 2023-07-15 16:18:35 +05:30