Log in

View Full Version : MPCHC bicubic resizer problem, external ffdshow problem


pokazene_maslo
12th April 2009, 01:16
Hello, when I use bicubic resizer and I zoom video ('9' on numeric keyboard) in video is visible grid. It is mostly visible on high contrast scenes and it is barely visible. It is independet of used decoder (DXVA/ffdshow) and it is visible on every video. Bilinear resizer is fine. Where is the problem? (screenshot is attached)

another problem:
If I disable internal h264/avc (ffmpeg) filter h264 video that don't allow use of DXVA is without picture (no video). If I leave h264/avc (ffmpeg) filter enabled, internal ffdshow decoder is used. But I want to use external ffdshow, because I can't set up in detail internal version as external one. How can I set up what I want? :confused:
(MPCHC is using external ffdshow for MPEG4ASP files as I want)

OS: vista x64 sp1
player: mpc hc x64 1.2.1014.0
gpu: ati hd 3870 cat 9.3
installed FFDSHOW: 2768 x64

leeperry
12th April 2009, 01:25
you could try this for the ghost lines(Haali wrote the scaler script in MPC) :
http://forum.doom9.org/showpost.php?p=1267145&postcount=1285

this fix is in the x86 version, kinda strange it's not in your x64 build :confused:

the second question, I did not understand.

pokazene_maslo
12th April 2009, 01:45
I tried what you suggested and it works!! Thanks man!:thanks:
MPCHC 1.2.908 x86 is doing the same ghostlines on my system. :confused:

and the second problem is that I want to use external FFDSHOW decoder on AVC content when DXVA can't be used because of DXVA incompatible AVC stream. But I can't get it work. When I disable internal ffdshow decoder video is without image (only sound).
(sorry about my english)

leeperry
12th April 2009, 01:50
np ;) Casimir fixed the glitch in the x86 build ages ago :
http://mpc-hc.svn.sourceforge.net/viewvc/mpc-hc?view=rev&revision=380

maybe it didn't make it to the x64 versions...no idea.

I'll pass for the second question, I don't use DXVA....someone will know what to do I'm sure ;)

fastplayer
12th April 2009, 09:53
another problem:
If I disable internal h264/avc (ffmpeg) filter h264 video that don't allow use of DXVA is without picture (no video). If I leave h264/avc (ffmpeg) filter enabled, internal ffdshow decoder is used. But I want to use external ffdshow, because I can't set up in detail internal version as external one. How can I set up what I want? :confused:
Looks like the fallback routine only works with the internal filter. You could ask in the MPC-HC thread if it'd be possible to connect to any available external filter.

Guest
12th April 2009, 17:33
Closed for rule 6.