mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-22 11:58:49 +03:00
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.