[FFmpeg-user] raw file to video

Kieran O Leary kieran.o.leary at gmail.com
Sat Oct 15 10:12:08 EEST 2022


On Fri 14 Oct 2022 at 14:39, Naveen.B <navins.2006 at gmail.com> wrote:

> 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 raw_video.mp4
>
> Is something wrong in the command?


A good start would be the complete uncut command line output which might
have some extra info, a sample could be useful, and perhaps info about the
raw file. Is it definitely 10bit gray? Which video player have you used to
play it back, have you tried another like mpv?

Best,

Kieran


More information about the ffmpeg-user mailing list