<div dir="ltr"><span style="font-size:12.8px">Hi,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">today I tried to encode interlaced content with 1920x1080 and 4Mbps and was wondering why x264 auto detects level 5.2 for it. When doing the same settings but with progressive output the level is detected as 5.0. As of my understanding DPB should not be affected by interlaced content?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">x264 command I used:</div><div style="font-size:12.8px">x264 - --demuxer y4m --profile main --preset slow --bitrate 4000 --bff --output video.h264<br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Relevant output with --bff</div><div style="font-size:12.8px"><div>y4m [info]: 1920x1080i 1:1 @ 2997/100 fps (cfr)</div><div>x264 [warning]: interlace + weightp is not implemented</div><div>x264 [warning]: interlaced (1) > level limit (0)<br></div><div>x264 [info]: profile Main, level 5.2<br></div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Relevant output without --bff</div><div style="font-size:12.8px"><div>y4m [info]: 1920x1080p 1:1 @ 2997/100 fps (cfr)</div><div>x264 [info]: profile Main, level 5.0<br></div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I know I can restrict the level to 5.0 but I am curious if there are any additional level requirements for interlaced content that I missed?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thanks</div></div>