Re: [FFmpeg-user] extract RAW frames into local directory from network camera

2023-09-22 Thread Naveen.B
> Hello, > > Thanks for the sharing the useful links, > I tried the way you said, but I am not sure whats happening, I don't see > anything happening after executing the command (neither it saves the jpg > files in the current path), I need to kill the process in later stage and I > get the below

Re: [FFmpeg-user] extract RAW frames into local directory from network camera

2023-09-21 Thread Michael Koch
Am 20.09.2023 um 16:50 schrieb Naveen.B: Hello, Thanks for the sharing the useful links, I tried the way you said, but I am not sure whats happening, I don't see anything happening after executing the command (neither it saves the jpg files in the current path), I need to kill the process in

Re: [FFmpeg-user] extract RAW frames into local directory from network camera

2023-09-20 Thread Naveen.B
Hello, Thanks for the sharing the useful links, I tried the way you said, but I am not sure whats happening, I don't see anything happening after executing the command (neither it saves the jpg files in the current path), I need to kill the process in later stage and I get the below error,

Re: [FFmpeg-user] extract RAW frames into local directory from network camera

2023-09-19 Thread Michael Koch
Am 19.09.2023 um 16:49 schrieb Naveen.B: Hello, udp_data is a directory created to store the extracted RAW frames from the camera. The correct syntax is: ffmpeg -i input output For output, it's not sufficient to specify a folder. You must also specify the filename, which may contain a

Re: [FFmpeg-user] extract RAW frames into local directory from network camera

2023-09-19 Thread Naveen.B
Hello, udp_data is a directory created to store the extracted RAW frames from the camera. Thanks, Naveen B. On Tue, Sep 19, 2023 at 1:31 PM Michael Koch wrote: > Am 19.09.2023 um 13:11 schrieb Naveen.B: > > Hello, > > > > I have a ethernet camera connected to my laptop hub, it is configured >

Re: [FFmpeg-user] extract RAW frames into local directory from network camera

2023-09-19 Thread Michael Koch
Am 19.09.2023 um 13:11 schrieb Naveen.B: Hello, I have a ethernet camera connected to my laptop hub, it is configured and i can see the streamed Images from the camera using the ffplay command, but when I try to save the RAW Images onto the local directory, I am facing the error,

[FFmpeg-user] extract RAW frames into local directory from network camera

2023-09-19 Thread Naveen.B
Hello, I have a ethernet camera connected to my laptop hub, it is configured and i can see the streamed Images from the camera using the ffplay command, but when I try to save the RAW Images onto the local directory, I am facing the error, C:\ffmpeg-6.0\bin>ffmpeg -i udp_data