Re: [FFmpeg-user] watch a folder for new images

2022-01-31 Thread Carl Zwanzig
On 1/31/2022 2:22 AM, Adam Nielsen via ffmpeg-user wrote: Instead of trying to repurpose FFmpeg to make it your whole application, you could try making your application work with FFmpeg. That's usually my reaction when someone wants to do this kind of thing. AFAICT, there have been a fair few

Re: [FFmpeg-user] watch a folder for new images

2022-01-31 Thread Michael Koch
Am 31.01.2022 um 11:22 schrieb Adam Nielsen via ffmpeg-user: The best solution would be if something like fileSystemWatcher could be added to FFmpeg. Below is a C# example for fileSystemWatcher. FFmpeg is written in C++. Windows, Mac and Linux each have a different method for watching the files

Re: [FFmpeg-user] watch a folder for new images

2022-01-31 Thread Adam Nielsen via ffmpeg-user
> The best solution would be if something like fileSystemWatcher could be > added to FFmpeg. > Below is a C# example for fileSystemWatcher. FFmpeg is written in C++. Windows, Mac and Linux each have a different method for watching the filesystem change. Do you have any example C++ code that wor

Re: [FFmpeg-user] watch a folder for new images

2022-01-31 Thread Michael Koch
Am 30.01.2022 um 15:40 schrieb Gyan Doshi: On 2022-01-30 07:25 pm, Michael Koch wrote: Am 30.01.2022 um 14:29 schrieb Gyan Doshi: On 2022-01-30 06:36 pm, Michael Koch wrote: The problem is that FFmpeg seems to read the link only one time. When I change the link target (while FFmpeg is ru

Re: [FFmpeg-user] watch a folder for new images

2022-01-30 Thread Gyan Doshi
On 2022-01-30 07:25 pm, Michael Koch wrote: Am 30.01.2022 um 14:29 schrieb Gyan Doshi: On 2022-01-30 06:36 pm, Michael Koch wrote: The problem is that FFmpeg seems to read the link only one time. When I change the link target (while FFmpeg is running) with the copy command, the link is

Re: [FFmpeg-user] watch a folder for new images

2022-01-30 Thread Michael Koch
Am 30.01.2022 um 14:29 schrieb Gyan Doshi: On 2022-01-30 06:36 pm, Michael Koch wrote: The problem is that FFmpeg seems to read the link only one time. When I change the link target (while FFmpeg is running) with the copy command, the link is actually changed but FFmpeg is still showing the

Re: [FFmpeg-user] watch a folder for new images

2022-01-30 Thread Michael Koch
Am 30.01.2022 um 14:06 schrieb Michael Koch: Am 30.01.2022 um 09:49 schrieb Michael Koch: Am 30.01.2022 um 05:28 schrieb Gyan Doshi: On 2022-01-30 02:11 am, Michael Koch wrote: Am 29.01.2022 um 20:36 schrieb Michael Koch: Hello, is it possible to watch a folder for new images (like fileSy

Re: [FFmpeg-user] watch a folder for new images

2022-01-30 Thread Gyan Doshi
On 2022-01-30 06:36 pm, Michael Koch wrote: The problem is that FFmpeg seems to read the link only one time. When I change the link target (while FFmpeg is running) with the copy command, the link is actually changed but FFmpeg is still showing the first image. When I stop and restart FFm

Re: [FFmpeg-user] watch a folder for new images

2022-01-30 Thread Michael Koch
Am 30.01.2022 um 09:49 schrieb Michael Koch: Am 30.01.2022 um 05:28 schrieb Gyan Doshi: On 2022-01-30 02:11 am, Michael Koch wrote: Am 29.01.2022 um 20:36 schrieb Michael Koch: Hello, is it possible to watch a folder for new images (like fileSystemWatcher in C#), and if a new image appears

Re: [FFmpeg-user] watch a folder for new images

2022-01-30 Thread Michael Koch
Am 30.01.2022 um 05:28 schrieb Gyan Doshi: On 2022-01-30 02:11 am, Michael Koch wrote: Am 29.01.2022 um 20:36 schrieb Michael Koch: Hello, is it possible to watch a folder for new images (like fileSystemWatcher in C#), and if a new image appears, then load it in FFmpeg? The question is for

Re: [FFmpeg-user] watch a folder for new images

2022-01-29 Thread Gyan Doshi
On 2022-01-30 02:11 am, Michael Koch wrote: Am 29.01.2022 um 20:36 schrieb Michael Koch: Hello, is it possible to watch a folder for new images (like fileSystemWatcher in C#), and if a new image appears, then load it in FFmpeg? The question is for Windows. Very large PNG images (about 30 Me

Re: [FFmpeg-user] watch a folder for new images

2022-01-29 Thread Michael Koch
Am 29.01.2022 um 20:36 schrieb Michael Koch: Hello, is it possible to watch a folder for new images (like fileSystemWatcher in C#), and if a new image appears, then load it in FFmpeg? The question is for Windows. Very large PNG images (about 30 Megapixels) are written to the folder every 5 se

[FFmpeg-user] watch a folder for new images

2022-01-29 Thread Michael Koch
Hello, is it possible to watch a folder for new images (like fileSystemWatcher in C#), and if a new image appears, then load it in FFmpeg? The question is for Windows. Very large PNG images (about 30 Megapixels) are written to the folder every 5 seconds. I want to load these images, extract th