Many people have commented over the years about the "unfriendly" interface of ProjectX compared to typical Windows or MAC programs.

The following ini file will do it for you if you live in a PAL country that has digital TV that has MPEG 2 video and AC3 and other audio formats together with subtitles. This file will set up ProjectX to demux the video, audio and subtitles (you will have to set the page number for your country - in Australia it is 801) into separate files that you can then use in your favourite editing program. Simply copy the following into Notepad or similar text editor and save as X.ini then look in the ProjectX install folder normally C:\Program Files\ProjectX and substitute this file for the default one.

ProjectX will not handle H264 or MKV or any files other than MPEG2. It will work in demuxing VOB files although the subtitle handling might be difficult.

Code:
# Project-X INI
# ProjectX 0.90.04.00.b29 / 21.02.2009

# Application
Application.ActiveDirectory=
Application.Agreement=1
Application.Language=en

# AudioPanel
AudioPanel.fillGapsWithLastFrame=1

# CollectionPanel
CollectionPanel.CutMode=0

# ExportPanel
ExportPanel.SplitSize=0
ExportPanel.SplitSize.Value=32
ExportPanel.Streamtype.Ac3Audio=1
ExportPanel.Streamtype.MpgAudio=1
ExportPanel.Streamtype.MpgVideo=1
ExportPanel.Streamtype.PcmAudio=1
ExportPanel.Streamtype.Subpicture=1
ExportPanel.Streamtype.Vbi=1
ExportPanel.createSubDirName=1

# ExternPanel
ExternPanel.createCellTimes=0
ExternPanel.createChapters=1
ExternPanel.exportPts=1
ExternPanel.renameAudio=1
ExternPanel.renameVideo=1

# FtpServer
FtpServer.Commands=

# LogwindowPanel
LogwindowPanel.showTtxHeader=1

# MainPanel
MainPanel.ConversionMode=0
MainPanel.enablePostProcessing=1
MainPanel.useAllCollections=1

# MessagePanel
MessagePanel.leadingTimeIndex=1

# NetPanel
NetPanel.autostartWebServer=1

# OptionPanel
OptionPanel.DebugLog=0
OptionPanel.ScanBuffer=2048000
OptionPanel.StartPath.Value=
OptionPanel.additionalInputBuffer=1

# SpecialPanel
SpecialPanel.TS.HeaderMode=0
SpecialPanel.TS.generateTtx=0

# SubtitlePanel
SubtitlePanel.ChangeDisplay=0
SubtitlePanel.SubtitleExportFormat=SRT
SubtitlePanel.SubtitleExportFormat_2=null
SubtitlePanel.TtxExportBoxedOnly=0
SubtitlePanel.TtxPage1=801
SubtitlePanel.TtxPage2=null
SubtitlePanel.TtxPage3=null
SubtitlePanel.decodeHiddenRows=1
SubtitlePanel.decodeMegaradio=0
SubtitlePanel.exportAsVobSub=0
SubtitlePanel.exportTextAsUTF8=0
SubtitlePanel.exportTextAsUnicode=0
SubtitlePanel.keepOriginalTimecode=1
SubtitlePanel.rebuildPTS=1

# VideoPanel
VideoPanel.ChangeBitrateInFirstSequence=2
VideoPanel.patchToInterlaced=0
VideoPanel.patchToProgressive=0

# WindowPosition
WindowPosition.Main.Height=1028
WindowPosition.Main.Width=1556
WindowPosition.Main.X=112
WindowPosition.Main.Y=0