Step 1.) install software.
Step 2.) replace ffdshow.ax
Step 3.) configure ffdshow digital audio
Step 4.) configure ffdshow analog audio
Step 5.) configure ffdshow video
Step 6.) configure reclock
Step 7.) configure media player classic
Step 8.) install avisynth plugins
Step 9.) Reboot, twice.
FFDshow. Updated January 25, 2010.
media player classic. updated december 27 2009
MT Updated january 10, 2010.
Reclock
Microsoft Visual C++ 2005 Redistributable
Microsoft Visual C++ 2008 Redistributable
mvtools
MT Updated january 10, 2010.
Plugins updated january 27, 2010
ffdshow setup, at youtube
http://www.youtube.com/user/foxhoundfan
With the ffdshow I linked to you don't need to change the ax file in the ffdshow folder like the youtube video shows.
put the mvtools2.dll from the link into your avisynth plugins folder.
put the avisynth.dll from the mt link into the system32 folder AFTER you install avisynth.
Put the MT.dll into the avisynth plugins folder.
The youtube video shows how.
________ advanced ffdshow: framerate doubler ________
Codecs tab
Set Mpeg2 to Libmpeg2, and check "DVD decoding".
Set Avisynth to Avisynth, Raw video to All supported
Decoder options tab
Uncheck "Detect soft telecine and average frame durations"
Uncheck "Drop frame on delay"
Subtitles tab, Unchecked
Uncheck "Decode closed captions"
Uncheck "Accept embedded subs"
Uncheck "Accept SSA, ASS, ASS2 Subtitle (experimental)
Vobsub subpage, uncheck Vobsub Enable.
Avisynth tab checked
YV12 checked,
Add FFdshow Video source Unchecked,
3:2 Pulldown box: Smooth timestamps checked,
check Buffer back/Ahead: 3, 3 ----> nicht vergessen zu ändern
Last=ffdshow_source()
setmemorymax(550)
MT("""
LimitedSharpenFaster_JD(strength=11)
LimitedSharpenFaster_JD(strength=11)
super = MSuper(pel=2,hpad=4,vpad=4)
backward_vec = MAnalyse(super,chroma=false, blksize=16, isb = true, search=5, searchparam=1)
forward_vec = MAnalyse(super, chroma=false, blksize=16, search=5, searchparam=2)
backward_re= MRecalculate(super, backward_vec, chroma=false, blksize=8, blksizev=8, overlap=0, overlapv=0, thSAD=100, search=5, searchparam=1)
forward_re= MRecalculate(super,forward_vec, chroma=false, blksize=8, blksizev=8, overlap=0, overlapv=0, thSAD=100, search=5, searchparam=2)
MBlockFps(super, backward_re, forward_re, num=FramerateNumerator(last)*2, den=FramerateDenominator(last)*1, mode=1)
""",2)
Resize & aspect tab checked
Process whole image checked
Specify horizontal and vertical Resize: 1920, 1080 (or your monitors resolution)
Process Pixel aspect ratio internally checked
No aspect ratio correction checked
spline
Luma Sharpen: 0.00
Luma Guassian Blur 0.50 (On small monitors like laptops it's best not to use this. Set it to 0.00)
Accurate rounding checked
Queue & Output tab
Queue output samples unchecked
Very unstable. May cause player to crash.
No box is checked.
Output tab
rgb32 checked
high quality yv12 to rgb conversion checked
rgb conversion tab
ycbcr: itu-bt 601
high quality yv12 to rgb conversion checked
Dithering checked
contrast: standard
Output levels: Tv/Projector
Reclock: Be sure to use reclock vsync
________ FFdshow Audio Decoder: Analog ________
Codecs tab
- Uncompressed Tab
Set it to "32 bit integer"
Mixer tab
- checked
I use 5.1 speakers so I set the number of speakers to 5, and check the Lfe box.
Output tab,
- Select 32 bit integer.
________ FFdshow Audio Decoder: digital ________
Codecs tab
- Uncompressed Tab
Set it to "32 bit integer"
Output tab,
- Passthrough boxes: ac3, dts are checked.
- Supported output formats: Ac3, 5.1 streams are checked
Reclock audio settings tab: accept spdif formats is checked
________ crashing Errors ________
\\\\\ It's crashing when I check the avisynth box in the ffdshow video decoder.
You have the add ffdshow video source" box unchecked?
\\\\\ It's crashing on me.
Install the "Microsoft Visual C++ 2008, 2005 Redistributables"
\\\\\ It's crashing on me.
In the ffdshow video tab is there only yv12 checked with the other input colorspaces unchecked?
\\\\\ It's crashing on me.
In the queue output samples tab, uncheck everything so this option is disabled.
\\\\\ It's crashing on me and I'm using a windows 32 bit os.
In the system32 folder is there the msvcp71 and msvcr71.dll?
\\\\\ It's crashing on me and I'm using a windows 64 bit os.
In the syswow64 folder is there the msvcp71 and msvcr71.dll?
In the syswow64folder is there a avisynth.dll?
\\\\\ The frame doubler configuration is crashing on me.
This is mainly because of incorrect buffer size in the avisynth tab of ffdshow video configuration.
\\\\\ Media Player Classic crashes as soon as I open it.
Delete the all the Media Player Classic you have, and redownload a new one. The old one you deleted was corrupt.
If that doesn't work. Delete all the software you got from the links in this guide, redownload them and start over.
It may be your using the wrong version of repair and removegrain as well.
________other Error________
\\\\\ The lip sync is out.
Uncheck the resize tab. It's too much stress on the cpu that's causing the lip sync problem. Go to a more basic configuration.
An alternate avisynth script is shown below
_____________ Multithreading _____________
If you want to get rid of multithreading, delete the setmtmode lines.
""",2): change the number 2 to the number of cores your cpu has.