Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
ffmpeg merged files have wrong mtime #17156
Comments
|
This is expected behavior since the resulting merged file does not exist on remote server thus mtime does not exist as well. |
|
Why does it matter if it's on the remote server? The data is relevant and not provided in any other way. At least include it in the file naming template so the precise time is available. |
|
Because mtime is set from last-modified header reported for concrete file. |
Latest version
When using
-f bestand getting a single file the mtime is correct but usingbestvideo+bestaudioand merging with ffmpeg the resulting file does not get updated with the correct mtime.