Re: [FFmpeg-user] Failed setup for format vulkan: hwaccel initialisation returned error for Arc A750

2024-08-21 Thread Terje J. Hanssen
Den 21.08.2024 22:31, skrev Greg Oliver: On Wed, Aug 21, 2024 at 2:41 PM Terje J. Hanssen wrote: Den 15.08.2024 20:29, skrev Terje J. Hanssen: tor. 15. aug. 2024, 13:27 skrev Wang, Fei W: On Wed, 2024-08-14 at 22:43 +0300, Dennis Mungai wrote: > On Wed, 14 Aug 2024 at 15:27, T

Re: [FFmpeg-user] Failed setup for format vulkan: hwaccel initialisation returned error for Arc A750

2024-08-21 Thread Greg Oliver
On Wed, Aug 21, 2024 at 2:41 PM Terje J. Hanssen wrote: > > > > Den 15.08.2024 20:29, skrev Terje J. Hanssen: > > > > > > tor. 15. aug. 2024, 13:27 skrev Wang, Fei W : > > > > On Wed, 2024-08-14 at 22:43 +0300, Dennis Mungai wrote: > > > On Wed, 14 Aug 2024 at 15:27, Terje J. Hanssen > >

Re: [FFmpeg-user] Failed setup for format vulkan: hwaccel initialisation returned error for Arc A750

2024-08-21 Thread Terje J. Hanssen
Den 15.08.2024 20:29, skrev Terje J. Hanssen: tor. 15. aug. 2024, 13:27 skrev Wang, Fei W : On Wed, 2024-08-14 at 22:43 +0300, Dennis Mungai wrote: > On Wed, 14 Aug 2024 at 15:27, Terje J. Hanssen > wrote: > > > > > > Den 14.08.2024 14:22, skrev Dennis Mungai: >

[FFmpeg-user] Linux AMD 64 Static Build Question

2024-08-21 Thread Joseph Tyler
I am having an issue with drawtext not being found as a valid filter with the amd64 builds (7.0.1 release and git) on John VanSickle’s builds. It does work for version 6.1. (https://johnvansickle.com/ffmpeg/). I have sent emails to him but I have not received a response. I looked at the bui

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

2024-08-21 Thread Reindl Harald
Am 21.08.24 um 14:39 schrieb Ulf Zibis: To me it's very useful. Imagine you have huge collection of pictures and videos. If I do some compression later, preserving the mtime allows me to simply use the file manager for listing the files in their right order when you have a huge collection

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

2024-08-21 Thread Ulf Zibis
Am 21.08.24 um 14:39 schrieb Ulf Zibis: and I'm not aware of any program that overrides it I've seen this plenty of times. The one, which instantly comes in memory is IrfanView. There it's my standard setting. From there I was inspired for my proposal. I also remember some MP3-tag editors, w

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

2024-08-21 Thread Ulf Zibis
Am 21.08.24 um 14:39 schrieb Ulf Zibis: Second, implementing the proposed option correctly is actually very non-trivial, especially considering that there can be multiple input files and multiple output files, and there needs to be some syntax and built-in logic for mapping mtime from input fil

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

2024-08-21 Thread Ulf Zibis
Am 21.08.24 um 12:45 schrieb Oliver Fromme: I'm sorry this mail is going to be rather long. However, I would like to explain my opinion on this matter in detail. Hollala, thanks for your effort. German accuracy? ;-) Well, I'm not sure who brought up the "OS call" argument -- and why. I thi

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

2024-08-21 Thread Rob Hallam
On Wed, 21 Aug 2024 at 12:15, Nicolas George wrote: > > Oliver Fromme (12024-08-21): > > I'm sorry this mail is going to be rather long. However, I would > > like to explain my opinion on this matter in detail. > > You are more patient than this issue deserves. I enjoyed reading Oliver's explana

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

2024-08-21 Thread Reindl Harald
Am 21.08.24 um 12:48 schrieb Ulf Zibis: So for 1. it must be additionally: In case of output file existence 2 additional OS operations are needed and executed: Write a message to system output stream + read and parse users answer from system input stream. As discovered by James Ralston, the

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

2024-08-21 Thread Nicolas George
Oliver Fromme (12024-08-21): > I'm sorry this mail is going to be rather long. However, I would > like to explain my opinion on this matter in detail. You are more patient than this issue deserves. > In fact, I can rather imagine use cases to preserve the *atime* > (access time) of the input fil

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

2024-08-21 Thread Ulf Zibis
Am 21.08.24 um 10:56 schrieb Reindl Harald: Am 20.08.24 um 21:33 schrieb Ulf Zibis: There seems some need to outline and precise my original message. 1. For the security of existing data and in some way for convenience (avoid the need to create the potentially overwritten data again) FFmpeg

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

2024-08-21 Thread Oliver Fromme
I'm sorry this mail is going to be rather long. However, I would like to explain my opinion on this matter in detail. I would also like to kindly ask everybody to calm down and refrain from further ad-hominem attacks, because these are not going to make things better for anybody. Ulf Zibis wrote

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

2024-08-21 Thread Reindl Harald
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

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

2024-08-21 Thread Reindl Harald
Am 20.08.24 um 21:33 schrieb Ulf Zibis: Am 14.08.24 um 17:20 schrieb Ulf Zibis: Am 12.08.24 um 19:04 schrieb Mark Filipak: That's a question for your operating system. I can change file times to whatever I want via the TotalCommander file browser. There are probably others. Isn't remo

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

2024-08-21 Thread 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