<div dir="ltr">Hi guys,<div><br></div><div>I'm writing application converting videos to specific H.264 Profile and level.</div><div><br></div><div style>As I know every level has max frame size (macro blocks) and max decoding speed.</div>
<div style><br></div><div style>So I need to guarantee frame_size * fps of my input video shouldn't exceed the max decoding speed.</div><div style><br></div><div style>What I want to know is, how if I supply a video that has a higher bitrate than the specified level.</div>
<div style><br></div><div style>Will X264 encoder resize video frames (make them smaller) or limit fps? I guess X264 will not do this kind of process and I need to do it myself before encode starts. just want to get some confirm here. Thanks!</div>
</div>