View stats on a per page basis

I have videos and images I want to track:

mysite.com/videos/2341/ will take you to the video
I want /videos/2341/stats/ to take me to the specific stats for that video
same with pics
/pics/123/ and /pics/123/stats

I need referrer and unique visits over time for each of these.

Anyone know the best way to achieve this with piwik?

TIA

would I literally have to create a new site per video/image to achieve this?

would I literally have to create a new site per video/image to achieve this?

This will work, but you need a different Piwik-code for each video site. Maybe you can place the code with a php-script.

Well I don’t use php but that’s doable! THX!!