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? Kind Regards, Naveen B. _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
