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

click2
19th September 2010, 10:36
That's not VMR-7, that's Video Renderer. And funny that you even have a video considering his shows don't have video.
Is Haali Renderer called 'Video Renderer'? It seems to mention VMR-7 in the control panel for it (right-most screenshot).

The show does have video - it's a still frame every few minutes with a photo and the name of the track on it, taken from the official site.

tetsuo55
19th September 2010, 10:50
After a quick glance, the new translation system doesn't look that great for now, but ok, it's not final so hopefully it will get better. Just in case you didn't notice that yet, it doesn't find changed strings, only removed or added. And how will it handle situations where a dialog/control needs to be resized to fit a longer string?
The new system should simply present translators with a list of strings to translate, all the "code" is stripped out.

The RC files are auto generated and as such require no action from developers.

The script is supposed to pick up the changes to strings too, so i'll ask around to see whats going wrong

About sizes. we will make some(all?) boxes bigger so more text will fit, but that size will be fixed.

khagaroth
19th September 2010, 15:02
Why not switch to gettext then? Less hassle for you (simpler maintenance, excluding the initial need to mark all translatable strings and adding all the support code of course) and less hassle for translators.

sansnom05
19th September 2010, 15:05
After a quick glance, the new translation system doesn't look that great for now, but ok, it's not final so hopefully it will get better. Just in case you didn't notice that yet, it doesn't find changed strings, only removed or added. And how will it handle situations where a dialog/control needs to be resized to fit a longer string?

please give me more info about your finding, and did you try the latest script? changed something. If still so, please provide me the sample, let me check what the problem is. :thanks:

khagaroth
19th September 2010, 15:49
A way to reproduce - just change some string !!!BUT DO NOT ADD OR REMOVE ANY!!! (important, it will pick up the changes otherwise) - result, it won't pick up any changes.

khagaroth
19th September 2010, 15:54
Another thing to consider is how to handle a case where the translator needs to fix some string, like fixing a typo, replacing it with better translation etc.

Hera
19th September 2010, 16:31
I think the new Nvidia drivers eliminated stuttering with Full Floating Point Processing.

Now I can
D3D + FFP + 0-255 +10-bit RGB input
on Nvidia ION. Needs more testing though.

sansnom05
19th September 2010, 17:10
A way to reproduce - just change some string !!!BUT DO NOT ADD OR REMOVE ANY!!! (important, it will pick up the changes otherwise) - result, it won't pick up any changes.

The purpose of script is to pickup changed strings in mplayerc.rc and then copy it to locale rc files, so if you change something in locale files, yes it will not be copied. But you are right about only change value in stringtable of mplayerc.rc will not be copied, cause it will just use locale string values. That may be changed if this is common scenario.

sansnom05
19th September 2010, 17:14
Another thing to consider is how to handle a case where the translator needs to fix some string, like fixing a typo, replacing it with better translation etc.

The patch file generated is really simple, so if you want to refine translation later, right now you can mimic the syntax, provide new patch file, and run patch.bat to patch it again. But I do admit we need a script to automate this step, thanks for the tip.

khagaroth
19th September 2010, 17:35
Any change in the template should be picked up no matter if it already has any associated translation or not. After all, if the source changes, it's possible the translation has to change too.
That's why I suggested you to ditch the idea of reinventing the wheel, and use some tried system like gettext, where someone already did the job of covering all the various translation related problems.

akapuma
19th September 2010, 18:01
Hello,

is it possible do insert a play-list as a favourite in MPC-HC? I found no way with MPC-HC. If I insert the play-list in the registry, then it works fine:

HKEY_CURRENT_USER\Software\Gabest\Media Player Classic\Favorites\Files\Name0\Zarah Leander;0;0;M:\Zarah\Zarah.m3u

If there is no direct way, than it is my feature request.

Best regards

akapuma

sansnom05
19th September 2010, 18:28
Any change in the template should be picked up no matter if it already has any associated translation or not. After all, if the source changes, it's possible the translation has to change too.
That's why I suggested you to ditch the idea of reinventing the wheel, and use some tried system like gettext, where someone already did the job of covering all the various translation related problems.

You're half right here. The script can easily be changed to pick up any changes, just now I missed that. And about the gettext, I'll be happy to ditch my script if it works now. But till then, this is a dirty solution better than nothing.

tetsuo55
19th September 2010, 18:45
gettextWork on gettext is also continuing, we just could not keep waiting for it, so we have this intermediate until then.

If you know anything about implementing gettext feel free to help out! :thanks:

Astrophizz
19th September 2010, 19:07
Is Haali Renderer called 'Video Renderer'? It seems to mention VMR-7 in the control panel for it (right-most screenshot).

The show does have video - it's a still frame every few minutes with a photo and the name of the track on it, taken from the official site.

No, what's happening is that your video is being decoded into the wrong color format (like NV12 or something) and so MPC-HC has to fall back to another renderer. For Haali Renderer to work, make sure you're outputting as RGB or YV12 in the FFDSHOW settings.

djsolidsnake86
19th September 2010, 20:30
the hand when i go with the mouse over the video, where is in latest build? :D

bobdynlan
19th September 2010, 20:43
the hand when i go with the mouse over the video, where is in latest build? :D Nobody told you not to touch pictures, paintings, LCDs, electrical panels and so on? It was better suited on the seek bar anyway :))

Tsukihime
20th September 2010, 07:05
Can developers make an option to hide the menubar, and press "Alt" to show it?just like firefox or IE...

STaRGaZeR
20th September 2010, 18:22
Just remove the freakin' hand once and for all. It looks bad, MPC is not some link you wanna clic :p

sansnom05
20th September 2010, 20:40
It seems hard to make everyone happy about almost any GUI changes, so please let's agree to disagree if someone don't like the cursor changes I recently made. :thanks:

Midzuki
20th September 2010, 21:41
What's wrong in a goode and olde menu bar http://forum.doom9.org/images/icons/icon5.gif

Carnivalish interfaces are for WMP 11 and 12,
not for MPC-HC. :sly:

alexins
20th September 2010, 22:18
Media Player Classic HomeCinema (x86/x64), 1.4.2604 (http://www.xvidvideo.ru/media-player-classic-home-cinema-x86-x64/media-player-classic-homecinema-x86-x64-1-4-2604.html)

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

fixed: don't scroll to end when using ctrl-A in PinInfo/MediaInfo tab;
fixed: rcfile.pl script misses stringtable's changed values.;
Changed cursor behaviour in different cases. This commit fixes ticket #791;
fixed: use the hand cursor on the toolbar button only;
changed: use the hand cursor for the volume slider;
replace weird keys in key list with standard names. This commit fixes ticket #647;
updated changelog

Hera
21st September 2010, 06:05
EDIT:
FFP Processing still laggs. This is noticeable (extremely so) during panning scenes the most, a stop -> go pattern. This is not detected on the ctrl-j on screen info or renderer info. Although, wait for flushes disallowed me to get more than ~24 FPS on a ~30FPS 1080p. :(

1. Set D3D Fullscreen Mode
2. Open File
3. Use page down key to open to next file in directory.

Actual Behavior,
MPC exists fullscreen, then enters fullscreen again and starts playing file

Expected,
MPC remains fullscreen, starts playing next file

Intermediary step is rather displeasing, makes little sense.

hoborg
21st September 2010, 08:19
Problem report:

Not sure if somebody reported this before.
MPC - Mpeg Splitter (rev.1.4.2599.0) have problem to detect correct AAC stream in *.TS recodings.
For example this sample (http://www.geekzone.co.nz/downloads/04-12_01-42-50_TVNZ7_TVNZ_7s_overnight_information_service.ts.zip) have AAC (HE-AAC LATM) audio track (i think it should be subtype "{000001FF-0000-0010-8000-00AA00389B71}", but MPC - Mpeg Splitter report MP3 subtype "{00000055-0000-0010-8000-00AA00389B71}"

EDIT:
Looks like it already have similar ticket (https://sourceforge.net/apps/trac/mpc-hc/ticket/101)...

nevcairiel
21st September 2010, 09:36
I don't think LATM is supported at all.

Kado
21st September 2010, 12:09
@Hera
MPC exits fullscreen because it has to rebuild the graph and in exclusive mode it is not using mpc standard video frame but forced fullscreen "window" that is only used when a video is being played, the normal frame is always there. you can see this because in exclusive mode you can have the video playing in one screen and the mpc window in the other screen (using windows 7 shortcuts to send the "normal" window to the other screen like Windows+Shift+left/right arrow when mpc is in focus)

clsid
21st September 2010, 16:51
Has anyone noticed the following issue?

When opening a file from explorer, MPC sometimes starts playing the video very fast, while the audio plays at normal speed. It occurs randomly and happens with different video formats (xvid, h264). Last time it happened it enabled the statistics view and noticed it was playing at 60fps. Judging be that specific value, I suspect that perhaps the refreshrate changing code might be interfering with normal operation. Note that I am not using any of the fullscreen/refreshrate options. The problem occurs during normal windowed playback.

namaiki
21st September 2010, 16:58
This has happened to me when I had added FFDShow Video into the External Filters list. No idea what was causing it.

bokonon
21st September 2010, 21:23
Has anyone noticed the following issue?

When opening a file from explorer, MPC sometimes starts playing the video very fast, while the audio plays at normal speed. It occurs randomly and happens with different video formats (xvid, h264). Last time it happened it enabled the statistics view and noticed it was playing at 60fps. Judging be that specific value, I suspect that perhaps the refreshrate changing code might be interfering with normal operation. Note that I am not using any of the fullscreen/refreshrate options. The problem occurs during normal windowed playback.

Yes I've had this issue lately. Running on windows 7 32bit MPC-HC build 2561.

Noticed that it usually happens with MPG/TS files

Ger
21st September 2010, 22:27
Has anyone noticed the following issue?

When opening a file from explorer, MPC sometimes starts playing the video very fast, while the audio plays at normal speed. It occurs randomly and happens with different video formats (xvid, h264). Last time it happened it enabled the statistics view and noticed it was playing at 60fps. Judging be that specific value, I suspect that perhaps the refreshrate changing code might be interfering with normal operation. Note that I am not using any of the fullscreen/refreshrate options. The problem occurs during normal windowed playback.

It would be interesting to know if the refresh rate in the stats are shown as "-1,#IND0" or "-1.#IND0" when this problem happens, and if it only occurs with EVR Custom. This sounds very similar to a problem that started in one of beliyaals betas. See this post and the next few posts after that:
http://forum.doom9.org/showthread.php?p=1276634#post1276634

I know beliyaal added fallback code for improper refresh rate detection at least a couple of times after these posts, but I don't think it was ever 100 % fixed, which is the main reason I prefer EVR Sync, because this has never happened to me with EVR Sync, but it did happen the last time I tried EVR Custom over a period of time. I don't know how to reproduce it reliably, since it seems to happen randomly/occasionally when EVR Custom is used.

So if this is the same problem, I think it's almost certainly related to failed refresh rate detection in EVR Custom.

desert.katz
22nd September 2010, 10:28
Could you implement an option for ''streamed song playback''. I'll explain in an example - I've ripped songs from CDs, but some of these songs are meant to play exactly one after the other (there's no gap on CD) but, when ripped, there are, of course, more than just ''one long song''. But when MPC-HC switches to the next song in playlist, it, of course takes some time, so there happens a gap. It would be nice if you would implement an option for MPC-HC to start internally decoding the next song whilst the first one's still playing, so it could seamlessly rejoin the songs together (as on the CD). Well, if it's not possible with encoded music, at least it could be possible with WAVs, wouldn't it?

hoborg
22nd September 2010, 11:52
Hi.
I think MPC-HC should now use DirectShow to play *.MOV files by default instead of QuickTime.
What do you think about this?

DigitalLF
22nd September 2010, 12:59
desert.katz: that is called "gapless playback" and if your album is riped to lets say 10 mp3 files its not possible to my knowledge but if they wore riped to 1 big mp3 file with a cue file it is possible with other players but not with MPC-HC and they do not want to make it happen.. :/

nevcairiel
22nd September 2010, 13:03
I can't speak for anyone else, but imho, mpc-hc is a movie player, not a music player. I'm sure there are mp3 players that can properly play those gapless.

BatKnight
22nd September 2010, 14:24
desert.katz: that is called "gapless playback" and if your album is riped to lets say 10 mp3 files its not possible to my knowledge but if they wore riped to 1 big mp3 file with a cue file it is possible with other players but not with MPC-HC and they do not want to make it happen.. :/
Why not? Wouldn't it be just necessary to pre-buffer the next file on the playlist (when it's reaching the end) for it to be able to play it gapless?

Bat

Betsy25
22nd September 2010, 15:43
Is it a known missing feature that MPC-HC does not detect and show subtitles added with AviAddXSubs ?

In the "details" tab of the properties window, no sign of any subtitles. The "MediaInfo" tab shows them as below, and I see them when played on the PS3.

Text
ID : 2
Format : DivX Subtitle
Codec ID : DXSB
Codec ID/Info : Subtitle in AVI from DivX networks
Width : 720 pixels
Height : 576 pixels
Bit depth : 4 bits
Stream size : 2.38 MiB (0%)
Title : Subtitle - nl-xx;02

XhmikosR
22nd September 2010, 16:09
Yes. It's not supported.

v0lt
22nd September 2010, 17:23
I can't speak for anyone else, but imho, mpc-hc is a movie player, not a music player.
I have the same opinion.

NanoBot
22nd September 2010, 17:55
I would also like to see gapless playback of music files in mpc-hc while I can unterstand that this is not a top priority for the devs. Nevertheless it is possible to circumvent the missing feature by muxxing all titles of an album into a mka-file and adding chapter marks for each title.

Betsy25
22nd September 2010, 19:11
Yes. It's not supported.

Hi XhmikosR,

Do you have any idea if it would (considered to) be implemented in MPC-HC ?:o

Kado
22nd September 2010, 19:15
I have the same opinion.

+1.

I use MPC-HC for video and Winamp for audio. Winamp can support cue files, rar albums, gapless playback etc with proper plugins.

Inspector.Gadget
22nd September 2010, 20:31
I have the same opinion.

Agreed.

Px
22nd September 2010, 20:41
Am I miss something, and player's name not Media Player Classic - Home Cinema, and Movie Player Classic - Home Cinema? :rolleyes:

sansnom05
22nd September 2010, 21:03
I think it's ok for mpc-hc to suck at gapless music playback, cause WinAmp can play video and it sucks at it. :)

Alexander01
22nd September 2010, 21:13
http://sourceforge.net/apps/trac/mpc-hc/ticket/752

Someone already being able to reproduce this bug?

A friend of me has exactly the same problem with the new 1.4.2599 build, so it's not my system.

XhmikosR
22nd September 2010, 22:14
Hi XhmikosR,

Do you have any idea if it would (considered to) be implemented in MPC-HC ?:o

No idea, there's already a ticket for this.

Silent Rain
23rd September 2010, 00:55
Hi guys!
Version 1.4.2499.0 of MPC HC is simply amazing!!! But how about the MENU on the Blu-Ray (BD)? It will ever be implemented?

Silent Rain
23rd September 2010, 01:16
Clip "Nightwish - Amaranth.vob" downloaded from here (http://rutracker.org/forum/viewtopic.php?t=2852117) or from here (part 1 (http://www.mediafire.com/?7itdif9dh0b99w7) + part 2 (http://www.mediafire.com/?2ap89oo5jbu5otp)).


Step 1:
http://s4.postimage.org/rEMIJ.png (http://postimage.org/image/1k4zgj3s4/)

Step 2:
http://s4.postimage.org/rEPcS.jpg (http://postimage.org/image/1k5142g9w/)


Wild hissing sound :eek:
On the other video players such problem with this clip is not observed! :(

Please, someone, fix this terrible bug!!!

XhmikosR
23rd September 2010, 01:31
First of all not everyone speaks Russian. Secondly, use the trac (https://sourceforge.net/apps/trac/mpc-hc/wiki/How_to_Report_Issues) to report bugs if they are not already reported there.

niksus
23rd September 2010, 01:31
I'm having a problem with subtitles in MicroDVD format (.sub / frame dependent). When I jump forward/backward the displaying of subtitles goes wrong.
If I just click somewhere on the seek bar, a single subtitle is shown that doesn't belong there (it's not even an adjacent subtitle) and afterwards everything goes back to normal. But if I jump forward using keyboard shortcut and even abuse it (as I do often when I'm bored with a movie :) ), more "ghost" subtitles appear in the gaps between the normal subtitles. Sometimes the situation never goes back to normal.
And this problem goes way back. I'm currently using 1.4.2612.0 x64 and it's still there.
Is it a known issue?

Silent Rain
23rd September 2010, 03:30
First of all not everyone speaks Russian. Secondly, use the trac (https://sourceforge.net/apps/trac/mpc-hc/wiki/How_to_Report_Issues) to report bugs if they are not already reported there.

Ok, add links on MediaFire + create a new ticket (https://sourceforge.net/apps/trac/mpc-hc/ticket/802) ;)