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

FFmpeg trac at avcodec.org
Sun Aug 25 03:23:07 EEST 2024


#11139: Option to preserve filetime of input
-------------------------------------+-------------------------------------
             Reporter:  Ulf Zibis    |                    Owner:  (none)
                 Type:  enhancement  |                   Status:  closed
             Priority:  wish         |                Component:  ffmpeg
              Version:  git-master   |               Resolution:  wontfix
             Keywords:  convenience  |               Blocked By:
  option                             |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by MasterQuestionable):

 * cc: MasterQuestionable (added)
 * version:  unspecified => git-master
 * component:  undetermined => ffmpeg

Comment:

 ͏    !`rm <output> && ffmpeg ...` vs. !`ffmpeg -y ...`
 ͏    !`rm -f <output>; ffmpeg ...`

 ͏    Note:
 ͏    !`rm -f` may regardless return success.
 ͏    "&&" means when success (or evaluated true, at times). [1]
 ͏    And "&" means asynchronous execution. [2]

 [ [1]
 ͏    E.g.
 ͏    !`1 && 2` runs 2 only after success of 1.
 ͏    (no run if failure) ]
 [ [2]
 ͏    !`1& 2&` may mean to execute them in regardless order: potentially
 parallel.
 ͏    !`1; 2;` is blocking: 2 must be planned after finishing 1. ]
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/11139#comment:6>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list