<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
I'm working on adding support for x264 encoding to a product which currently uses the MainConcept encoder. The code I use for both encoders is similar. I set the resolution, avg/max bitrate, frame rate, aspect (sar) and interlaced flag and I let the automatic logic of each encoder figure out the rest. One major difference I notice between the encoders is memory usage. When I encode using MC the memory used by my program jumps from about 90MB to about 175MB. But when I encode with x264 it jumps to 600MB. Is this typical? Is there anything I can do to curb the requirement a little? I've checked my code for leaks and I don't think it's coming from my end. Plus it jumps almost immediately and stays, which also seems to rule out a leak.<br><br>Any advice you could give would be appreciated.<br><br>Thanks,<br>Dan<br>                                        </div></body>
</html>