mirror of https://github.com/yt-dlp/yt-dlp
[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.pull/8920/head
parent
85b33f5c16
commit
a0d394e2f6
Loading…
Reference in New Issue