Skip to content

Instantly share code, notes, and snippets.

@liudonghua123
Forked from wariw/ptplyr_guide.md
Created May 7, 2022 05:27
Show Gist options
  • Select an option

  • Save liudonghua123/17f07202b3d65c959a914b15eaf9bc47 to your computer and use it in GitHub Desktop.

Select an option

Save liudonghua123/17f07202b3d65c959a914b15eaf9bc47 to your computer and use it in GitHub Desktop.

Revisions

  1. @wariw wariw revised this gist Feb 19, 2013. 2 changed files with 49 additions and 49 deletions.
    49 changes: 49 additions & 0 deletions ptplyr_guide.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,49 @@
    #PotPlayer guide
    >Alternative and up to date guide here: http://wp.me/PrgSo-gQ.
    ##Installers
    * PotPlayer(x86): http://www.dvbsupport.net/download/index.php?act=view&id=230
    * madVR: http://madshi.net/madVR.zip
    * LAV Filters: http://forum.doom9.org/showthread.php?t=156191
    * Haali Media Splitter: http://haali.su/mkv/MatroskaSplitter.exe
    * xy-VSFilter: http://xy-vsfilter.googlecode.com/files/xy-VSFilter_3.0.0.65_Installer.exe

    ##Installation
    1. Install Potplayer and Haali with the default settings.
    2. Install Lav filters and uncheck anything that you don't need (x64 and the audio if using ffdshow)
    3. Extract madVR and run install.bat as an administrator.
    4. Install xy-VSFilter.

    ##PotPlayer Setup
    Start PotPlayer and go to options (F5):
    * Filter Control:
    * Source/Splitter: Set Damage AVI and Damage ASF to 'Built-in'
    * Source/Splitter: Set Matroska to '*Haali Media Splitter'
    * Source/Splitter: Set everything else to '*LAV Splitter Source'
    * Video Decoder: Set everything to '*LAV Video Decoder'
    * Audio Decoder: Set everything to '*ffdshow Audio Decoder' or '*LAV Audio Decoder' depending on preference
    * Custom filter manager: add external filter > add xy-VSFilter.dll
    * Video:
    * Set Video renderer to 'Madshi Video Renderer'
    * Audio:
    * Set audio renderer to output DirectSound

    ##madVR Setup
    Play a Video file and right click on the madVR tray icon to access it's settings page 'Edit madvr Settings...'
    * Devices:
    * name of monitor/TV:
    * properties:
    Set RGB output to 0-255 and bit depth to 8-bit or higher
    * Display Modes:
    add any refresh rates that your monitor supports.
    e.g '1080p23, 1080p24, 1080p25, 1080p29, 1080p30, 1080p50, 1080p59, 1080p60'
    check 'restore original display mode when media player closes'
    * processing:
    * decoding:
    uncheck everything

    ##Hardware Acceleration
    To enable hw acceleration goto 'LAV Video Configuration' (can be found in the start menu)
    * Select the appropriate hardware decoder e.g 'NVIDIA CUVID'
    * Set the algorithm to 'Adaptive' and the mode to 'Video'
    * Check 'High-Quality Processing'
    49 changes: 0 additions & 49 deletions ptplyr_guide.txt
    Original file line number Diff line number Diff line change
    @@ -1,49 +0,0 @@
    PotPlayer guide:
    Alternative and up to date guide here: http://wp.me/PrgSo-gQ

    Installers:
    PotPlayer(x86): http://www.dvbsupport.net/download/index.php?act=view&id=230
    madVR: http://madshi.net/madVR.zip
    LAV Filters: http://forum.doom9.org/showthread.php?t=156191
    Haali Media Splitter: http://haali.su/mkv/MatroskaSplitter.exe
    xy-VSFilter: http://xy-vsfilter.googlecode.com/files/xy-VSFilter_3.0.0.65_Installer.exe

    Installation:
    Install Potplayer and Haali with the default settings.
    Install Lav filters and uncheck anything that you don't need (x64 and the audio if using ffdshow)
    Extract madVR and run install.bat as an administrator.
    Install xy-VSFilter.

    PotPlayer Setup:
    Start PotPlayer and go to options (F5):
    Filter Control:
    Source/Splitter: Set Damage AVI and Damage ASF to 'Built-in'
    Source/Splitter: Set Matroska to '*Haali Media Splitter'
    Source/Splitter: Set everything else to '*LAV Splitter Source'
    Video Decoder: Set everything to '*LAV Video Decoder'
    Audio Decoder: Set everything to '*ffdshow Audio Decoder' or '*LAV Audio Decoder' depending on preference
    Custom filter manager>add external filter>add xy-VSFilter.dll
    Video:
    Set Video renderer to 'Madshi Video Renderer'
    Audio:
    Set audio renderer to output DirectSound

    madVR Setup:
    Play a Video file and right click on the madVR tray icon to access it's settings page 'Edit madvr Settings...'
    Devices:
    name of monitor/TV:
    properties:
    Set RGB output to 0-255 and bit depth to 8-bit or higher
    Display Modes:
    add any refresh rates that your monitor supports.
    e.g '1080p23, 1080p24, 1080p25, 1080p29, 1080p30, 1080p50, 1080p59, 1080p60'
    check 'restore original display mode when media player closes'
    processing:
    decoding:
    uncheck everything

    Hardware Acceleration:
    To enable hw acceleration goto 'LAV Video Configuration' (can be found in the start menu)
    Select the appropriate hardware decoder e.g 'NVIDIA CUVID'
    Set the algorithm to 'Adaptive' and the mode to 'Video'
    Check 'High-Quality Processing'
  2. @wariw wariw revised this gist Dec 16, 2012. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion ptplyr_guide.txt
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,10 @@
    PotPlayer guide:
    Alternative and up to date guide here: http://wp.me/PrgSo-gQ

    Installers:
    PotPlayer(x86): http://www.dvbsupport.net/download/index.php?act=view&id=230
    madVR: http://madshi.net/madVR.zip
    LAV Filters: http://files.1f0.de/lavf/LAVFilters-0.52.exe
    LAV Filters: http://forum.doom9.org/showthread.php?t=156191
    Haali Media Splitter: http://haali.su/mkv/MatroskaSplitter.exe
    xy-VSFilter: http://xy-vsfilter.googlecode.com/files/xy-VSFilter_3.0.0.65_Installer.exe

  3. @natyusha natyusha revised this gist Nov 4, 2012. 1 changed file with 3 additions and 9 deletions.
    12 changes: 3 additions & 9 deletions ptplyr_guide.txt
    Original file line number Diff line number Diff line change
    @@ -3,17 +3,15 @@ PotPlayer guide:
    Installers:
    PotPlayer(x86): http://www.dvbsupport.net/download/index.php?act=view&id=230
    madVR: http://madshi.net/madVR.zip
    LAV Filters: http://files.1f0.de/lavf/LAVFilters-0.51.3.zip
    LAV Filters: http://files.1f0.de/lavf/LAVFilters-0.52.exe
    Haali Media Splitter: http://haali.su/mkv/MatroskaSplitter.exe
    xy-VSFilter: http://code.google.com/p/xy-vsfilter/downloads/detail?name=xy-VSFilter_3.0.0.1_Stable.7z
    FFdshow (optional): http://sourceforge.net/projects/ffdshow-tryout/files/SVN%20builds%20by%20clsid/generic%20builds/
    xy-VSFilter: http://xy-vsfilter.googlecode.com/files/xy-VSFilter_3.0.0.65_Installer.exe

    Installation:
    Install Potplayer and Haali with the default settings.
    Install Lav filters and uncheck anything that you don't need (x64 and the audio if using ffdshow)
    Extract madVR and run install.bat as an administrator.
    Extract xy-VSFilter somewhere where it won't get deleted.
    If you want to use ffdshow install it now but only the audio component (for channel mapped audio).
    Install xy-VSFilter.

    PotPlayer Setup:
    Start PotPlayer and go to options (F5):
    @@ -48,7 +46,3 @@ Hardware Acceleration:
    Select the appropriate hardware decoder e.g 'NVIDIA CUVID'
    Set the algorithm to 'Adaptive' and the mode to 'Video'
    Check 'High-Quality Processing'

    Screen shots:
    Since madvr doesn't support screen shots yet it is best to use 'alt-Print Screen' to capture the window directly.
    To automate this process download lightscreen or another one of the many screen shot programs available for windows.
  4. @natyusha natyusha revised this gist Jul 25, 2012. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions ptplyr_guide.txt
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@ PotPlayer guide:
    Installers:
    PotPlayer(x86): http://www.dvbsupport.net/download/index.php?act=view&id=230
    madVR: http://madshi.net/madVR.zip
    LAV Filters: http://files.1f0.de/lavf/LAVFilters-0.50.5.exe
    LAV Filters: http://files.1f0.de/lavf/LAVFilters-0.51.3.zip
    Haali Media Splitter: http://haali.su/mkv/MatroskaSplitter.exe
    xy-VSFilter: http://code.google.com/p/xy-vsfilter/downloads/detail?name=xy-VSFilter_3.0.0.1_Stable.7z
    FFdshow (optional): http://sourceforge.net/projects/ffdshow-tryout/files/SVN%20builds%20by%20clsid/generic%20builds/
    @@ -51,4 +51,4 @@ Hardware Acceleration:

    Screen shots:
    Since madvr doesn't support screen shots yet it is best to use 'alt-Print Screen' to capture the window directly.
    To automate this process download lightscreen or another one of the many screen shot programs available.
    To automate this process download lightscreen or another one of the many screen shot programs available for windows.
  5. @natyusha natyusha revised this gist Jun 28, 2012. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions ptplyr_guide.txt
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,9 @@
    PotPlayer guide:

    Installers:
    PotPlayer(x86): http://get.daum.net/PotPlayer/Beta/PotPlayerSetup.exe
    PotPlayer(x86): http://www.dvbsupport.net/download/index.php?act=view&id=230
    madVR: http://madshi.net/madVR.zip
    LAV Filters: http://files.1f0.de/lavf/LAVFilters-0.50.1.exe
    LAV Filters: http://files.1f0.de/lavf/LAVFilters-0.50.5.exe
    Haali Media Splitter: http://haali.su/mkv/MatroskaSplitter.exe
    xy-VSFilter: http://code.google.com/p/xy-vsfilter/downloads/detail?name=xy-VSFilter_3.0.0.1_Stable.7z
    FFdshow (optional): http://sourceforge.net/projects/ffdshow-tryout/files/SVN%20builds%20by%20clsid/generic%20builds/
  6. @natyusha natyusha revised this gist Apr 12, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ptplyr_guide.txt
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@ PotPlayer guide:
    Installers:
    PotPlayer(x86): http://get.daum.net/PotPlayer/Beta/PotPlayerSetup.exe
    madVR: http://madshi.net/madVR.zip
    LAV Filters: http://files.1f0.de/lavf/LAVFilters-0.47.exe
    LAV Filters: http://files.1f0.de/lavf/LAVFilters-0.50.1.exe
    Haali Media Splitter: http://haali.su/mkv/MatroskaSplitter.exe
    xy-VSFilter: http://code.google.com/p/xy-vsfilter/downloads/detail?name=xy-VSFilter_3.0.0.1_Stable.7z
    FFdshow (optional): http://sourceforge.net/projects/ffdshow-tryout/files/SVN%20builds%20by%20clsid/generic%20builds/
  7. @natyusha natyusha revised this gist Mar 1, 2012. 1 changed file with 6 additions and 3 deletions.
    9 changes: 6 additions & 3 deletions ptplyr_guide.txt
    Original file line number Diff line number Diff line change
    @@ -44,8 +44,11 @@ madVR Setup:
    uncheck everything

    Hardware Acceleration:
    If u want to enable hw acceleration goto LAV Video Configuration and set it up
    To enable hw acceleration goto 'LAV Video Configuration' (can be found in the start menu)
    Select the appropriate hardware decoder e.g 'NVIDIA CUVID'
    Set the algorithm to 'Adaptive' and the mode to 'Video'
    Check 'High-Quality Processing'

    Screen shots:
    since madvr doesn't support screen shots yet it is best to use 'alt-Print Screen' to capture the window directly
    to automate this download lightscreen or another of the many screen shot programs available.
    Since madvr doesn't support screen shots yet it is best to use 'alt-Print Screen' to capture the window directly.
    To automate this process download lightscreen or another one of the many screen shot programs available.
  8. @natyusha natyusha revised this gist Mar 1, 2012. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions ptplyr_guide.txt
    Original file line number Diff line number Diff line change
    @@ -2,11 +2,11 @@ PotPlayer guide:

    Installers:
    PotPlayer(x86): http://get.daum.net/PotPlayer/Beta/PotPlayerSetup.exe
    madVR: http://madshi.net/madVR.zip
    madVR: http://madshi.net/madVR.zip
    LAV Filters: http://files.1f0.de/lavf/LAVFilters-0.47.exe
    Haali Media Splitter: http://haali.su/mkv/MatroskaSplitter.exe
    Haali Media Splitter: http://haali.su/mkv/MatroskaSplitter.exe
    xy-VSFilter: http://code.google.com/p/xy-vsfilter/downloads/detail?name=xy-VSFilter_3.0.0.1_Stable.7z
    FFdshow (optional): http://sourceforge.net/projects/ffdshow-tryout/files/SVN%20builds%20by%20clsid/generic%20builds/
    FFdshow (optional): http://sourceforge.net/projects/ffdshow-tryout/files/SVN%20builds%20by%20clsid/generic%20builds/

    Installation:
    Install Potplayer and Haali with the default settings.
    @@ -44,7 +44,7 @@ madVR Setup:
    uncheck everything

    Hardware Acceleration:
    If you want to enable hw acceleration goto LAV Video Configuration and set it up
    If u want to enable hw acceleration goto LAV Video Configuration and set it up

    Screen shots:
    since madvr doesn't support screen shots yet it is best to use 'alt-Print Screen' to capture the window directly
  9. @natyusha natyusha renamed this gist Mar 1, 2012. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  10. @natyusha natyusha created this gist Mar 1, 2012.
    51 changes: 51 additions & 0 deletions ptplyr_guide
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,51 @@
    PotPlayer guide:

    Installers:
    PotPlayer(x86): http://get.daum.net/PotPlayer/Beta/PotPlayerSetup.exe
    madVR: http://madshi.net/madVR.zip
    LAV Filters: http://files.1f0.de/lavf/LAVFilters-0.47.exe
    Haali Media Splitter: http://haali.su/mkv/MatroskaSplitter.exe
    xy-VSFilter: http://code.google.com/p/xy-vsfilter/downloads/detail?name=xy-VSFilter_3.0.0.1_Stable.7z
    FFdshow (optional): http://sourceforge.net/projects/ffdshow-tryout/files/SVN%20builds%20by%20clsid/generic%20builds/

    Installation:
    Install Potplayer and Haali with the default settings.
    Install Lav filters and uncheck anything that you don't need (x64 and the audio if using ffdshow)
    Extract madVR and run install.bat as an administrator.
    Extract xy-VSFilter somewhere where it won't get deleted.
    If you want to use ffdshow install it now but only the audio component (for channel mapped audio).

    PotPlayer Setup:
    Start PotPlayer and go to options (F5):
    Filter Control:
    Source/Splitter: Set Damage AVI and Damage ASF to 'Built-in'
    Source/Splitter: Set Matroska to '*Haali Media Splitter'
    Source/Splitter: Set everything else to '*LAV Splitter Source'
    Video Decoder: Set everything to '*LAV Video Decoder'
    Audio Decoder: Set everything to '*ffdshow Audio Decoder' or '*LAV Audio Decoder' depending on preference
    Custom filter manager>add external filter>add xy-VSFilter.dll
    Video:
    Set Video renderer to 'Madshi Video Renderer'
    Audio:
    Set audio renderer to output DirectSound

    madVR Setup:
    Play a Video file and right click on the madVR tray icon to access it's settings page 'Edit madvr Settings...'
    Devices:
    name of monitor/TV:
    properties:
    Set RGB output to 0-255 and bit depth to 8-bit or higher
    Display Modes:
    add any refresh rates that your monitor supports.
    e.g '1080p23, 1080p24, 1080p25, 1080p29, 1080p30, 1080p50, 1080p59, 1080p60'
    check 'restore original display mode when media player closes'
    processing:
    decoding:
    uncheck everything

    Hardware Acceleration:
    If you want to enable hw acceleration goto LAV Video Configuration and set it up

    Screen shots:
    since madvr doesn't support screen shots yet it is best to use 'alt-Print Screen' to capture the window directly
    to automate this download lightscreen or another of the many screen shot programs available.