Right product for project

Hello, I’m doing a video/audio project. 5 videos will be presented. Each video will be independant and related to 5 objects, people with press on the object of their choice to choose which video they want to watch. (A sensor will be on each object) Could you advise me on which Arduino model would be the best for this project?
Thanks,

Sue

You need to decide where the videos are going to be stored and what they are going to be displayed on. You may find that a Raspberry Pi is a better choice for your project.

An Arduino can read buttons or other input devices, and can send a command to a video player to start playing videos. It can not play videos by itself - while indeed a Pi can play videos, and also read the sensors.

Sounds indeed more like an RPi (or similar) project than an Arduino project.