esp32_ST7735_Movie icon indicating copy to clipboard operation
esp32_ST7735_Movie copied to clipboard

ffmpeg to convert video to raw

Open edgarmove opened this issue 5 years ago • 2 comments

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!

edgarmove avatar Oct 09 '18 04:10 edgarmove