You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/yt_dlp/postprocessor
Fuyan Yuan a0d394e2f6 [FFmpegMerger] Fix merger discard input timestamps
Some website save video-only and audio-only file with non-zero
timestamp. Therefore, when merging them, ffmpeg should keep original
timestamp.

According to ffmpeg doc: https://ffmpeg.org/ffmpeg.html

`-copyts`: Do not process input timestamps, but keep their values
without trying to sanitize them. In particular, do not remove the
initial start time offset value.
6 months ago
..
__init__.py Improve plugin architecture (#5553) 1 year ago
common.py [compat, networking] Deprecate old functions (#2861) 11 months ago
embedthumbnail.py [pp/EmbedThumbnail] Support `m4v` (#7583) 11 months ago
exec.py [core] Prevent RCE when using `--exec` with `%q` (CVE-2023-40581) 9 months ago
ffmpeg.py [FFmpegMerger] Fix merger discard input timestamps 6 months ago
metadataparser.py [cleanup] Misc 1 year ago
modify_chapters.py [postprocessor] Fix chapters if duration is not extracted (#6037) 1 year ago
movefilesafterdownload.py [compat] Fix `shutils.move` in restricted ACL mode on BSD (#5309) 2 years ago
sponskrub.py [utils] `Popen`: Refactor to use contextmanager 2 years ago
sponsorblock.py [cleanup Misc 2 years ago
xattrpp.py [cleanup] Minor fixes (See desc) 2 years ago