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

2024-08-15 Thread Terje J. Hanssen
Den 14.08.2024 21:43, skrev Dennis Mungai: On Wed, 14 Aug 2024 at 15:27, Terje J. Hanssen wrote: Den 14.08.2024 14:22, skrev Dennis Mungai: On Wed, Aug 14, 2024, 15:15 Terje J. Hanssen wrote: Den 14.08.2024 02:05, skrev Dennis Mungai: On Wed, 14 Aug 2024,

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

2024-08-15 Thread 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: > >   > > > On Wed, Aug 14, 2024, 15:15 Terje J. Hanssen > > > wrote: > > >   > > > >   > > > >   > > > > Den 14.08.2024 02:

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

2024-08-15 Thread Ulf Zibis
Am 14.08.24 um 21:13 schrieb Greg Oliver: In other words if the conversion command failed and you had it set to delete to input file after conversion, with ; it will delete the file even if the new file was not created, ... Here it is not about deleting the *input* file, it's about deleting t

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

2024-08-15 Thread Reindl Harald
Am 15.08.24 um 18:17 schrieb Ulf Zibis: Am 14.08.24 um 21:13 schrieb Greg Oliver: In other words if the conversion command failed and you had it set to delete to input file after conversion, with ; it will delete the file even if the new file was not created, ... Here it is not about delet

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

2024-08-15 Thread Nicolas George
Ulf Zibis (12024-08-14): > But for convenience FFmpeg CLI provides option `-y` for this task No, it does not. The -y option only disables a very simple, unreliable but convenient safety measure. It does not delete anything. -- Nicolas George ___ ffmp

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

2024-08-15 Thread Terje J. Hanssen
Is there a way to list the video formats supported by Vulkan? The openSUSE wiki for Vulkan installation lists the following 4 packages to be installed: https://en.opensuse.org/Vulkan#Intel_GPU I have the following vulkan, libva and intel related packages installed S | Name

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

2024-08-15 Thread 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. The -y option only disables a very simple, unreliable > but convenient safety measure. It does not delete anything. It act

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

2024-08-15 Thread 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. The -y option only disables a very simple, unreliable but convenient safety measure. It

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

2024-08-15 Thread Nicolas George
Ulf Zibis (12024-08-15): > To me, "deleting/overwriting existing files" and "preserving file > times from input to output" are *both* "OS / file system tasks". To you is the key word. To somebody who understands how the OS works, they are nothing alike. And explaining the details is not in topic f