I have some questions about the Media Player Classic HC
When I play a .WMV 1080p file and look at the filters that are used I see the standard decoder of MPC there. It has many settings which I would like to understand. I m running a dual core 6750 and own a 7600GS PCI-e card.
The settings I would like to know more about are:
ffmpeg settings:
ffmpeg => can be enabled or disabled
decoding thread number: 1,2,3,4,5 or 6 (standard on 2)
error resilience => careful, compliant, aggressive or very aggressive.
H264 skip deblocking mode => none, default, non reference, bidirectional, non keyframes or all frames.
IDCT algorithm => auto, libmpeg MMX, simple MMX, XVID or simple.
I hope you guys can explain me some things of this or maybe point me to some manual or guide there is concerning these options.
+ Reply to Thread
Results 1 to 2 of 2
-
-
ffmpeg: if you disable this MPCHC will have to use an external decoder for the video.
threads: the number of threads to use for decoding. Use 2 for dual core cpu, 4 for 4 core, or less if you have some reason to. The program automatically detects the number of logical cores you have.
error resilience: probably something about how to handle corrupt data. more careful = slower (more CPU power)
h264 deblocking: the last step of h.264 decoding is to smooth out blocky artifacts from DCT compression. You can enable/disable/modify this step.
IDCT algorithm: the code used to perform the inverse discreet cosine transformation. This mostly has to do with what CPU you have. If the program misidentifies your CPU you may have to override the chosen algorithm.
Similar Threads
-
Problem using Media Player Classic home cinema player
By True Colors in forum Newbie / General discussionsReplies: 7Last Post: 18th Apr 2010, 07:30 -
Streaming FLV in WM Player or Media Player Classic
By jlz901 in forum Video Streaming DownloadingReplies: 0Last Post: 21st Mar 2010, 11:09 -
4:2:2 Chroma codec/filter for media player classic
By tvpyvid in forum Software PlayingReplies: 8Last Post: 20th Nov 2009, 09:57 -
Problem playing wmv files in Windows Media Player and Media Player Classic.
By rayden54 in forum Software PlayingReplies: 4Last Post: 1st Aug 2008, 22:49 -
Media Player Classic and Windows Media Player 9.0
By siluet in forum Software PlayingReplies: 0Last Post: 26th Dec 2007, 10:01