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.
2024-01-03 22:58:08 +08:00
..
__init__.py Improve plugin architecture (#5553) 2023-01-01 04:29:22 +00:00
common.py [compat, networking] Deprecate old functions (#2861) 2023-07-15 16:18:35 +05:30
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 [FFmpegMerger] Fix merger discard input timestamps 2024-01-03 22:58:08 +08: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