[FFmpeg-trac] #11139(undetermined:new): Option to preserve filetime of input

FFmpeg trac at avcodec.org
Tue Aug 13 12:09:41 EEST 2024


#11139: Option to preserve filetime of input
-------------------------------------+-------------------------------------
             Reporter:  Ulf Zibis    |                     Type:
                                     |  enhancement
               Status:  new          |                 Priority:  wish
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:  convenience  |               Blocked By:
  option                             |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 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
 }}}
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/11139>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list