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

tetsuo55
1st August 2009, 08:41
@Everyone who is compiling.

MSVC has a 3 level update format.
Major release: 2005, 2008, 2010
Minor release: SP1
Servicepacks: Windows SDK

With the security update for MSVC2008 SP1, the minimum required "servicepack" is now Windows SDK 2008 (the newest stable release) or Windows SDK 7 RC1 (The newest release, only the new windows 7 and vista SP2 code is RC, the exisiting XP SP3 and Vista SP1 code can be considered stable)

If you want stable SDK:
http://www.microsoft.com/downloads/details.aspx?FamilyID=e6e1c3df-a74f-4207-8586-711ebe331cdc&displaylang=en
If you want newest SDK(Works without problems for MPC-HC and FFdshow):
http://www.microsoft.com/downloads/details.aspx?familyid=F75F2CA8-C1E4-4801-9281-2F5F28F12DBD&displaylang=en

_xxl
1st August 2009, 08:56
I compile mpc-hc and ffdshow using MSVC2008 SP1 with security patch kb971092, Windows SDK 2008 and DirectX March 2009 SDK. It works ok. I had trouble installing Windows SDK 7 RC1 it just stops at 99%. Waiting for stable release of Windows SDK 7.

tetsuo55
1st August 2009, 09:04
I compile mpc-hc and ffdshow using MSVC2008 SP1 with security patch KB973924, Windows SDK 2008 and DirectX March 2009 SDK. It works ok. I had trouble installing Windows SDK 7 RC1 it just stops at 99%. Waiting for stable release of Windows SDK 7.Yes, you are fully updated with stable releases. So compiling will work.

Too bad 7 RC1 did not work for you, final should.

Can you update the compiling instructions to state SDK 2008 instead of SDK vista?

Steveo08
1st August 2009, 10:10
i have a question to the display stats, on the right side i got two graphs (one green and one red) if i use the display stats.

sometimes they are are apart a little and sometimes more, during video playback.

so my questions is what is better for smooth video playback that the graphs are apart or they lie one on the other?

clsid
1st August 2009, 12:19
The 2008 SDK is NOT the minimum requirement. Compilation still works fine with the Vista SDK.

I had compilation errors as well after installing the security patch. I can be fixed by resetting Visual Studio settings:
devenv /resetsettings

Leak
1st August 2009, 13:02
Servicepacks: Windows SDK
Ummm... the Windows SDK is anything but a Service Pack, seeing as you can install and use it without ever installing Visual Studio... :confused:

np: Orbital - The Naked And The Dead (2Orbital (Disc 2))

Matching_Mole
1st August 2009, 13:32
Hi,

I made a little tool in VB in order to set up some parameters (for FFDshow, screen resolution,...) and launch MPC by command lines with the correct file and subs. This tool is not a big deal but it make easier the things for my set up. And all works fine for pretty all format but I have some issue with the *.m2ts from Blu-ray and MPC.

1/ I used the command line "/dvd" for DVD but also Blu-ray and I was expecting the same result than the menu "Open DVD" from the interface of MPC. But if it's ok for DVD, for Blu-ray MPC do not open the bigger m2ts file but give an error "Cannot find DVD directory".

2/ I use also a lot of external subs with my Blu-ray so my tool let me choice the sub to add and I use the command line "/sub" in the program. And if for mkv and so on, all is ok, for m2ts files not really. I mean I can see the sub file that I selected in the subtitle menu of MPC and it seems enable but nothing appears on the screen. Subs appear only if I click on the sub file name in the subtitle menu.

The first issue (/DVD) is not really important, it's just a lack of consistency between the feature in the command line version and the feature in the interface version. And for me it would be more interesting to have a separate menu for Blu-ray which let choice (by an additional menu or whatever) as eac3to give to select the good playlist and read the separate m2ts files as they was only one.

But please, can you fixed the second one?

Thanks in advance.

bobdynlan
1st August 2009, 13:36
The minimalistic GUI is a reason why many people are using MPC. Skinning is not something that would improve MPC.
The current OSD is indeed pretty ugly and could use some work. Replacing GUI elements by the OSD is a cool idea.
The playlist functionality also far too basic to be usable. That needs improving as well. Particularly a 'snap to edges' function would be useful like Winamp has. Plus proper functionality to manage the contents of the playlist.
These would be nice too:
- For the name of God, change the default assignment of VK_LEFT/VK_RIGHT to Jump Backward/Forward (medium or so) like on most media players, not that Framestep that frightens off any new users that are thinking MPC is retarded. Having VK_ADD and VK_SUBSTRACT for the zoom in/out would help too, people (and pets) tend to use those alot and it results in...audio delay !?
Enter and mouse wheel click for fullscreen would also help.
- Have by default enabled "Don't use XP-theming on the player controls" (ugly with custom themes that use other than white background).
- The playlist shuffle algorithm is the worst i've seen (Kmplayer's is stolen from MPC as it's behaving exactly the same). Is it hard to go through the playlist in random order without repeating items untill all have played? Not.
Everithing else is more than fine as it is.

neoufo51
1st August 2009, 13:42
For the name of God, change the default assignment of VK_LEFT/VK_RIGHT to Jump Backward/Forward (medium or so) like on most media players, not that Framestep that frightens off any new users that are thinking MPC is retarded.
Yes, yes, yes! Please do this! It's the little things that make a difference. I hate having to change this every time I run a new installation.

While you're at it, please disable "Left Click to Pause" too. I hate having to disable that.

clsid
1st August 2009, 14:53
Switching framestep with one of the jump key combos is something that could be considered.

Disabling XP-theming is a bad suggestion which will not be implemented.

The playlist as a whole is crap. But unfortunately there is currently no volunteer that has shown interest in improving it.

Doom9
1st August 2009, 15:09
Small X64 question: as far as I know (and my experience in 32bit XP) is that you get Subs in VMRx renderless mode, EVR mode or overlay mode using the built-in subtitle renderer (or via DirectVobSub if it is installed).
Now that I've made the move to Win7 (X64 edition), using the VMR9 or EVR Custom mode gets me a "Warning creating DX9 allocation presenter" (with text "No D3DX9 dll found. To enable stats, shaders and cmoplex resizers, please make sure to install the latest DirectX End-User Runtime.").
So, in order not to be bothered I switched to EVR which works without errors (system default and overlay mixer do, too) - though I'm wondering, isn't DirectX 11 to be downward compatible? Or can I simply and safely install the latest DirectX9 runtime (which would be a 32bit thing of course so would it even work in the 64bit MPC-HC)?

Second issue is subs in the 64bit built of MPC-HC. No matter what renderer I use, subs simply don't appear. Run the 32bit build of MPC-HC with the exact same settings (I made a copy of the ini file and renamed it) and sure enough the subs are here. I cannot add DirectVobSub as external filter in the 64bit build since it's not listed (unlike the 32bit build) - so, is there any way to get subs with the 64bit build of MPC-HC using the built-in filters, or are there any 64bit external filters out there that would do the job?

tetsuo55
1st August 2009, 15:14
i have a question to the display stats, on the right side i got two graphs (one green and one red) if i use the display stats.

sometimes they are are apart a little and sometimes more, during video playback.

so my questions is what is better for smooth video playback that the graphs are apart or they lie one on the other?the lines should overlap.

The 2008 SDK is NOT the minimum requirement. Compilation still works fine with the Vista SDK.

I had compilation errors as well after installing the security patch. I can be fixed by resetting Visual Studio settings:
devenv /resetsettingsI'm sure this is correct, MS recommends simply using 2008 because it will simply work, and you the compiler gets updated.
Ummm... the Windows SDK is anything but a Service Pack, seeing as you can install and use it without ever installing Visual Studio... :confused:

np: Orbital - The Naked And The Dead (2Orbital (Disc 2))You don't have to use them together, if you do have MSVC installed the SDK will update several files inside it, the compiler for example.Small X64 question: as far as I know (and my experience in 32bit XP) is that you get Subs in VMRx renderless mode, EVR mode or overlay mode using the built-in subtitle renderer (or via DirectVobSub if it is installed).
Now that I've made the move to Win7 (X64 edition), using the VMR9 or EVR Custom mode gets me a "Warning creating DX9 allocation presenter" (with text "No D3DX9 dll found. To enable stats, shaders and cmoplex resizers, please make sure to install the latest DirectX End-User Runtime.").
So, in order not to be bothered I switched to EVR which works without errors (system default and overlay mixer do, too) - though I'm wondering, isn't DirectX 11 to be downward compatible? Or can I simply and safely install the latest DirectX9 runtime (which would be a 32bit thing of course so would it even work in the 64bit MPC-HC)?As a policy, Microsoft does include runtimes with their OS, you will have to install the runtime as suggested.

Second issue is subs in the 64bit built of MPC-HC. No matter what renderer I use, subs simply don't appear. Run the 32bit build of MPC-HC with the exact same settings (I made a copy of the ini file and renamed it) and sure enough the subs are here. I cannot add DirectVobSub as external filter in the 64bit build since it's not listed (unlike the 32bit build) - so, is there any way to get subs with the 64bit build of MPC-HC using the built-in filters, or are there any 64bit external filters out there that would do the job?You need to use a 64bit splitter, what kind of container are you using?

stax76
1st August 2009, 15:35
Since there are so many complains about the playlist maybe it would be a good idea to create a dedicated thread about discussing about how it should be, what are the requirements, how it could be done, which code could be ported etc., once all this is clearer maybe chances are higher somebody wants to actually code it.

tetsuo55
1st August 2009, 15:38
Since there are so many complains about the playlist maybe it would be a good idea to create a dedicated thread about discussing about how it should be, what are the requirements, how it could be done, which code could be ported etc., once all this is clearer maybe chances are higher somebody wants to actually code it.Although i already have a good idea what it should be like, a good discussion on the subject is never a bad idea.

The real problem is no developers find this challenging or fun enough :(

On a very basic level:

-Playlist should be sortable by as many values as possible
-It should be easy to move items around
-New items added at the bottom in alphanumeric order
-Play all once(in order).
-Repeat all(in order).
-Shuffle all(once)
-Shuffle all(repeated)

Ofcourse the shuffle should play every file once before repeating.
I also think these options could be very compact.:
[]Repeat (All files will be repeated in order from top to bottom until you press stop)
[]Shuffle (All files will be played once in random order)
(Default behavior is play from top to bottom all files once)
(When repeat and shuffle are both enabled all files will be repeated in random order (this will probably create a random order once, and keep repeating that order, when you press stop/play a new random order will be created))

Doom9
1st August 2009, 15:42
you will have to install the runtime as suggested.so install this (http://www.microsoft.com/downloads/details.aspx?FamilyID=2da43d38-db71-4c1b-bc6a-9b6652cd92a3&DisplayLang=en) and all is well?
You need to use a 64bit splitter, what kind of container are you using? so far I've tried AVI (and thus external vobsub files).. eventually there'll be MKVs and M2TS files, too but one after the other.
By the way.. has nobody ever asked why the built-in vobsub filter cannot handle rar compressed sub files? Is is a license thing? I saw that 7-zip has a special clause on the rar decompression while otherwise being LGPL.

tetsuo55
1st August 2009, 15:44
so install this (http://www.microsoft.com/downloads/details.aspx?FamilyID=2da43d38-db71-4c1b-bc6a-9b6652cd92a3&DisplayLang=en) and all is well?
Yes thats it.
so far I've tried AVI (and thus external vobsub files).. eventually there'll be MKVs and M2TS files, too but one after the other.
By the way.. has nobody ever asked why the built-in vobsub filter cannot handle rar compressed sub files? Is is a license thing? I saw that 7-zip has a special clause on the rar decompression while otherwise being LGPL.Make sure your are using the internal splitters and not external ones like haali or microsoft ones.
I don't know about the rar thing.

Steveo08
1st August 2009, 15:49
thanks for the info tetsuo55! :-)

stax76
1st August 2009, 16:12
Playlist should be sortable by as many values as possible

What about ListView columns in detail mode?

It should be easy to move items around

I think it should include mouse and keyboard and multiselect.

New items added at the bottom in alphanumeric order

How are they added right now?

Play all once(in order).

It does this already, right?

-Repeat all(in order).
-Shuffle all(once)
-Shuffle all(repeated)

Ofcourse the shuffle should play every file once before repeating.
I also think these options could be very compact.:
[]Repeat
[]Shuffle
(Default behavior is play from top to bottom all files once)

Is that so important for movies? For music most people use MediaMonkey, foobar2000 etc. I guess.

tetsuo55
1st August 2009, 16:21
What about ListView columns in detail mode?

I think it should include mouse and keyboard and multiselect.Sure.
How are they added right now?How i see it happening, is that only 1 file can be added at a time, and windows doesn't present them to mpc in alphanumeric order.

It does this already, right?yes all files are played once from top to bottom
Is that so important for movies? For music most people use MediaMonkey, foobar2000 etc. I guess.Almost every playlist request is about this subject.

Doom9
1st August 2009, 17:14
Make sure your are using the internal splitters and not external ones like haali or microsoft ones.I don't have any external splitters installed at this point (though for MKV I will have no choice.. the built-in MKV splitter isn't quite up to par with Haalis). Bottom line.. same settings and subs in the 32bit build but not in the 64bit build. So for now my workaround is simply using the 32bit build.

tetsuo55
1st August 2009, 18:02
Please make a screenshot, with CTRL+J active.

And rightmouseclick on the screen with filters opened, and the bottom one (usually the splitter) opened too.

clsid
1st August 2009, 18:13
By the way.. has nobody ever asked why the built-in vobsub filter cannot handle rar compressed sub files? Is is a license thing? I saw that 7-zip has a special clause on the rar decompression while otherwise being LGPL.With DirectVobSub, all you need to do to be able to open compressed subs is put unrar.dll in your Windows system32 directory. I assume this also works with the internal one.

The dll can be downloaded freely here:
http://rarlabs.com/rar_add.htm

Doom9
1st August 2009, 20:28
Please make a screenshot, with CTRL+J active.I'm afraid control-j does nothing here.. I have the default keyboard shortcuts and I can see that it should be show stats, and I also see that "Display Stats" is active in the renderer settings, yet no stats (tried with vmr7, vmr9, custom evr.. the menu option is grayed out in EVR and overlay)
As for the rest here you go.. 32bit and 64bit varieties.. at first glance everything looks the same, I don't see any filters that are or are not there.. yet in the 32bit version the subtitle menu is active and lists all my subs, in the 64bit version it isn't active and I have no subs.

@clsid: you that does the trick.. cannot verify for the 64bit version of course since I get no subs there.

MrHetfield
1st August 2009, 20:48
Hello people. I need help. I use MPC-HC 1.2.1161 with Radeon HD 4800 & Catalyst 9.6 & Win7. I watch DVD (MPEG2) and i don't see subtitles. Filter Microsoft DTV-DVD Video decoder (ATI Avivo work fine). Built-in filter work fine with subs. Can I see subs with avivo or not?

tetsuo55
1st August 2009, 20:56
I'm afraid control-j does nothing here.. I have the default keyboard shortcuts and I can see that it should be show stats, and I also see that "Display Stats" is active in the renderer settings, yet no stats (tried with vmr7, vmr9, custom evr.. the menu option is grayed out in EVR and overlay)
As for the rest here you go.. 32bit and 64bit varieties.. at first glance everything looks the same, I don't see any filters that are or are not there.. yet in the 32bit version the subtitle menu is active and lists all my subs, in the 64bit version it isn't active and I have no subs.

@clsid: you that does the trick.. cannot verify for the 64bit version of course since I get no subs there.did you install the DirectX redist already? and reboot?
your using vsfilter external right?

You could try checking "autoload subtitles" in the options

73ChargerFan
1st August 2009, 21:09
Would subtitles, shaders & the stats graph all be the same problem? That is, don't they require the same functionality to display?

tetsuo55
1st August 2009, 21:14
i think they all do

Snowknight26
1st August 2009, 21:24
I'm afraid control-j does nothing here.. I have the default keyboard shortcuts and I can see that it should be show stats, and I also see that "Display Stats" is active in the renderer settings, yet no stats (tried with vmr7, vmr9, custom evr.. the menu option is grayed out in EVR and overlay)
You need DirectX 9 installed after running the DirectX web setup.


As for the rest here you go.. 32bit and 64bit varieties.. at first glance everything looks the same, I don't see any filters that are or are not there.. yet in the 32bit version the subtitle menu is active and lists all my subs, in the 64bit version it isn't active and I have no subs.
I reported about the issue (http://forum.doom9.org/showthread.php?p=1308531#post1308531) with the 64-bit version not showing subtitles, but I guess it was overlooked. Either way, it's a (known?) bug.

Doom9
1st August 2009, 22:09
did you install the DirectX redist already? and reboot?
your using vsfilter external right?No, no and no.

I did the first two now and now the internal subtitle support is working for that particular AVI, both in EVR custom and VMR9 renderless mode. Naturally

You could try checking "autoload subtitles" in the options is enabled. It even works with the 64bit dll of unrar.dll (renamed from unrar64.dll to unrar.dll and put into %windir%\system32 as with any 64bit dll).

Isn't it a bit weird though that subs work out of the box without DX9 (I get the usual warning message about the missing d3d dll) whereas the 64bit version requires a (32bit?) directx9?

Snowknight26
1st August 2009, 22:22
Subtitle rendering doesn't require DirectX runtime libraries; its a separate issue. DirectX is, apart from a few other things, required for the display stats.

Reino
1st August 2009, 23:55
I used "search" but couldn't find what I was looking for, so I hope this hasn't been asked before...

Embedded DirectVobSub is great of course, but is it normal that I have to setup "Styles..." every time I open a movie?
I noticed that just like the external DirectVobSub filter I used in the past, the options window is only accessible while watching a movie. Isn't it possible to fully integrate these style settings into the MPC-HC subtitle settings?

Steveo08
2nd August 2009, 03:05
is it possible that the bicubic resizer is broken under win 7 x64?

because i am having ghost lines during playback.

i use the latest driver from nvidia for win 7 x64 and 8600 gt.

Lincoln Burrows
2nd August 2009, 03:15
I have created a thread here:
http://forum.doom9.org/showthread.php?t=148667

Explaining a situation with MPC-HomeCinema. Do you guys have any idea if this is some sort of bug? I was using the last version.

sneaker_ger
2nd August 2009, 05:17
I used "search" but couldn't find what I was looking for, so I hope this hasn't been asked before...

Embedded DirectVobSub is great of course, but is it normal that I have to setup "Styles..." every time I open a movie?
I noticed that just like the external DirectVobSub filter I used in the past, the options window is only accessible while watching a movie. Isn't it possible to fully integrate these style settings into the MPC-HC subtitle settings?

I'm not sure if I understand you correctly:
Do you know about the settings under "View" > "Options" > "Subtitles>Default Style"?

hans-jürgen
2nd August 2009, 07:23
The playlist needs to be redone completely imho, more like foobar2000.
Dunno what the DSM converter is, sounds pretty useless
I would also like to have a better playlist in MPC for playing whole directories with many audio files, e.g. like foobar2000 or maybe like 1by1.

But please don't remove the DSM Converter, I just discovered it and use it for demuxing audio tracks from .flv files which works great in my opinion. In fact I would like to extract audio tracks from .swf files as well which play fine in v6.4.9.1 rev 89 (not MPC-HC, the patched build), but the DSM Converter does not open them. Does anybody know if I need a separate DS filter for .swf files for extracting audio tracks with the DSM Converter?

Kurtnoise
2nd August 2009, 09:13
I would also like to have a better playlist in MPC for playing whole directories with many audio files, e.g. like foobar2000 or maybe like 1by1.
what about File -> Open Directory from the menu ?

hans-jürgen
2nd August 2009, 10:10
what about File -> Open Directory from the menu ?
I don't have that option in v6.4.9.1 rev 89, but maybe you meant "Quick Open File..."? I use it now and then, but it's a bit inconvenient, because you have to mark all files in the chosen directory first, then click "Open" and then activate the Playlist option in the "View" menu as well. Furthermore this playlist only shows the duration of played files, not the size or date.

But maybe that is only the case in the patched build of MPC and not with MPC-HC?

Lincoln Burrows
2nd August 2009, 10:13
I am getting a signal on the M2TS I was trying to open before.

Now it's showing image, and all sorts of things. The only problem is that the video is running too fast, it can't stay normal at all.

The image was showed only after I selected "FFDShow Video Decoder" on "External Filters". I noticed BSPlayer is running the M2TS fine, and the "Haali Media Splitter" logo is being showed on the tray. But if I choose "Prefer" on FFDShow and/or Set Merit for FFDShow Video and Haali, it will not make the M2TS normal.

What should I set on External Filters for MPC-HC?

I am trying to play all kinds of files here. The K-Lite codec pack was installed (Mega w/ last update).

http://img6.imageshack.us/img6/7223/testjzb.png

EDIT: Issue solved! :D

I discover the reason for the black screen stated here:
http://forum.doom9.org/showthread.php?t=148667

http://img193.imageshack.us/img193/7271/solved.png

It was necessary to uncheck all the source-filters settings (as you can see, only FLAC is enabled). Then, only FFDShow Video-Decoder with Prefer merit was necessary. Now the extracted M2TS is working fine, normal speed, and only with my desired tracks/subtitles.

This is really cool, I thought I wasn't solve this issue at all.

*******************

Oh-oh, trouble again! :mad:

If the source-filter (see picture above) MPEG PS/TS/PVA is disabled (and I checked all the rest), MPC-HC will open "Haali Media Splitter" while the M2TS is running. The problem is when you attempt to change the subtitle embedded on the M2TS file.

All attempts will fail and the player WILL crash. Since it was working before, is there a way for me to remove this Haali Media Splitter? I tried to set the filter as "Blocked", but that didn't helped me.

If I enable the "MPEG PS/TS/PVA" source filter from MPC, I will have this issue (video running at very fast speed). So far I have solved a problem but caused another.

All started when I tried to remove some unwanted tracks from my movie, using TSMuxer. The new M2TS file was not being recognized by MPC-HC (and only him, returning a black-screen).

Reino
2nd August 2009, 10:22
I'm not sure if I understand you correctly:
Do you know about the settings under "View" > "Options" > "Subtitles>Default Style"?
Wuahahaha....unbelievable! I can't believe I missed that! Thank you :o

Kurtnoise
2nd August 2009, 10:34
I don't have that option in v6.4.9.1 rev 89, but maybe you meant "Quick Open File..."?
mmh...I was refering to MPC-HC not MPC. :)

clsid
2nd August 2009, 12:46
If the source-filter (see picture above) MPEG PS/TS/PVA is disabled (and I checked all the rest), MPC-HC will open "Haali Media Splitter" while the M2TS is running. The problem is when you attempt to change the subtitle embedded on the M2TS file.

All attempts will fail and the player WILL crash. Since it was working before, is there a way for me to remove this Haali Media Splitter? I tried to set the filter as "Blocked", but that didn't helped me.

If I enable the "MPEG PS/TS/PVA" source filter from MPC, I will have this issue (video running at very fast speed). So far I have solved a problem but caused another.

All started when I tried to remove some unwanted tracks from my movie, using TSMuxer. The new M2TS file was not being recognized by MPC-HC (and only him, returning a black-screen).
Your file might be damaged after you remuxed it.

Lincoln Burrows
2nd August 2009, 12:54
Your file might be damaged after you remuxed it.If the video is being displayed, why not the subtitles? I selected them as well to be remuxed. I believe TSMuxer is having some problem with subtitles.

There's no reason the new M2TS file crashes MPC if I attempt to change subtitles that are being listed. The original M2TS file can change them with no problems at all, why the new/modified one can't? Since I reinstalled MPC and all codecs, I don't think MPC is causing this.

hans-jürgen
2nd August 2009, 13:13
mmh...I was refering to MPC-HC not MPC. :)
Yes, I thought so, thank you nevertheless. I don't use MPC-HC yet, because my graphic card is rather old (nVidia GeForce-2) and doesn't support DXVA, as far as I know. Furthermore the download package is bigger than the one for MPC alone, but since I have installed ffdshow as well it would have been the same file size anyhow.

By the way, in the meantime I have found an old thread (http://forum.doom9.org/showthread.php?t=136168) about handling .swf files in MPC where cslid answered that it would use WaveOut for playback and not DirectSound. So this probably is the reason why I can listen to a .swf file with MP3 audio track, but not demux it with the internal DSM Converter, right?

I also found a Flash DS source filter (http://www.medialooks.com/products/directshow_filters/flash_source.html) yesterday, but don't know if this would work with MPC. Has anybody used this filter yet (download link (http://rm.medialooks.com/downloads/flash_directshow_source_filter.msi) from their Wiki)?

clsid
2nd August 2009, 13:34
By the way, in the meantime I have found an old thread about handling .swf files in MPC where cslid answered that it would use WaveOut for playback and not DirectSound. So this probably is the reason why I can listen to a .swf file with MP3 audio track, but not demux it with the internal DSM Converter, right?The audio renderer is not the issue. The reason is that DirectShow is not used for playing SWF files.

STaRGaZeR
2nd August 2009, 18:53
Is there any way to correctly display UTF-8 encoded .srt subtitles? I've tried different settings with no success, non english characters are wrongly displayed.

Casimir666
2nd August 2009, 19:13
Release candidate 4 is available for download from here :

32 bits (http://www.zshare.net/download/63528924e987d7f1/)
64 bits (http://www.zshare.net/download/635289578a925036/)

Snowknight26
2nd August 2009, 19:23
For those that don't like waiting for a download (if it's ok with Casimir666):

http://forum.doom9.org/showpost.php?p=1311585&postcount=8998

Casimir666
2nd August 2009, 19:25
For those that don't like waiting for a download (if it's ok with Casimir666):

http://stfcc.org/misc/mplayerc_releasecandidate4_rev1207.rar
http://stfcc.org/misc/mplayerc_releasecandidate4_rev1207_x64.rar

not fast enough ;)

St Devious
2nd August 2009, 19:30
not fast enough ;)

don't like all the popups and 1 minute wait. Please use mediafire if you can.

Casimir666
2nd August 2009, 19:36
don't like all the popups and 1 minute wait. Please use mediafire if you can.

Impossible to upload on MediaFire : it say at 1% a while .... and updload error ....
All the time...