Hi, I checked your code and noted that the format is rawvideo rgb565 little endian. Can you please check if a video converted form ffmpeg works? The command is : ffmpeg -i in.mp4 -c:v rawvideo -pix_fmt rgb565le out.rgb Thanks!
Hi, I checked your code and noted that the format is rawvideo rgb565 little endian.
Can you please check if a video converted form ffmpeg works?
The command is :
ffmpeg -i in.mp4 -c:v rawvideo -pix_fmt rgb565le out.rgb
Thanks!