Are there (preferably free) services to block ads from an embedded iframe element? [closed]

I want to block ads from an external video player that I embed using an iframe element.

Example:

<iframe src="http://example.com/mp4.mp4">

How do I go about doing so and hopefully without using an extra proxy?