PDA

View Full Version : PMP Simple Converter 0.02 for memcoder and pmp_muxer



miemt11
January 9th, 2006, 13:49
PMP Simple Converter 0.02 for memcoder and pmp_muxer


Change from version 0.01

1: Fix the pmp_muxer.exe (if pmp_muxer.exe is not available, encoding will not continue )
2: add 160x120, 368X208 and 400x192 resolution
3: Add high quality encoding option
4: minor fix ...


What it do?

1: Convert any video (rmvb, avi mpg, wmv) to PSP PMP format

2: Support size is 320x240, 360x272 and 480x272 resolution

3: All PMP output video are harddup enable

4: Encode Process Priority



Component Requirement:

1: Get all the memcoder component from here
http://www.mplayerhq.hu/homepage/design7/dload.html
and intall all any directory you like. e.g. C:\Memcoder

2: Put pmp_muxer.exe to the intall directory e.g. C:\Memcoder

3: Now extract my PMP Simple to the intall directory e.g. C:\Memcoder

4: .Net Framework Runtime 2.00 from here
http://download.microsoft.com/download/5/6/7/567758a3-759e-473e-bf8f-52154438565a/dotnetfx.exe


Develop by miemt11 Date 10 Jan 2006

yanky
January 9th, 2006, 23:08
im not sure what im doing wrong but i am having problems getting this to actually write a pmp. ive tried using it on an avi and on an mpeg, but since the docs dont actually say what file format it works on, im a little confused. am i making the error or is the program?

it starts to convert the files fine, but only gets to the point where it writes them as a seperate mp3 audio stream and avi video stream. then it crashes. it never actually makes the pmp. i can post the actual error codes if needed later.

any ideas? or anyone know how to get ahold of the author?

miemt11
January 10th, 2006, 01:17
im not sure what im doing wrong but i am having problems getting this to actually write a pmp. ive tried using it on an avi and on an mpeg, but since the docs dont actually say what file format it works on, im a little confused. am i making the error or is the program?

it starts to convert the files fine, but only gets to the point where it writes them as a seperate mp3 audio stream and avi video stream. then it crashes. it never actually makes the pmp. i can post the actual error codes if needed later.

any ideas? or anyone know how to get ahold of the author?


Did you copy the pmp_muxer.exe to the PMP Simple 0.02 Folder

Eilonwy05
January 10th, 2006, 03:23
Maybe this is a stupid question, but I'm wondering what exactly *is* a PMP file? I hadn't heard anything about this as a video format until I saw this utility, and Google just brings up a ton of results for Personal Media Players (A.K.A. "PMP")... :confused:

If it's not too much to ask, maybe someone could point me to some info on this video format?

Thanks!

yanky
January 10th, 2006, 03:28
yes i did. i followed your instructions to the T

I downloaded mplayer
I put pmp_muxer.exe (which i got from jonnys release) in with the mplayer stuff, same dir as the memcoder exe file
I put pmp simple in that dir as well. with the muxer and mplayer stuff
I installed the .net framework file you linked
I ran pmp simple and picked a video file
I picked where to save it
I let it start to encode
It crashes near the end. After it writes the audio as an mp3 file and the video as an avi. I can watch the avi and its complete so it got all the file done to that point. it just never makes it into a pmp.

yanky
January 10th, 2006, 04:36
here is the exact error in case it helps:

microsoft .net framework pops up a box that says this:

Unhandled exception has occured in your application. If you click continue, the application will ignore this error and attemt to continue. if you click quit, the application will close immediately. The system cannot find the file specified.

if i click the details button on this error window i get this:

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

************** Exception Text **************
System.ComponentModel.Win32Exception: The system cannot find the file specified
at System.Diagnostics.Process.StartWithShellExecuteEx (ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at PMP_Simple.Form1.EncodePMPbutton_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(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:///E:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
PMP Simple
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///E:/Server/PSP/Appz/MPlayer-mingw32-dev-CVS-050928/mplayer/PMP%20Simple.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///E:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///E:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///E:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.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.

miemt11
January 10th, 2006, 09:04
My next version should fix the problem


here is the exact error in case it helps:

microsoft .net framework pops up a box that says this:

Unhandled exception has occured in your application. If you click continue, the application will ignore this error and attemt to continue. if you click quit, the application will close immediately. The system cannot find the file specified.

if i click the details button on this error window i get this:

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

************** Exception Text **************
System.ComponentModel.Win32Exception: The system cannot find the file specified
at System.Diagnostics.Process.StartWithShellExecuteEx (ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at PMP_Simple.Form1.EncodePMPbutton_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(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:///E:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
PMP Simple
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///E:/Server/PSP/Appz/MPlayer-mingw32-dev-CVS-050928/mplayer/PMP%20Simple.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///E:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///E:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///E:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.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.