<div>Hi all,</div><div><br></div><div>I want to play a video (3648x2752) through mplayer and xv using the</div><div>following command:</div><div><br></div><div>./mplayer -vo xv -nosound -geometry 912x688 test1.avi</div><div>
<br></div><div>But mplayer just failed with the error message as below:</div><div><br></div><div>VO: [xv] 3648x2752 => 3648x2752 Planar YV12</div><div>Source image dimensions are too high: 3648x2752 (maximum is 2048x2048)</div>
<div>FATAL: Cannot initialize video driver.</div><div><br></div><div>Then I try to modify the intel_video.c by changing both IMAGE_MAX_WIDTH</div><div>and IMAGE_MAX_HEIGHT to 4096. After that, mplayer seems to work but the</div>
<div>screen is always black. If I use gl as video output, everything works</div><div>fine. Here are some information of my system:</div><div><br></div><div>Hardware: Sandy bridge</div><div>Kernel: 2.6.37.6</div><div>Intel driver: 2.14.0</div>
<div>X server: 1.9.5</div><div>VGA resolution: 1920x1200</div><div><br></div><div>Is it possible that the video larger than 2048x2048 can be displayed by</div><div>xv? Thanks a lot for any help.</div><div><br></div><div>Regards,</div>
<div>Kevin Liao</div>