read a video and display the output in a RGB LEDs

I hope I'm in the right thread, I want to make a project that the arduino will output a video from a video file, let's say the display screen of the video is 512x512 pixels and I want to create a 512x512 RGB LED that will display the video. what are the exact tools that I will be using here? like a specific arduino version which has the video codec already or i'll get some opensource codec and embed it to an arduino? I'm confuse as of now, and if someone can explain what steps I will be going, that would be much appreciated. Or is this project possible with arduino?

Thank you.

No, I don't think so. Consider Raspberry pi.

Paul

You'll have to power and control 786 432 individual LEDs.
That's going to take a lot of supporting hardware, not least of which will be the huge power supplies.
(imagine each LED takes just 10mA - do the arithmetic :wink: )

I appreciate the reply. need to conside rpi. thank you.

Your choice of computing platform is the very least of your worries.