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

2023-09-22 Thread Naveen.B
lot for your support, Michael! Regards, On Thu, Sep 21, 2023 at 11:57 AM Michael Koch wrote: > 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 &g

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

2023-09-20 Thread Naveen.B
tsp://192.168.9.78:5004: Immediate exit requested Exiting normally, received signal 2. Thanks, On Tue, Sep 19, 2023 at 5:02 PM Michael Koch wrote: > Am 19.09.2023 um 16:49 schrieb Naveen.B: > > Hello, > > > > udp_data is a directory created to store the extracted RAW fram

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

[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

Re: [FFmpeg-user] stream frames using Ethernet camera

2023-09-11 Thread Naveen.B
Hello, How do I request for an admin to remove it? Thanks, On Mon, Sep 11, 2023 at 3:55 PM Paul B Mahol wrote: > On Mon, Sep 11, 2023 at 3:09 PM Naveen.B wrote: > > > Hello, > > > > could this ticket be deprecated to be not visible in google search or how > >

Re: [FFmpeg-user] stream frames using Ethernet camera

2023-09-11 Thread Naveen.B
information is visible. Thanks, Naveen B. On Tue, Sep 5, 2023 at 11:58 AM Michael Koch wrote: > Am 05.09.2023 um 11:47 schrieb Naveen.B: > > Hello, > > > > How could I achive it by directing ethernet images to the screen? > > > Use ffplay instead of ffmpeg. > See

Re: [FFmpeg-user] stream frames using Ethernet camera

2023-09-05 Thread Naveen.B
he screen > But as I'm new to it , that's all I can say > > R. > > 2023. 09. 05. 10:08 keltezéssel, Naveen.B írta: > > I try with your suggestion, I don't see any error in the terminal window, > > but I do not see any stream of Images from the ethernet camera, > > >

Re: [FFmpeg-user] stream frames using Ethernet camera

2023-09-05 Thread Naveen.B
/ 60. 3.100 libavdevice60. 1.100 / 60. 1.100 libavfilter 9. 3.100 / 9. 3.100 libswscale 7. 1.100 / 7. 1.100 libswresample 4. 10.100 / 4. 10.100 libpostproc57. 1.100 / 57. 1.100 On Thu, Aug 31, 2023 at 11:26 PM Anatoly wrote: > On Thu, 31 Aug 2023 16:27:47 +

[FFmpeg-user] stream frames using Ethernet camera

2023-08-31 Thread Naveen.B
Hello, I have an ethernet camera connected to my ethernet port and I need to stream those Images using ffmpeg command, source address: 192.168.9.78 UDP port: 5004 ffmpeg command: ffmpeg eth0 -i udp://192.168.9.78:5004 error: C:\Naveen\projects\DMS\software\ffmpeg_full\ffmpeg\bin>ffmpeg eth0 -i

[FFmpeg-user] decode raw video

2022-11-29 Thread Naveen.B
Hello, I have encoded the raw video in yuv420P pixel format and I want to perform the decoding, could you let me know the ffmpeg command. Kind Regards, Naveen B. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] encode to RAW video

2022-11-01 Thread Naveen.B
> > > > I observed some weird behaviour with fast and medium preset, > > We've observed that you're -still- top-posting, please stop it. > > > (reformatted) > > fast preset: > > *ffmpeg -pixel_format gray10le -s 1600x1300 -r 30 -i > CapturedImage-%03d.raw > Specifies the input file(s) and their

Re: [FFmpeg-user] encode to RAW video

2022-10-31 Thread Naveen.B
streams:0kB global headers:0kB muxing overhead: 0.00% Kind Regards, Naveen B On Fri, Oct 28, 2022 at 7:41 AM pehache wrote: > Le 27/10/2022 à 13:31, Naveen.B a écrit : > > > > > one last question, any idea on how to know/measure how long the ffmpeg > > takes to encode

Re: [FFmpeg-user] encode to RAW video

2022-10-27 Thread Naveen.B
> > > I tried by giving the input with -pix_fmt, it's the same error. > > > > Yes, I want raw video. I have converted RAW files to .mp4 successfully > with > > uncompressed, the size of the .mp4 format video was less comparatively. > > I have 30 RAW files with each file is around 4Mbps (so, 30 RAW

Re: [FFmpeg-user] encode to RAW video

2022-10-25 Thread Naveen.B
> > > >> Are you sure that there is a file CapturedImage-000.raw ? > >> You forgot to specify the input pixel format. > >> Many parameters are missing for the raw output. But the error message is > >> from the input. > >> > >> Do you really want raw video? That's not the easiest format for a >

Re: [FFmpeg-user] encode to RAW video

2022-10-24 Thread Naveen.B
> > Are you sure that there is a file CapturedImage-000.raw ? > You forgot to specify the input pixel format. > Many parameters are missing for the raw output. But the error message is > from the input. > > Do you really want raw video? That's not the easiest format for a beginner. > Everything

Re: [FFmpeg-user] encode to RAW video

2022-10-24 Thread Naveen.B
> > > >>> Hello Team, > >>> > >>> I have managed to convert raw Images files to .mp4 video, > >>> I need to encode to a RAW video instead, could you please let me know > the > >>> command for this? > >>> > >>> RAW Image file is, > >>> resolution - 1600x1300 > >>> fps-30 > >>> bit depth-16bit > >>>

Re: [FFmpeg-user] encode to RAW video

2022-10-24 Thread Naveen.B
> > > >>> Hello Team, > >>> > >>> I have managed to convert raw Images files to .mp4 video, > >>> I need to encode to a RAW video instead, could you please let me know > the > >>> command for this? > >>> > >>> RAW Image file is, > >>> resolution - 1600x1300 > >>> fps-30 > >>> bit depth-16bit > >>>

Re: [FFmpeg-user] encode to RAW video

2022-10-24 Thread Naveen.B
> > > On 24 Oct 2022, at 12:52, Naveen.B wrote: > > > > Hello Team, > > > > I have managed to convert raw Images files to .mp4 video, > > I need to encode to a RAW video instead, could you please let me know the > > command for this? > > > &

[FFmpeg-user] encode to RAW video

2022-10-24 Thread Naveen.B
Hello Team, I have managed to convert raw Images files to .mp4 video, I need to encode to a RAW video instead, could you please let me know the command for this? RAW Image file is, resolution - 1600x1300 fps-30 bit depth-16bit Thanks and Regards, Naveen B.

Re: [FFmpeg-user] ScaleUp the Raw file

2022-10-19 Thread Naveen.B
> > > I got an error by trying this command. Could you kindly let me know > if > this > > is feasible? > Always always always include the complete output of ffmpeg when asking > >> for > help. For one, we don't know what error you got. > >

Re: [FFmpeg-user] ScaleUp the Raw file

2022-10-19 Thread Naveen.B
> > >>> I got an error by trying this command. Could you kindly let me know if > >> this > >>> is feasible? > >> Always always always include the complete output of ffmpeg when asking > for > >> help. For one, we don't know what error you got. > >> > >>

Re: [FFmpeg-user] ScaleUp the Raw file

2022-10-19 Thread Naveen.B
> > > I got an error by trying this command. Could you kindly let me know if > this > > is feasible? > > Always always always include the complete output of ffmpeg when asking for > help. For one, we don't know what error you got. > > C:\Naveen\projects\DMS\software\ffmpeg_full\ffmpeg\bin>ffmpeg

[FFmpeg-user] ScaleUp the Raw file

2022-10-19 Thread Naveen.B
Hello, I have a set of RAW files available with resolution 1600x1300, I need to scale up the resolution of those RAW files to 1920x1080 raw files. ffmpeg -i CapturedImage-001.raw -vf scale=1920:1080 CapturedImageScale-001.raw I got an error by trying this command. Could you kindly let me know if

Re: [FFmpeg-user] raw file to video

2022-10-19 Thread Naveen.B
Apologies - typo: ffmpeg -pixel_format gray10be -s 1600x1300 -r 30 -i CapturedImage-%03d.raw -c:v libx264 -pix_fmt yuv420p -crf 18 raw_video.mp4 Thanks for the support, It worked! On Sat, Oct 15, 2022 at 10:41 AM Kieran O Leary wrote: > Apologies - typo: > ffmpeg -pixel_format > gray10be -s

Re: [FFmpeg-user] raw file to video

2022-10-15 Thread Naveen.B
o conversion. Which video player have you used to play it back, have you tried another like mpv? .mp4 and .avi, -mpv I tried but I got an error message. Kind Regards, Naveen B. On Sat, Oct 15, 2022 at 9:12 AM Kieran O Leary wrote: > On Fri 14 Oct 2022 at 14:39, Naveen.B wrote: > >

[FFmpeg-user] raw file to video

2022-10-14 Thread Naveen.B
Hello, I am trying to convert a set of raw files in directory to the .mp4 video using the ffmpeg command, the converted .mp4 video looks completely blank and I don't see any pictures in it. ffmpeg -pixel_format gray10le -video_size 1600x1300 -framerate 30 -i CapturedImage-%03d.raw -c:v libx264

Re: [FFmpeg-user] Image to Video conversion

2022-09-19 Thread Naveen.B
> > > I have an .bmp Image with resolution 1600x1300x24-bit, each file size > comes > > around 6Mbps, I have 30 such files (Image-1 Image-30) in a directory. > > I converted those images to a video @ 30fps for length of 1 second using > > the below ffmpeg command, the video file size turned

[FFmpeg-user] Image to Video conversion

2022-09-17 Thread Naveen.B
Hello, I have an .bmp Image with resolution 1600x1300x24-bit, each file size comes around 6Mbps, I have 30 such files (Image-1 Image-30) in a directory. I converted those images to a video @ 30fps for length of 1 second using the below ffmpeg command, the video file size turned out to be

Re: [FFmpeg-user] Raw video conversion

2022-07-12 Thread Naveen.B
arl Zwanzig wrote: > On 7/10/2022 11:53 PM, Naveen.B wrote: > > [rawvideo @ 029bdbfde780] Packet corrupt (stream = 0, dts = > > 1).=188745.6kbits/s speed=3.33e+04x > > raw_video.raw: corrupt input packet in stream 0 > > [rawvideo @ 029bdbffd780] Invalid bu

Re: [FFmpeg-user] Raw video conversion

2022-07-11 Thread Naveen.B
n 7/8/2022 3:24 AM, Naveen.B wrote: > > Attaching the screenshot of the console and the complete command, > > Please, not a screenshot! put the text right in the email. > > > I did not > > understand what you mean by "do not top post here" > > Goo

Re: [FFmpeg-user] Raw video conversion

2022-07-08 Thread Naveen.B
[image: image.png] Attaching the screenshot of the console and the complete command, I did not understand what you mean by "do not top post here" On Fri, Jul 8, 2022 at 12:18 PM Bouke / Videotoolshed < bo...@videotoolshed.com> wrote: > Please provide full command and console output, and do

[FFmpeg-user] Raw video conversion

2022-07-08 Thread Naveen.B
Hello, I have a raw video file captured from the monochrome camera, I need to convert the raw video file to visualise it in .avi or .mp4. I tried this command, but this did not worked out to me, ffmpeg -f rawvideo -pixel_format yuv420p -video_size 1600x1300 -framerate 30 -i raw_video.raw