[FFmpeg-user] How to preserve file time

Reindl Harald h.reindl at thelounge.net
Wed Aug 21 11:58:49 EEST 2024



Am 21.08.24 um 10:40 schrieb Ulf Zibis:
> 
> Am 20.08.24 um 21:59 schrieb Rob Hallam:
>> It is unlikely at this point you will receive an argument you deem 
>> applicable.
>>
>> A call to an OS function is not the same as managing filesystem-level 
>> metadata.
>>
>> If you really want it, it is possible for you to write and maintain
>> your own small patch that provides this option and compile your own
>> ffmpeg.
> 
> Thanks for your arguments, which are worth to think about.
> 
> As you see from the arguments of James Ralston, the funcionality around 
> the '-y' option is not that simple, as one – especially Harald – might 
> think.

IT IS AS SIMPLE

[harry at srv-rhsoft:/downloads]$ echo "X" > test.txt
[harry at srv-rhsoft:/downloads]$ cat test.txt
X

[harry at srv-rhsoft:/downloads]$ echo "Y" > test.txt
[harry at srv-rhsoft:/downloads]$ cat test.txt
Y



More information about the ffmpeg-user mailing list