PSPMPverter v0.99 by Dr|PuppeT and iNFiDEL
 
Almost 1.0 now - please leave feedback if you have the time
 
Required:
 
  - mencoder.exe - In the same directory as PSPMPVerter
    (http://oss.netfarm.it/mplayer-win32.php under
     "Precompiled Mencoder binaries")
 
  - pmp_muxer.exe - in the same directory as PSPMPVerter
    (comes with PMP Muxer at jonny.leffe.dnsalias.com)
 
  - VB6 Runtimes (included in most windows anyway)
 
If planning on using the default subtitle font:
 
  - The default font for mencoder (mplayer/subfont.ttf)
    Included with this app in "/mplayer" but also included
    in many mencoder releases. You can also replace this
    font with whatever you like.
 
 
Info:
 
We highly recommend using jonny's newest versions if you have been struggling with
any of the 'common problems' listed on his site.
 
Subtitles now work with the default font settings of mencoder (/mplayer/subfont.ttf).
At present we do not know which fonts work, so custom fonts are a bit buggy.
 
Support for other formats already exists (minus file info) provided mencoder is
compatible with the format you wish to convert.
 
Syntax for command line: "pspmpverter.exe" C:\path\video.avi
(or "PSPMPVerter.exe" %1 for those who would like to integrate into shell manually :p)
 
The command line syntax gets its settings from "command.ini". If this file does not
exist, settings revert to default. If resolution is not specified, it is calculated.

A sample .ini file is included for custom configuration.
All INI files need to be in the same directory as the app.
 
The "cropping" feature has not been tested basically because we have no idea how.
At present we think it doesn't work, but it would be nice to prove ourselves wrong :D
 
Mencoder is documented here:
mplayerhq.hu/DOCS/man/en/mplayer.1.html#GENERAL ENCODING OPTIONS (MENCODER ONLY)
 
 
Changelog:
 
0.99
 - auto minimize dos windows
 - subtitles now work
 - removed forced subtitle character map
 - new detail layout for queue window
 - ini configuration support
 - command line usage
 - advanced command line settings (command.ini)
 - shell integration
 - greatly improved path compatibility
 - batch format improved
 - optional delete batch files
 - optional delete log files
 - optional shutdown when complete
 - all temp files now stored in app. dir.
 - ability to choose subtitle font (unsure if all fonts work)
 - priority setting which actually works
 - PMP Muxer log file deletion
 - GUI size tweaked
 - defaults tweaked
 - minor bugs fixed
 - code optimization
 - removed some help buttons
 
BETA Features
 - cropping (completely untested) - e.g 200:100:3:6
 
0.9r1
 - Queue output file issue fixed
 - Volume gain support (untested)
 - not-doing-2pass-when-i-tick-2pass also fixed
 - bitrate calc now over estimates size instead of under estimating.
 
0.9
 - Save destination support
 - File information
 - xvid option
 - one/two pass options
 - bitrate calc.
 - subtitle support (untested)
 - queue support + shutdown feature (untested)
 - process priority support
 - new about with logo by Posty
 
0.2
 - resolution calculator
 - audio bitrate set
 - 1st pass and second pass bitrate
 - browse
 - auto-get resolution
 
0.1
 - 1 browse button which didn't really work
 - 1 batch file stolen from AREX (thank you)