Re: [FFmpeg-user] How to preserve file time

2024-08-17 Thread Oliver Fromme
Ulf Zibis wrote: > Am 18.08.24 um 00:26 schrieb Reindl Harald: > > Am 17.08.24 um 22:33 schrieb Ulf Zibis: > > > > > > Am 17.08.24 um 22:10 schrieb Bouke / Videotoolshed: > > > > ..., it will be ‘another’ file with the same name. > > > And WHAT then happens with the original file, when write

Re: [FFmpeg-user] How to preserve file time

2024-08-17 Thread Ulf Zibis
Am 18.08.24 um 00:26 schrieb Reindl Harald: Am 17.08.24 um 22:33 schrieb Ulf Zibis: Am 17.08.24 um 22:10 schrieb Bouke / Videotoolshed: ..., it will be ‘another’ file with the same name. And WHAT then happens with the original file, when write creates ANOTHER file ??? NOTHING Another i

Re: [FFmpeg-user] How to preserve file time

2024-08-17 Thread Ulf Zibis
Am 18.08.24 um 00:30 schrieb Reindl Harald: Am 17.08.24 um 23:07 schrieb Ulf Zibis: Am 17.08.24 um 22:10 schrieb Bouke / Videotoolshed: The user input is parsed as ‘if file exists and not -y in line, abort’ FFmpeg CLI does not abort in that case, it outputs a question to system out strea

Re: [FFmpeg-user] How to preserve file time

2024-08-17 Thread Ulf Zibis
Am 18.08.24 um 00:26 schrieb Reindl Harald: Am 17.08.24 um 21:53 schrieb Ulf Zibis: but there is no delete action You can spin it however you like. The logic around the ‘-y’ option requires an extra additional OS call, in this case querying the existence of the file, before it is overwritt

Re: [FFmpeg-user] How to preserve file time

2024-08-17 Thread Reindl Harald
Am 17.08.24 um 23:07 schrieb Ulf Zibis: Am 17.08.24 um 22:10 schrieb Bouke / Videotoolshed: The user input is parsed as ‘if file exists and not -y in line, abort’ FFmpeg CLI does not abort in that case, it outputs a question to system out stream, and then reads the input from system in stre

Re: [FFmpeg-user] How to preserve file time

2024-08-17 Thread Reindl Harald
Am 17.08.24 um 22:33 schrieb Ulf Zibis: Am 17.08.24 um 22:10 schrieb Bouke / Videotoolshed: ..., it will be ‘another’ file with the same name. And WHAT then happens with the original file, when write creates ANOTHER file ??? NOTHING ___ ffmpeg-us

Re: [FFmpeg-user] How to preserve file time

2024-08-17 Thread Reindl Harald
Am 17.08.24 um 21:53 schrieb Ulf Zibis: but there is no delete action You can spin it however you like. The logic around the ‘-y’ option requires an extra additional OS call, in this case querying the existence of the file, before it is overwritten. bullshit! "ffmpeg -y" saves any OS call

Re: [FFmpeg-user] How to preserve file time

2024-08-17 Thread Ulf Zibis
Am 17.08.24 um 22:10 schrieb Bouke / Videotoolshed: The user input is parsed as ‘if file exists and not -y in line, abort’ FFmpeg CLI does not abort in that case, it outputs a question to system out stream, and then reads the input from system in stream. These are again 2 additional OS calls

Re: [FFmpeg-user] How to preserve file time

2024-08-17 Thread Bouke / edit 'B
> On 17 Aug 2024, at 22:33, Ulf Zibis wrote: > > > Am 17.08.24 um 22:10 schrieb Bouke / Videotoolshed: >> ..., it will be ‘another’ file with the same name. > And WHAT then happens with the original file, when write creates ANOTHER file > ??? Do not misquote me, and do not remove important p

Re: [FFmpeg-user] How to preserve file time

2024-08-17 Thread Ulf Zibis
Am 17.08.24 um 22:10 schrieb Bouke / Videotoolshed: ..., it will be ‘another’ file with the same name. And WHAT then happens with the original file, when write creates ANOTHER file ??? The user input is parsed as ‘if file exists and not -y in line, abort’ Yes, and so we have 3 OS calls extra

Re: [FFmpeg-user] How to preserve file time

2024-08-17 Thread Bouke / Videotoolshed
>>> >>> Which is exactly what I mean by "delete". >> >> but there is no delete action > You can spin it however you like. The logic around the ‘-y’ option requires > an extra additional OS call, in this case querying the existence of the file, > before it is overwritten. This is not ’spinnin

Re: [FFmpeg-user] How to preserve file time

2024-08-17 Thread Ulf Zibis
Am 16.08.24 um 11:46 schrieb Reindl Harald: but you are not very smart That's not a problem for me. It's enough for me to be smarter than you. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To un

Re: [FFmpeg-user] How to preserve file time

2024-08-17 Thread Ulf Zibis
Am 16.08.24 um 11:43 schrieb Reindl Harald: Am 15.08.24 um 23:53 schrieb Ulf Zibis: Am 15.08.24 um 23:39 schrieb Greg Oliver: On Thu, Aug 15, 2024 at 12:02 PM Nicolas George wrote: Ulf Zibis (12024-08-14): But for convenience FFmpeg CLI provides option `-y` for this task No, it does not