[FFmpeg-trac] #11139(undetermined:closed): Option to preserve filetime of input
FFmpeg
trac at avcodec.org
Wed Aug 14 14:18:03 EEST 2024
#11139: Option to preserve filetime of input
-------------------------------------+-------------------------------------
Reporter: Ulf Zibis | Owner: (none)
Type: enhancement | Status: closed
Priority: wish | Component:
| undetermined
Version: unspecified | Resolution: wontfix
Keywords: convenience | Blocked By:
option |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Description changed by Ulf Zibis:
Old description:
> Summary of the bug:
> For convenience please add an option to preserve the filetime of the
> input file to the output file.
> Example:
> {{{
> % ffmpeg -i input --preserve-filetime output
> }}}
> Workaround:
> {{{
> % DATE=$(stat -c %Y input) && ffmpeg -i input output && touch -d @${DATE}
> filename
> }}}
New description:
Summary of the bug:
For convenience please add an option to preserve the filetime of the input
file to the output file.
Example:
{{{
% ffmpeg -i input --preserve-filetime output ## Alternative: --keep-
filetime
}}}
Workaround:
{{{
% DATE=$(stat -c %Y input) && ffmpeg -i input output && touch -d @${DATE}
filename
}}}
--
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11139#comment:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list