XviD4PSP AVI, MPG or DVD to PMP or AVI converter 3.106

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Djakku
Posts: 45
Joined: Mon Jan 30, 2006 2:41 am

Post by Djakku »

Can anyone explain what does the read settings after means?
Great program and you devotement make it better at every releases.
winnydowsxx
Posts: 43
Joined: Mon Mar 06, 2006 1:13 am

Post by winnydowsxx »

@Djakku
Usually settings read before you add file. This is good if code different files with different settings. If you check "Read After", settings will be read when you press "Start". It more logical, but all files in list will be encoded with same settings.
Orbberius
Posts: 9
Joined: Sat Mar 04, 2006 4:49 am

Post by Orbberius »

Is it possible to make it so that you can give different files different settings after adding the files?

Also, you get an error when you join two files with different audio bitrates. It's unfortunate that many 2-part movies have the audio encoded at different bitrates (according to size constraints), and there's no way to tell, in Xvid4PSP, if this is the case.
winnydowsxx
Posts: 43
Joined: Mon Mar 06, 2006 1:13 am

Post by winnydowsxx »

@Orbberius
I will check 2-part movies with different bitrate.
I don`t like set settings before adding too. But I don`t know how It make logical. May be later my brain will feel better and I make better solution for this.

@all
Home links work again!
XviD4PSP 3.103 HomeLink
winnydowsxx
Posts: 43
Joined: Mon Mar 06, 2006 1:13 am

Post by winnydowsxx »

XviD4PSP 3.104 RapidShare

Changes:
----------------------------------------
Removed menu Tools.
Removed not used DLL libraries and filters from VirtualDub and BeSweet.
MSharpen it is used as a method of increase of clearness by default. Very much results are good :).
For Speed Mode 1 pass and codec DivX is by default used. For HQM 2 passes and codec XviD are by default used.
Fixed - parameters of blocking of filters were not remembered at an output if was used Speed Mode.
DVD filter ColorMatrix was updated up to version 1.10.
Minimal requirements to system have changed. Installation DivX and XviD no more required. Only must exist any decoder. It can be the codec-pack, ffdshow or codec DivX and XviD.
Names of modes of coding have changed on more logical and clear - High Quality Mode and High Speed Mode.
Rigid check on version AviSynth is entered.
Now in the menu does not appear hibernate, if its system not потдерживает.
The program is completely localized.
Now all dialogues have icons.
Work with DVD containing DTS tracks is corrected.
Coding DVD now stops, if it was not possible to take a sound correctly.
After coding DVD clear more trash.
The form does not fade by default.
In the name of the program percent now are displayed. On bad DVD percent can be displayed incorrectly.
Everywhere where it possible progress the bar moves intelligently. On bad DVD progress can move incorrectly.
Fixed Coding DVD were present Russian letters.
PMP_muxer was updated to version 2.00.
While is not present normal player for PMP 2.00, in section Output can be chosen PMP 1.02 or PMP 2.00.
--------------------------------------------

Also now possible translate program to any language. And correct please my bad English.

Code: Select all

       'english
        If MenuEng.Checked = True Then
            If message = "add_disk" Then
                MessageBox.Show("DVD not found!", Me.Text, MessageBoxButtons.OK, MessageBoxIcon.Error)
            End If
            If message = "connect_psp" Then
                MessageBox.Show("Please plug PSP first!", Me.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning)
            End If
            If message = "repair" Then
                MessageBox.Show("Repaired: " & num, Me.Text, MessageBoxButtons.OK, MessageBoxIcon.Information)
            End If
            If message = "no_avisynth" Then
                MessageBox.Show("Please install AviSynth 2.5.x first!", Me.Text, MessageBoxButtons.OK, MessageBoxIcon.Error)
            End If
            If message = "wrong_avisynth" Then
                MessageBox.Show(text & " version not valid! Install AviSynth 2.5.x.", Me.Text, MessageBoxButtons.OK, MessageBoxIcon.Error)
            End If
            If message = "start_preview" Then
                MessageBox.Show("Please stop encoding before start Preview !", Me.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning)
            End If
            If message = "preview_sup" Then
                MessageBox.Show("Sorry, but Preview supported only for AVI !", Me.Text, MessageBoxButtons.OK, MessageBoxIcon.Information)
            End If
            If message = "select_task" Then
                MessageBox.Show("Select task!", Me.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning)
            End If
            If message = "no_preview" Then
                MessageBox.Show("Sorry, but Preview supported only for AVI !", Me.Text, MessageBoxButtons.OK, MessageBoxIcon.Information)
            End If
            If message = "all_done" Then
                MessageBox.Show("All jobs done!", Me.Text, MessageBoxButtons.OK, MessageBoxIcon.Information)
            End If
            If message = "add_job" Then
                MessageBox.Show("Add job first!", Me.Text, MessageBoxButtons.OK, MessageBoxIcon.Information)
            End If
            If message = "save_folder" Then
                MessageBox.Show("Set Save Path, please!", Me.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning)
            End If
            If message = "no_dvd_audio" Then
                MessageBox.Show("Sorry. Can`t find audio track.", Me.Text, MessageBoxButtons.OK, MessageBoxIcon.Error)
            End If
            'labels
            If message = "task" Then
                lblJobList.Text = "Jobs: " & num
            End If
            If message = "modeS" Then
                btnMode.Text = "...High Speed Mode..."
            End If
            If message = "modeH" Then
                btnMode.Text = "...High Quality Mode..."
            End If
            If message = "process" Then
                lstLog.Text = "Process Monitor:"
            End If
            If message = "mencoder_one" Then
                Me.SetText("...one pass " & sEngine & " video encoding...   " & CropW & "," & CropH & "   " & text)
            End If
            If message = "men_first" Then
                Me.SetText("..." & sEngine & " video encoding first pass...   " & CropW & "," & CropH & "   " & text)
            End If
            If message = "men_last" Then
                Me.SetText("..." & sEngine & " video encoding last pass...   " & CropW & "," & CropH & "   " & text)
            End If
            If message = "men_cut" Then
                Me.SetText("...cut 30 seconds...")
            End If
            If message = "mux_preview" Then
                Me.SetText("...muxing video and audio...")
            End If
            If message = "close_when" Then
                Me.SetText("...close when finish...")
            End If
            If message = "resize" Then
                Me.SetText("...resize...")
            End If
            If message = "save" Then
                Me.SetText("...save...")
            End If
            If message = "dvd_anal" Then
                Me.SetText("...start DVD analize...")
            End If
            If message = "gen_d2v" Then
                Me.SetText("...generating D2V file...")
            End If
            If message = "join" Then
                Me.SetText("...joining...")
            End If
            If message = "sound_enc" Then
                Me.SetText("...audio encoding...   " & MP3bitrate & " kbps   normalize " & Microsoft.VisualBasic.Left(Gain, 1) & Microsoft.VisualBasic.Right(Gain, 2) & "%")
            End If
            If message = "crop" Then
                Me.SetText("...detecting crop...")
            End If
        End If

Code: Select all

     'menu
            FileToolStripMenuItem.Text = "File"
            AddFileToolStripMenuItem.Text = "Add File"
            AddDiskToolStripMenuItem.Text = "Add Disk"
            JobsToolStripMenuItem.Text = "Jobs"
            StartToolStripMenuItem.Text = "Start"
            StopToolStripMenuItem.Text = "Stop"
            DeleteToolStripMenuItem.Text = "Delete"
            FiltersToolStripMenuItem.Text = "Filters"
            DeinterlaceToolStripMenuItem.Text = "DeInterlace"
            DeNoiseToolStripMenuItem.Text = "DeNoise"
            UnSharpToolStripMenuItem.Text = "UnSharp"
            SettingsToolStripMenuItem.Text = "Settings"
            LanguageToolStripMenuItem.Text = "Language"
            SubtitleCodePageToolStripMenuItem.Text = "Subtitle Font"
            mn1251.Text = "cp1251 (Russian)"
            mn1252.Text = "cp1252 (Europe)"
            AutoJoinToolStripMenuItem.Text = "Auto Join"
            mnJoinParts.Text = "Join Video Parts"
            mnJoinSub.Text = "Join Subtitles"
            InfoNames.Text = "Info Names"
            mnMode.Text = "Mode"
            mnCodek.Text = "Codek"
            mnPass.Text = "Pass"
            mnDenoise.Text = "DeNoise"
            mnDeinterlace.Text = "DeInterlace"
            EndDoToolStripMenuItem.Text = "End Do"
            mnNothing.Text = "Nothing"
            mnExit.Text = "Exit"
            mnStandby.Text = "Standby"
            mnHibernate.Text = "Hibernate"
            mnShutdown.Text = "Shutdown"
            DebugToolStripMenuItem.Text = "Misc"
            mnHide.Text = "Hide Windows"
            mnAutocrop.Text = "Autocrop"
            mnReadAfter.Text = "Read Settings After"
            FadeFormToolStripMenuItem.Text = "Fade Form"
            mnFadeDis.Text = "Disable"
            mnFadeFull.Text = "Full"
            SaveNowToolStripMenuItem.Text = "Save Now"
            RestoreDefaultsToolStripMenuItem.Text = "Restore Defaults"
            ToolsToolStripMenuItem.Text = "Tools"
            HideCorruptedIconsToolStripMenuItem.Text = "Hide Corrupted Icons"
            HelpToolStripMenuItem.Text = "Help"
            HelpToolStripMenuItem1.Text = "Help"
            HomePageToolStripMenuItem.Text = "Home Page"
            mnForum.Text = "Forum EN"
            ForumRUToolStripMenuItem.Text = "Forum RU"
            AboutToolStripMenuItem.Text = "About"
            'buttons
            btnAddFile.Text = "Add File"
            btnAddDisk.Text = "Add Disk"
            btnStart.Text = "Start"
            btnStop.Text = "Stop"
            btnPreview.Text = "Preview"
            btnDelete.Text = "Delete"
            btnExit.Text = "Exit"
            btnTempPath.Text = "Temp Path:"
            btnSavePath.Text = "Save Path:"
            HoverGradientButton4.Text = "Settings:"
            btnGrain.Text = "DeNoise"
            btnSharp.Text = "Sharpen"
            btnCodek.Text = "Codek"
            btnPass.Text = "Pass"
            btnBitrate.Text = "Bitrate"
            btnSize.Text = "Size"
            lblMP3bitrate.Text = "Bitrate"
            lblNormalize.Text = "Norm"
            btnResize.Text = "Resize"
            btnOutput.Text = "Output"
            lstLog.Text = "Process Monitor:"
            'tooltips
            ToolTip1.SetToolTip(Me.btnMode, "Switching of encoding modes")
            ToolTip1.SetToolTip(Me.btnTempPath, "Push and select folder for temporary files")
            ToolTip1.SetToolTip(Me.btnSavePath, "Push and select folder for encoded files")
            ToolTip1.SetToolTip(Me.btnBitrate, "Bitrate encoding")
            ToolTip1.SetToolTip(Me.NumericBitrate, "Bitrate, kbps")
            ToolTip1.SetToolTip(Me.btnSize, "Target size encoding")
            ToolTip1.SetToolTip(Me.NumericSize, "Size, mb")
            ToolTip1.SetToolTip(Me.XviDDivX, "Select codek")
            ToolTip1.SetToolTip(Me.NumericMP3Bitrate, "Sound encoding bitrate, kbps")
            ToolTip1.SetToolTip(Me.NumGain, "Increase level of sound loudness, %")
            ToolTip1.SetToolTip(Me.cbResize, "Resize method for PSP screen")
            ToolTip1.SetToolTip(Me.cbOutput, "Format of encoded files")
            ToolTip1.SetToolTip(Me.pass, "Encode passes")
            ToolTip1.SetToolTip(Me.btnGrain, "Removal of video artefacts and noise")
            ToolTip1.SetToolTip(Me.NoiseString, "DeNoise preset")
            ToolTip1.SetToolTip(Me.btnSharp, "Increase of sharpness")
            ToolTip1.SetToolTip(Me.NoiseNumL, "Threshold")
            ToolTip1.SetToolTip(Me.NoiseNumR, "Strength")
            ToolTip1.SetToolTip(Me.numSharpenT, "Threshold")
            ToolTip1.SetToolTip(Me.numSharpenS, "Strength")
            ToolTip1.SetToolTip(Me.numSharp, "Strength")
            Me.btnAddFile.ToolTipText = "Add file: AVI, MPG, DVD, MP3, AC3, WAV, JPG"
            Me.btnAddDisk.ToolTipText = "Add DVD disk from dvd-rom"
            Me.btnStart.ToolTipText = "Start encoding tasks in job list"
            Me.btnStop.ToolTipText = "Force stop encoding"
            Me.btnPreview.ToolTipText = "Preview result (only for AVI)"
            Me.btnDelete.ToolTipText = "Clear job list and delete temporary files"
In first block: (If message = "add_disk" Then MessageBox.Show("DVD not found!", Me.Text, MessageBoxButtons.OK, MessageBoxIcon.Error) End If), traslate "DVD not found!" to your language. In second block: ( FileToolStripMenuItem.Text = "File"), translate "File" to your language. And send me traslated code to PM or post here.
csuper
Posts: 103
Joined: Tue Jan 03, 2006 6:19 pm

Post by csuper »

Hye,

I will do a French translation.

May I ask for 3 features... ?

- Management of the subtitle size with mencoder (defaut seems to be 4 in your program, and I prefer small subtitle size 2 or 3 depending of the subfont choosen)
FI : I use GOTHIC Bold Font - this is the best TTF subfont like the one of TEXTSub plugin with the old virtualDub method.

- A way to force all video output in 480*272, discarding the input size (4/3 or 16/9) => Anyway I want all my videos with full Resolution... ;)

- MP3 VBR is now supported in the version 2 of PMP Mod... Can you had the possibility to choose between CBR or VBR method in your software... ?

Nb : I still encounter problems with 640*480 videos (the normal output should be 360*272 it is 448*272 with your software :(


Great Job, as always :)

csuper.
winnydowsxx
Posts: 43
Joined: Mon Mar 06, 2006 1:13 am

Post by winnydowsxx »

@csuper
Post link to font please.
Different resize modes wil be unlocked in next version. You already can see locked resize button.
Also optimise subtitles in next release.
And of cource will be again many changes :).

XviD4PSP 3.104 HomeLink
Orbberius
Posts: 9
Joined: Sat Mar 04, 2006 4:49 am

Post by Orbberius »

Great work! :)
Scarpad
Posts: 5
Joined: Wed Apr 12, 2006 12:51 am

Post by Scarpad »

I installed without a problem. I have anyDVD installed but when I go from a Disk it completes in 10 sec and of course no file is generated. I tried to rip the Vob to the Hard Drive with DVD Decryptor, but the program does not seem to read from a Vob file. And when I try changing Vob to an Mpeg Extension, the process will start but gives me unhandled Exception Errors. I'm on Windows MCE 2005 rollup 2.
winnydowsxx
Posts: 43
Joined: Mon Mar 06, 2006 1:13 am

Post by winnydowsxx »

@Scarpad
Now program can`t convert encrypted DVD. Try copy this DVD with DVD Shrink 3.2 or DVD Decrepter (file mode).
Scarpad
Posts: 5
Joined: Wed Apr 12, 2006 12:51 am

Post by Scarpad »

Well I have AnyDVD installed From Slysoft and it should allow direct encoding from the DVD. But I'll try ripping to the Hard Drive, still what do you select at that point ? Do you select file and just point it to the VIDEO_TS Folder?
jojo_tj
Posts: 4
Joined: Wed Apr 12, 2006 1:54 am

Post by jojo_tj »

when i convert DVD to pmp, how to choice the subtitles?
Scarpad
Posts: 5
Joined: Wed Apr 12, 2006 12:51 am

Post by Scarpad »

Ripped the movie to the HD in File mode. The Process starts and analyzes the encode, but then it says file creation complete about 10 seconds after it looks like it would being the encoding.
Scarpad
Posts: 5
Joined: Wed Apr 12, 2006 12:51 am

Post by Scarpad »

Actually I just realized I have Avisynth but not Framework installed. Where can you get Framework I checked on Videohelp.com and did not see this app.
csuper
Posts: 103
Joined: Tue Jan 03, 2006 6:19 pm

Post by csuper »

Framework 2.0 on the microsoft website :

http://www.microsoft.com/downloads/deta ... laylang=en

Regards.

csuper.
Scarpad
Posts: 5
Joined: Wed Apr 12, 2006 12:51 am

Post by Scarpad »

Oh Net Framework.. I have that installed.
winnydowsxx
Posts: 43
Joined: Mon Mar 06, 2006 1:13 am

Post by winnydowsxx »

@Scarpad
Just run setup.exe and if you don`t have framework 2.0 , framework download and install automaticly. Possible you have bad DVD.

@jojo_tj
Sorry but now subtitles only for AVI. Later add for DVD too.

@all
Anybody have problems with DVD encoding ?
eisaisobaros
Posts: 10
Joined: Tue Feb 28, 2006 9:29 pm

Post by eisaisobaros »

I think it's a very good application but it seems I have some problems...

I need to encode the movie with cp 1253 cause I'm using greek subs...
In the preview panel doesn't show any subs...

or am I doing something wrong?!?
winnydowsxx
Posts: 43
Joined: Mon Mar 06, 2006 1:13 am

Post by winnydowsxx »

@eisaisobaros
Cp1253 add in next release and may be try add subtitles in preview.
rawHeadRex
Posts: 1
Joined: Thu Apr 13, 2006 6:07 am

amazing!

Post by rawHeadRex »

great program! amazing work!

just one quick question, is there a way for me to boost the volume of the audio in the psp encoded video file?

i have to ride a subway everyday, and the volume just never seems to be able to overcome the sound of the tracks. lol
quick_kill
Posts: 1
Joined: Thu Apr 13, 2006 6:10 am

Post by quick_kill »

Hi i really love the quality this program can give. However, the only reason why i don't use this program is due to the fact that it autocrops everything. I have read that you plan to create a resize option that leaves black borders alone. Is their any option in this new version that allows me to create a pmp of a video leaving the video intact with black borders? If somehow you can do that, your program would be perfect in my eyes.

Also it would be nice if your program would use virtual dubmod instead of virtual dub. The reason is that i have to replace your virtualdub to virtual dub mpeg 2 so i can convert my mpeg videos.
csuper
Posts: 103
Joined: Tue Jan 03, 2006 6:19 pm

Re: amazing!

Post by csuper »

rawHeadRex wrote:great program! amazing work!

just one quick question, is there a way for me to boost the volume of the audio in the psp encoded video file?

i have to ride a subway everyday, and the volume just never seems to be able to oercome the sound of the tracks. lol
Buy a better earphones ;) ... try the "shure" ones :
http://www.shurestore.com/index.html?banner=uhp_rs2
I bought the "cheapest" earphones and beleive me I'm quite VERY happy about it... Try the demo, it is quite that gain of silence... :)

Regards,

csuper.
winnydowsxx
Posts: 43
Joined: Mon Mar 06, 2006 1:13 am

Post by winnydowsxx »

@rawHeadRex
Normalize higher then 200%

@quick_kill
3 resize modes will be in next version. Manual resize may be month or two later.
I use VirtualDub now only for join multimple audio tracks.
The reason is that i have to replace your virtualdub to virtual dub mpeg 2 so i can convert my mpeg videos.
I don`t understand what you mean. You allready can convert mpeg-2 files.
n4k
Posts: 7
Joined: Tue Jan 10, 2006 2:31 pm

Post by n4k »

Hi nice program. I installed version 3.1.0.3 and it worked. However, for some reason version 3.1.0.4 doesn't work for me. It seems that it gives me an error on the framework. Here's what I got for the details of the error. I've tried reinstalling the framework 2.0 but that didn't solve the problem. Any tips?

"See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at XviD4PSP.XviD4PSP.get_CurrentAddress()
at XviD4PSP.XviD4PSP.UpdateCurrentAddress()
at XviD4PSP.XviD4PSP.XviD4PSP_FormClosed(Object sender, FormClosedEventArgs e)
at System.Windows.Forms.Form.OnFormClosed(FormClosedEventArgs e)
at System.Windows.Forms.Form.RaiseFormClosedOnAppExit()
at System.Windows.Forms.Application.ExitInternal()
at System.Windows.Forms.Application.Exit(CancelEventArgs e)
at System.Windows.Forms.Application.Exit()
at XviD4PSP.XviD4PSP.CheckApps()
at XviD4PSP.XviD4PSP.XviD4PSP_Load(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
XviD4PSP
Assembly Version: 3.1.0.4
Win32 Version: 3.1.0.4
CodeBase: file:///C:/Documents%20and%20Settings/Windows%20XP/Local%20Settings/Apps/2.0/ZYPT97MK.WVD/OHKV20N6.JM0/xvid..tion_b6b8c65a4790630b_0003.0001_08a466d052692202/XviD4PSP.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
LybraVb
Assembly Version: 1.2.0.28020
Win32 Version: 1.2.0.28020
CodeBase: file:///C:/Documents%20and%20Settings/Windows%20XP/Local%20Settings/Apps/2.0/ZYPT97MK.WVD/OHKV20N6.JM0/xvid..tion_b6b8c65a4790630b_0003.0001_08a466d052692202/LybraVb.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box."
winnydowsxx
Posts: 43
Joined: Mon Mar 06, 2006 1:13 am

Post by winnydowsxx »

@n4k
Try find and delete JobList.xml.

@all
Always uninstall old version before install new one.
n4k
Posts: 7
Joined: Tue Jan 10, 2006 2:31 pm

Post by n4k »

I can't find the file joblist.xml, tried searching for it manually and with the windows search tool but can't find it. I got the same error even when I uninstalled the previous version and gave it a fresh install. I also uninstalled framework 2.0 and reinstalled.
winnydowsxx
Posts: 43
Joined: Mon Mar 06, 2006 1:13 am

Post by winnydowsxx »

@n4k
3.103 work good for you ?
Which one version of AviSynth you have installed ?
When you got this error ?
Try run program without install from folder XviD4PSP_3_104.
Last edited by winnydowsxx on Thu Apr 13, 2006 10:07 pm, edited 1 time in total.
n4k
Posts: 7
Joined: Tue Jan 10, 2006 2:31 pm

Post by n4k »

winnydowsxx wrote:@n4k
3.103 work good for you ?
Which one version of AviSynth you have installed ?
When you got this error ?
I got it now you were correct about avisynth. The one I had was a little outated v 2.0.8

Now it works thanks.
GoliathA
Posts: 1
Joined: Thu Apr 13, 2006 11:10 pm

Post by GoliathA »

Hey,

Great program thanks.
But I can't seem to convert to pmp just yet!

When it's muxing, there is a very short message saying it can't find "video.avi" in the temp folder or something like that, and I can't find any pmp files that have been made, but it still says that the job is finished.

What do I do now?
winnydowsxx
Posts: 43
Joined: Mon Mar 06, 2006 1:13 am

Post by winnydowsxx »

@GoliathA
I think you have bad codek pack. Unistall codec pack. Install ffdshow or DivX(without generic mpeg4 support)+XViD.
Post Reply