Log in

View Full Version : Media Player Classic Home Cinema (MPC-HC) - DXVA!


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 [239] 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410

alexins
15th February 2010, 01:06
Media Player Classic HomeCinema (x86/x64), svn 1659 (http://www.xvidvideo.ru/media-player-classic-home-cinema-x86-x64/media-player-classic-homecinema-x86-x64-svn-1659.html)

Supported languages: BR, BY, CN, CZ, DE, EN, ES, FR, HU, IT, KR, PL, RU, SE, SK, TR, UA

Changes log (http://www.xvidvideo.ru/logi-izmeneniy/log-izmeneniy-media-player-classic-homecinema.html)

Changes (1651-1659):

enabled all internal filters by default;
minor changes;
Portuguese(brazilian) language updated and fixed compilation error;
added portuguese(brazilian) translation;
Build script: now the installer is built automatically if Inno Setup is installed. Cosmetic changes;
Added /MP switch in all filters;
Fixed some standalone filters dependencies;
DSUtil.h: Removed linker pragma inclusion of fixed-name DSUtil.lib files to allow for more flexible project file management (Patch by nielsm);
Rasterizer.cpp: Don't use MMX intrinsics in 64 bit builds (Patch by nielsm);
SeparableFilter.h: Fix line order for OpenMP building (Patch by nielsm);
Added VFR support to the VSFilter AviSynth filter. Patch by nielsm;
Fixed some warnings.

Keiyakusha
15th February 2010, 03:16
Added VFR support to the VSFilter AviSynth filter. Patch by nielsm;
What this means, how it works? Some options added to the filter call function?

Stephen R. Savage
15th February 2010, 03:23
If this is the same one that jfs wrote, it allows directly applying subtitles to false-CFR (VFR with AssumeFPS) videos without transforming the timestamps on the script. Instead, it calculates the frame-timestamp relationship from a timecodes file. See this post on a random piracy board (http://forums.animesuki.com/showthread.php?p=2134131#post2134131) where it was announced.

Keiyakusha
15th February 2010, 03:31
If this is the same one that jfs wrote, it allows directly applying subtitles to false-CFR (VFR with AssumeFPS) videos without transforming the timestamps on the script. Instead, it calculates the frame-timestamp relationship from a timecodes file. See this post on a random piracy board (http://forums.animesuki.com/showthread.php?p=2134131#post2134131) where it was announced.

Ohh, I just realized that nielsm is a jfs' nickname on sourceforge, so probably this is it. Thanks.

However this is strange why this code suddenly appeared here... I hopes he not gives up on his own subtitles rendering engine...

Midzuki
15th February 2010, 06:27
See this post on a random piracy board where it was announced.

(LOL)^3

:) :p :D

tetsuo55
15th February 2010, 09:12
Ohh, I just realized that nielsm is a jfs' nickname on sourceforge, so probably this is it. Thanks.

However this is strange why this code suddenly appeared here... I hopes he not gives up on his own subtitles rendering engine...He told us we forgot to add it, so we added it ;)

Its an old patch.

sneaker_ger
15th February 2010, 11:13
Yes, it has been in guliverkli2 with compiled builds on xvidvideo.ru for a long time now. I also didn't notice that it hasn't been in mpc-hc.

Mercury_22
15th February 2010, 14:02
Theora got broken somewhere between rev 1613 and 1623 = video it's playing accelerated
My guess in Revision 1618 - Directory Listing
Modified Sat Feb 6 17:50:00 2010 UTC (8 days, 18 hours ago) by casimir666

Updated : ffmpeg library
TEST_THEORA_VORBIS_OGG file (http://sharebee.com/f8a1419f)

XhmikosR
15th February 2010, 15:21
Why are people still using Theora?:p Maybe it will get fixed in the next ffmpeg update. Open a ticket at the trac and one of the devs might take a look at it.

Mercury_22
15th February 2010, 15:36
Why are people still using Theora?:p Maybe it will get fixed in the next ffmpeg update. Open a ticket at the trac and one of the devs might take a look at it.

I don't know :p !

But if my guess it's correct and the problem it's from the ffmpeg update it could be more than just Theora affected :confused:

clsid
15th February 2010, 16:47
It plays fine with latest ffdshow.

v0lt
15th February 2010, 18:41
Revision 1622:
-when caption is hidden, window is without a thick frame now, child view responsible for NC_HITTEST
...
http://img9.imageshack.us/img9/7242/mpc02.png
Why?

Lukas V.
15th February 2010, 19:39
Hi.

Is it possible that H.264 1080p 4RF limit DXVA was exceeded on ATI cards?

May be more RF was declared in stream, but was not used?
More RF was used, but only in small range? RF buffer was enough.
Playing with hidden problems, but without visual errors?

I have no other rational explanation.


File test_hd_9refs_high_l5.1.mp4 was MPC HC played using DXVA without visualy errors and other prepared videos (with MeGUI) was succesfully too (for example 14RF/14Mbps).

http://www.monitos.cz/tmp/ATI_H264_9RF_MPCHC_1.3.1650_DX2_2010_Cat10.1.png
http://www.monitos.cz/tmp/ATI_H264_14RF_MPCHC_1.3.1650_DX2_2010_Cat10.1.png

Configuration: ATI HD4550, Cat 10.1, XP SP3, DX Runt Feb/2010, MPC HC 1.3.1650.0 (VMR9, disable compat.check).

Thanks for answers.

Mercury_22
15th February 2010, 20:27
It plays fine with latest ffdshow.

So the problem it's not from the ffmpeg update ?

clsid
15th February 2010, 20:34
MPC uses an older version of the ffmpeg code. So the problem can very well be in ffmpeg.

Schrade
15th February 2010, 20:45
Does MPC-HC support a Tuner settings page for Analog TV Tuner cards? I see there is a Tuner Scan hotkey available but that seems to only be related to the Digital tuner stuff.

Basically, what I want is a way to change channels in MPC-HC while viewing an Analog TV Tuner's input. By the way, this is for an ATI TV Wonder HD 650 Combo.

(It's currently being used in Analog mode)

X-Dron
15th February 2010, 21:16
Наш ответ Чемберлену.(Russian humor)
For those guys working on fullscreen options, I beg of you to improve this, to read the frame rate of the content, not from the media info, but from whatever is input from external filters.
Until then, it is not usable if anything like de-interlacing is used, or if frame rate changes are introduced by external filters. I don't think it should be difficult as this frame rate is already used and displayed by the renderers obviously.

My answer is here (http://forum.ru-board.com/topic.cgi?forum=5&topic=32450&start=1046)(second post). But unfortunately only in Russian.
I'm sorry, but I do not have the time and my English is not so good.
Please, somebody who understand Russian, translate it for all.
Source for a forum is here (http://x-dron.narod.ru/files/FPS.txt)

mark0077
15th February 2010, 22:20
Thanks for the reply x-dron. Its very detailed and thanks for taking the time to look into it. It will be great to see it in a future release. Unfortunately for the moment I must use reclocks change display rate ability as it takes the actual playback rate of the content after filters such as de-interlacers etc. It works but is just not as easy to setup as the mpc-hc options would be :)

Underground78
15th February 2010, 22:30
Hi.

Is it possible that H.264 1080p 4RF limit DXVA was exceeded on ATI cards?

File test_hd_9refs_high_l5.1.mp4 was MPC HC played using DXVA without visualy errors and other prepared videos (with MeGUI) was succesfully too (for example 14RF/14Mbps).

Configuration: ATI HD4550, Cat 10.1, XP SP3, DX Runt Feb/2010, MPC HC 1.3.1650.0 (VMR9, disable compat.check).

Hi,

It does not seem to work here with my ATI HD2600XT (Catalyst 10.1, XP SP3, DirectX Runtime Feb/2010, MPC HC 1.3.1650.0 (VMR9, disable compat.check) like you). I have tested this file (http://www.mediafire.com/?qjtzjxm3dx5) which has 10 ref, maybe you can test it ?

Xorp
15th February 2010, 23:02
Is MPC-HC going to be able to play 1.0 LPCM sometime this century?

Mercury_22
15th February 2010, 23:06
Does MPC-HC support a Tuner settings page for Analog TV Tuner cards? I see there is a Tuner Scan hotkey available but that seems to only be related to the Digital tuner stuff.

Basically, what I want is a way to change channels in MPC-HC while viewing an Analog TV Tuner's input. By the way, this is for an ATI TV Wonder HD 650 Combo.

(It's currently being used in Analog mode)

Right click -> Filters -> ...( ATI TV Wonder HD 650 Combo ?) TV Tuner

MPC uses an older version of the ffmpeg code. So the problem can very well be in ffmpeg.

But as I've said it works with rev 1613 so... :confused: I don't quite understand you

Lukas V.
15th February 2010, 23:16
Hi,

It does not seem to work here with my ATI HD2600XT (Catalyst 10.1, XP SP3, DirectX Runtime Feb/2010, MPC HC 1.3.1650.0 (VMR9, disable compat.check) like you). I have tested this file (http://www.mediafire.com/?qjtzjxm3dx5) which has 10 ref, maybe you can test it ?

Test.mkv played with DXVA without visual error.
http://www.monitos.cz/tmp/ATI_H264_10RF_MPCHC_1.3.1650_DX2_2010_Cat10.1.png

I don't know, maybe it depends on UVD 2 in HD 4550…

edigee
15th February 2010, 23:19
Hi,

It does not seem to work here with my ATI HD2600XT (Catalyst 10.1, XP SP3, DirectX Runtime Feb/2010, MPC HC 1.3.1650.0 (VMR9, disable compat.check) like you). I have tested this file (http://www.mediafire.com/?qjtzjxm3dx5) which has 10 ref, maybe you can test it ?

Yes ,it is not working for you because 2600Xt has UVD and HD4550 has UVD 2.2 .
http://img697.imageshack.us/img697/6554/uvdcapture.th.jpg (http://img697.imageshack.us/i/uvdcapture.jpg/)
UVD=Unified Video Decoder
It is not working for me either...I have HD3650 with UVD+.

tetsuo55
15th February 2010, 23:47
MPC uses an older version of the ffmpeg code. So the problem can very well be in ffmpeg.We should be completely in sync with ffdshow now.
This still is not right, we should start over from a clean ffmpeg git export.

Is MPC-HC going to be able to play 1.0 LPCM sometime this century?Do you mean this ticket? http://sourceforge.net/apps/trac/mpc-hc/ticket/71

Best chances for getting this fixed soon is getting someone to write a patch.

Also updating the ticket with anything you can think of based on the issue reporting page could help too.
https://sourceforge.net/apps/trac/mpc-hc/wiki/How_to_Report_Issues

Schrade
16th February 2010, 07:05
Is there a hidden command line switch to open Device?

It'd be nice to make it so you don't have to do Control+V to connect to the Tuner/Capture card.

Right click -> Filters -> ...( ATI TV Wonder HD 650 Combo ?) TV Tuner
Thanks! Will have my friend try it out tomorrow night.

X-Dron
16th February 2010, 07:59
Thanks for the reply x-dron. Its very detailed and thanks for taking the time to look into it. It will be great to see it in a future release. Unfortunately for the moment I must use reclocks change display rate ability as it takes the actual playback rate of the content after filters such as de-interlacers etc. It works but is just not as easy to setup as the mpc-hc options would be :)

I'm sorry, but the main conclusion from the written:
All methods for detecting the FPS are passive. All have their advantages and disadvantages. The methods used in the autochange monitor mode I consider most appropriate. The autochange should be written in Reclock for their correct act in combination.
This feature was written primarily for the TV connected via HDMI. First it was called AutoHDMI. But unfortunately this is not your case.

somy
16th February 2010, 09:40
Hi X-Dron,

I have a problem WRT auto refresh rate changer. Recently I've change my graphics card to ATI HD5770, and auto refresh changer doesn't work for me any more. When MPC tries to change the refresh rate, it disconnect my TV first and then re-connect to my TV (TV shows no sing), and it takes up to 10 seconds to change the refresh rate which crashes MPC-HC since it couldn't find the screen. Do you think it's a driver issue or it's something need special coding for HD5xxx graphics card? Thanks!

edigee
16th February 2010, 10:04
Does anyone else have problems with sub. subtitles( MicroDVD or Sub Viewer)? On the latest 3 builds of MPC_HC sub. subtiles are displayed weird during playback. I mean, there are the right lines but also random lines appear from time to time.

Underground78
16th February 2010, 17:28
Yes ,it is not working for you because 2600Xt has UVD and HD4550 has UVD 2.2 .
http://img697.imageshack.us/img697/6554/uvdcapture.th.jpg (http://img697.imageshack.us/i/uvdcapture.jpg/)
UVD=Unified Video Decoder
It is not working for me either...I have HD3650 with UVD+.

Yes, that's why I've asked him to test. :)

Good to know it works with recent ATI graphic cards !

About ticket #77 (http://sourceforge.net/apps/trac/mpc-hc/ticket/77) "[MPEG4] mod16 resolution not supported with all renderers", should we read "mod16 resolution" or "non mod16 resolution" ? And is [MPEG4] MPEG4 ASP or H264 or both ?

I've another bug to report which may be the same than this one so I want to be sure ...

No idea ?

nitec
16th February 2010, 23:36
MPC-HC internal ffmpeg h264 decoder don't use more than %50-60 of CPU and start skipping frames but ffdshow plays file smoothly (%70-85 CPU usage). Anyone can test a heavy 1080 h264 video (like Planet Earth - From Pole to Pole birds scene) and confirm?

Win7 x64
MPC HC x64 svn 1659 (EVR Custom)
Intel E8400
ATI HD4850

hayan
17th February 2010, 04:42
Decimal bug of "override Aspect Ratio to 16:9" (fullsrceen)?
16.9 LCD Mon, Win7 EVR Custom
Settings:Touch windows from inside, override Aspect Ratio to 16:9, and unclick correct mod/desktop AR Diff (svn 1659)

example
512x384 video, perfect stretch to fullsrceen.
640x480 video, One vertical black-line on the right side.

X-Dron
17th February 2010, 08:06
somy
There is no special coding for graphics card.
Try this:
Uncheck "Use autochange", apply settings and restart programm.
This will reset autochange settings to default.
Check "Use autochange" and set wished settings.


Changeset 1664. Bug in Ukrainian translation.
Pls revert
3200 /аўдыёрэндэр N...
to
// TODO /audiorender N...

2 Mister-SH
метка "// TODO /audiorender N..."
значит, что в следующей длинной строке нужно найти ключ "/audiorender N" (он находится почти в самом конце) и перевести то, что после него находится.
В данном случае - "Start using audiorender N, where N starts from 1\n\t\t(see ""Output"" settings)".

somy
17th February 2010, 09:33
somy
There is no special coding for graphics card.
Try this:
Uncheck "Use autochange", apply settings and restart programm.
This will reset autochange settings to default.
Check "Use autochange" and set wished settings.


Changeset 1664. Bug in Ukrainian translation.
Pls revert
3200 /аўдыёрэндэр N...
to
// TODO /audiorender N...

2 Mister-SH
метка "// TODO /audiorender N..."
значит, что в следующей длинной строке нужно найти ключ "/audiorender N" (он находится почти в самом конце) и перевести то, что после него находится.
В данном случае - "Start using audiorender N, where N starts from 1\n\t\t(see ""Output"" settings)".

Thanks X-Dron, I'll give a try.

XhmikosR
17th February 2010, 12:48
somy
There is no special coding for graphics card.
Try this:
Uncheck "Use autochange", apply settings and restart programm.
This will reset autochange settings to default.
Check "Use autochange" and set wished settings.


Changeset 1664. Bug in Ukrainian translation.
Pls revert
3200 /аўдыёрэндэр N...
to
// TODO /audiorender N...

2 Mister-SH
метка "// TODO /audiorender N..."
значит, что в следующей длинной строке нужно найти ключ "/audiorender N" (он находится почти в самом конце) и перевести то, что после него находится.
В данном случае - "Start using audiorender N, where N starts from 1\n\t\t(see ""Output"" settings)".
Not in Ukrainian but in Belarusian translation.
Someone has to finally do something about comments in resource files. The comments are deleted when the resource file is saved with VS. So please take care of it, I cannot always check all the translations for this.

X-Dron
17th February 2010, 14:12
Oh, Sorry!
Changeset 1664 has no comments, and Belarusian and Ukrainian are so alike. :)
I did not pay attention to "by.rc"

DMD
17th February 2010, 17:01
Back on the subject, perhaps a few post ago I expressed myself badly.

With inquiries concerning the Bluray, I ask if you can enable subtitles labor.
Are those subtitles that are activated only when the scene requires it, or when you see a sign in another language, and after a while they disappear.
This fact is very important to understand the dialogue in some scenes that would otherwise remain without meaning

This is the example of Bluray Angels and Demons seen with PowerDVD9 in Italian

http://www.allfreeportal.com/imghost/thumbs/518494Ridimensiona diSenza titulo-2.PNG ('http://www.allfreeportal.com/imghost/images/518494Ridimensiona diSenza titulo-2.PNG')

http://www.allfreeportal.com/imghost/thumbs/160889Ridimensiona diSenza titulo-3.PNG ('http://www.allfreeportal.com/imghost/images/160889Ridimensiona diSenza titulo-3.PNG')

Just wondering if there is a system, or another codec to activate these subtitles.

THANKS

gametiger
17th February 2010, 19:51
I just installed CoreAVC for live TV (within MediaPortal).

For my other video files I use MPC-MC with ffdshow for pretty much every type of video (including H.264).

The weird thing is, since I installed CoreAVC, I can't play any H.264 videos in MPC-HC anymore. The Filters context menu shows all the filters it showed before (Default DirectSound Device, Enhanced Video Renderer (custom presenter), ffdshow Audio Decoder and ffdshow Video Decoder).
MPC-HC says "Playing" in the status bar, but it doesn't actually play anything - the video frame just stays black and @ 00:00:00.

When I unregister the CoreAVC decoder filter, everything plays fine again.

Does anyone know what's causing this? I would just get rid of CoreAVC, but I need it for live TV, nothing else seems to work :/


Thanks in advance!


PS: I'm on Windows 7 x64. Latest SVN builds of MPC-HC and ffdshow.

mikelebron
17th February 2010, 20:03
Question about the full screen...

If I have Movie A at 23.976 and Movie B at 24, running on Windows 7, can I auto switch the movies correctly? I see that for Vista and above it only allows 1 specific resolution. Is that the case or am I missing something?

Razoola
17th February 2010, 20:10
I have an issue with DXVA on my GT240. When I play a video sometimes there is a small glitch which shows at the bottom of the picture (bottom tenth of the picture is blank for one frame). This happens both with MPC-HC and ffdshow when using EVR. I have found that using the Haali render instead fixes the issue.

I just wondered if anyone else has seen this issue?

X-Dron
17th February 2010, 20:46
Question about the full screen...

If I have Movie A at 23.976 and Movie B at 24, running on Windows 7, can I auto switch the movies correctly? I see that for Vista and above it only allows 1 specific resolution. Is that the case or am I missing something?

Yes, you can.
Settings for Vista and above are additional to the basic.
They have a higher priority and a narrow allowable range of frequencies.

mikelebron
17th February 2010, 22:32
OK.. makes sense... but wouldnt you say that the fine grained changes should have a higher priority?

when I get home I will play with them...


Yes, you can.
Settings for Vista and above are additional to the basic.
They have a higher priority and a narrow allowable range of frequencies.

littleD
18th February 2010, 08:11
Hi, i think i found bug concerning VC-1 DXVA playback in MPC HC.
In recent versions of player, when opening vc-1 file, video just stops at the beginning with black screen. Nothing is played. It doesnt depend on container, m2ts, wmv, whatever. After some investigation, the problem exists only with EVR CP. Any other renderer works fine with acceleration. I downloaded some versions of player and found that: build 1378 and down play fine with dxva/EVR CP but 1389 and up cannot play.
My system is ATI 3450 with cat 10.2 WIndows XP SP3 x86

alexins
18th February 2010, 13:20
Media Player Classic HomeCinema (x86/x64), svn 1672 (http://www.xvidvideo.ru/media-player-classic-home-cinema-x86-x64/media-player-classic-homecinema-x86-x64-svn-1672.html)

Supported languages: BR, BY, CN, CZ, DE, EN, ES, FR, HU, IT, KR, PL, RU, SE, SK, TR, UA

Changes log (http://www.xvidvideo.ru/logi-izmeneniy/log-izmeneniy-media-player-classic-homecinema.html)

Changes (1660-1672):

updated Ukrainian translation [arestarh];
Fix : ticket #282, Auto-zoom function problem;
Update Traditional Chinese translation;
Added a new panel for switching DVB channels, audio and tuner scan accessible through View-->Navigation menu when in Capture mode (Patch by XPC) ;
Updated russian translation;
minor changes in project files and in Belarusian translation;
Partially revert rev1658. MMX intrinsics work perfectly fine with MSVC 64-bit builds;
Fix buffer overrun due to number of characters/number of bytes mismatch;
Fix buffer overrun due to number of characters/number of bytes mismatch pt2;
Cosmetic change;
Revert 1667, appears MSVC at fault...__mm64 undefined for x64 - compiles but doesn't link;
Some cosmetic changes to fix analysis errors.

Brazil2
18th February 2010, 21:23
I have DVB-T USB stick, which works just fine with Windows Media Player. I'd love to use it in MPC-HC, but it can't detect any channels.
I also have a DVB-T USB stick which is working fine with other apps like DVB Viewer, ProgDVB and VLC but I can't get any channel in MPC-HC.

What do you have in "Tuner Scan" ? In my case, it stays blank, whereas I have configured as you (except it is Winfast tuner), Underground78.
Same here.

Any suggestions are welcome.

sabret00the
19th February 2010, 16:28
I would like to see greater Windows 7 support. WMP12 has got everything right, from the transparency behind the controls, to the updated icons to to the fact that you can play/forward/pause/stop all from the task bar. I moved over to MPC because I felt that WMP was dated and didn't conform with the current needs of a media centric user, however now I'm starting to feel that about MPC. As much as it may be frowned upon, it's time to bring the GUI into the 21st century.

X-Dron
19th February 2010, 19:37
Pls, Close ticket #282

fixed in changeset 1661

XPC
19th February 2010, 20:28
I also have a DVB-T USB stick which is working fine with other apps like DVB Viewer, ProgDVB and VLC but I can't get any channel in MPC-HC.


Same here.

Any suggestions are welcome.

Brazil2,

Could you tell us what is your current configuration in "Capture" and what is the list you get in View->Filters? after going to "Open device"?

XPC

XPC
19th February 2010, 20:32
@Tetsuo

Please close ticket #260. Solved in changeset 1663.

XPC

v0lt
19th February 2010, 20:59
Is it possible to shorten the "Media Player Classic Home Cinema" to MPC Home Cinema in the title bar?

Is it possible to shorten the "Media Player Classic - Home Cinema" in the install path and program group? :)

pirlouy
19th February 2010, 22:13
@XPC: Like I'm concerned, as Brazil2, here are screenshots:

http://img341.imageshack.us/img341/4593/mpchccapture1.th.png (http://img341.imageshack.us/i/mpchccapture1.png/)

http://img519.imageshack.us/img519/1650/mpchccapture2.th.png (http://img519.imageshack.us/i/mpchccapture2.png/)