On Fri 14 Oct 2022 at 14:39, Naveen.B <navins.2...@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
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to