Re: [FFmpeg-user] ScaleUp the Raw file

2022-10-19 Thread Michael Koch
The -s option in your command line is for the output size because it's written after -i. You must also set the input size before -i. Your RAW image contains only pixel data and no header for size and pixel format. I din't understand the header for size and pixel format, width error is

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 Michael Koch
Am 19.10.2022 um 21:50 schrieb 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 Michael Koch
Am 19.10.2022 um 21:26 schrieb 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

Re: [FFmpeg-user] ScaleUp the Raw file

2022-10-19 Thread Carl Zwanzig
On 10/19/2022 12:06 PM, Naveen.B wrote: 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. z!

[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