<!DOCTYPE>
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script>
$(document).ready(function(){
var frame_pattern = '<iframe class="video_container" frameborder="0" allowfullscreen="1" width="100%" height="500" src="http://www.site.ru/redirect/download/video/md/###.mp4"></iframe>';
$('div.video_container[id]').each(function () {
$(this).replaceWith(frame_pattern.replace('###',this.id));
});
});
</script>
</head>
<body>
<div class="video_container" id="75146"></div>
</body>
</html>