yt-dlp/yt_dlp
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
..
__pyinstaller [build] Include secretstorage in Linux builds 2023-11-12 18:29:19 -06:00
compat Remove Python 3.7 support (#8361) 2023-11-16 18:39:00 +00:00
dependencies [rh:requests] Add handler for `requests` HTTP library (#3668) 2023-10-13 23:33:00 +00:00
downloader [rh:websockets] Migrate websockets to networking framework (#7720) 2023-11-20 08:04:04 +00:00
extractor [ie/Bigo] Fix JSON extraction (#8893) 2023-12-31 13:04:11 +00:00
networking [cleanup] Misc (#8598) 2023-12-30 22:27:36 +01:00
postprocessor [FFmpegMerger] Fix merger discard input timestamps 2024-01-03 22:58:08 +08:00
utils [cleanup] Misc (#8598) 2023-12-30 22:27:36 +01:00
YoutubeDL.py [cleanup] Misc (#8598) 2023-12-30 22:27:36 +01:00
__init__.py Let `read_stdin` obey `--quiet` 2023-11-29 05:48:40 +05:30
__main__.py [cleanup] Misc 2022-11-11 15:48:29 +05:30
aes.py [dependencies] Simplify `Cryptodome` 2023-02-28 23:15:13 +05:30
cache.py [cleanup] Misc 2023-02-17 17:52:22 +05:30
casefold.py Update to ytdl-commit-07af47 2023-06-21 09:21:23 +05:30
cookies.py [cookies] Fix `--cookies-from-browser` with macOS Firefox profiles (#8909) 2024-01-02 00:58:36 +00:00
jsinterp.py Update to ytdl-commit-07af47 2023-06-21 09:21:23 +05:30
minicurses.py [docs] Consistent use of `e.g.` (#4643) 2022-08-14 17:34:13 +05:30
options.py [core] Add `--compat-option manifest-filesize-approx` (#8356) 2023-11-07 23:10:01 +00:00
plugins.py [plugins] Don't look in `.egg` directories 2023-02-28 23:14:37 +05:30
socks.py [cleanup] Misc (#8598) 2023-12-30 22:27:36 +01:00
update.py [core] Release workflow and Updater cleanup (#8640) 2023-12-21 21:06:26 +00:00
version.py Release 2023.12.30 2023-12-30 21:43:13 +00:00
webvtt.py [webvtt] Fix 15f22b4880 2023-12-13 05:11:45 +05:30