Re: [FFmpeg-user] encode to RAW video

2022-10-24 Thread Michael Koch
Am 24.10.2022 um 14:29 schrieb 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? RAW Image file is, resolution - 1600x1300

Re: [FFmpeg-user] encode to RAW video

2022-10-24 Thread Carl Zwanzig
On 10/24/2022 8:50 AM, Naveen.B wrote: These files are present in the directory, but still its throwing this error, No such file or directory. Please show us the command output of making an mp4 file. It really sounds as if you haven't studied the documentation very well. Likewise, raw video

[FFmpeg-user] Convert from TIF to DNG

2022-10-24 Thread Michael Koch
On a website (1) I found the idea that a TIF file can be converted to a DNG file just by adding some tags and renaming it. Let's test it. Make a 16-bit TIF file: ffmpeg -f lavfi -i nullsrc=s=320x320,format=yuv444p10le -vf geq=lum='X/W*32+32*floor(Y/H*32)':cr=512:cb=512,format=rgb48be -frames

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? > > > > RAW Image file is, > > resolution - 1600x1300 > >

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 Bouke / edit 'B
> On 24 Oct 2022, at 14:29, Naveen.B wrote: > >> >> >> 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? >>>

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 Michael Koch
Am 24.10.2022 um 18:36 schrieb 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

Re: [FFmpeg-user] encode to RAW video

2022-10-24 Thread Reindl Harald
Am 24.10.22 um 17:50 schrieb Naveen.B: C:\Naveen\projects\DMS\software\ffmpeg_full\ffmpeg\bin>ffmpeg -f rawvideo -s 1600x1300 -r 30 -i CapturedImage-%03d.raw raw_video.raw CapturedImage-%03d.raw: No such file or directory These files are present in the directory, but still its throwing this

Re: [FFmpeg-user] encode to RAW video

2022-10-24 Thread Michael Koch
Am 24.10.2022 um 17:50 schrieb 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 Do not specify a

Re: [FFmpeg-user] encode to RAW video

2022-10-24 Thread Bouke / Videotoolshed
> 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? > > RAW Image file is, > resolution - 1600x1300 > fps-30 > bit

[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.