PDA

View Full Version : Mkv Ps360


chossy
8th December 2007, 13:55
Hi
Here is an app i created for convering mkv files to play back on the xbox 360/ps3.
its an updated version of an app i posted at the begining of november on a console forum(thats where i post all my stuff) but i thought i would be better to post in here as you are a video forum and i have very little video encoding experiance.

if you guys would like to try it out here is the readme and download link

regards

chossy

MKV PS360 Beta 1 by Chossy

MKV PS360 will try to convert your mkv fles into playable formats on xbox360 & ps3.
It can create 2ch aac mp4 for xbox & 5.1 aac mp4 / ac3 files for ps3.
Its an update of my MKV2HDAVC for ps3 now supportng aac/xbox360 instead of just ac3.

To install copy the mkvps360 folder to your c: drive the run the app from there.

Note it requires a lot of hdd space for remuxing/transcoding.

Requires dot net framework.

Usage:

Run GUI then choose your input file and save location.
Choose framerate & audio input type (AC3/DTS).
Then click convert if you picked PS3 AC3 h264info will open just type in 4.1 in levels
then press start once finished exit h264info.
Once finished try the vob/mp4 in console.

Beta 01:

1st release supports MKV with AC3 / DTS to mp4 or vob
Does not work on 1080p
AAC encoding at 512 kbps encodes at 448 kbps for some strange reason
Do not change any path info in h264info
If the process fails somewhere and you do not get the file saved where you asked delete
all the temp files in c: and move/rename the movie.mkv to to your orignal file name


Download from http://chossy.freehostia.com/

Minsk1
8th December 2007, 16:14
Hey I am trying to convert this file here

RELEASE.NAME..: Transformers.2007.720p.HDDVD.x264-ESiR Û
Û RELEASE.DATE..: 29.10.2007 Û
Û THEATRE.DATE..: 21.06.2007 Û
Û RUNTiME.......: 2:23:28 Û
Û SiZE..........: 7.9 GB Û
Û ViDEO.CODEC...: x264 Û
Û FRAMERATE.....: 23.976 Û
Û BiTRATE.......: 7150 kbps Û
Û RESOLUTiON....: 1280x534 (OAR) Û
Û AUDiO1........: English AC3 5.1 640 kbps Û
Û AUDiO2........: English vorbis 2.0 84 kbps commentary track Û
Û SUBTiTLES.....: Eng,Ro,Fre,Dut,Fin - ASS Û
Û SOURCE........: Transformers 2007 HD DVD 1080p H.264 DD+ 5.1 iLL

It is giving me this exception error:

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

************** Exception Text **************
System.UnauthorizedAccessException: Access to the path is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.Move(String sourceFileName, String destFileName)
at WindowsApplication1.Form1.button1_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs 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.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.312 (rtmLHS.050727-3100)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
MKV PS360
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/Alex/Desktop/mkvps360/MKV%20PS360.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
CodeBase: file:///C:/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.312 (rtmLHS.050727-3100)
CodeBase: file:///C:/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.312 (rtmLHS.050727-3100)
CodeBase: file:///C:/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.


PLEASE HELP what is wrong, is it the file or what? :scared:

chossy
8th December 2007, 16:31
stick the mkvps360 folder in c: not on the desktop
then give it ago

Minsk1
8th December 2007, 17:20
Ok its on c: now but it still gives me this message for unhandled exception:

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

************** Exception Text **************
System.UnauthorizedAccessException: Access to the path is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.Move(String sourceFileName, String destFileName)
at WindowsApplication1.Form1.button1_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs 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.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.312 (rtmLHS.050727-3100)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
MKV PS360
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/mkvps360/MKV%20PS360.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
CodeBase: file:///C:/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.312 (rtmLHS.050727-3100)
CodeBase: file:///C:/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.312 (rtmLHS.050727-3100)
CodeBase: file:///C:/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.

Not working bro, help me, all I want is to play h.264/5.1 audio HD rips on my ps3 :(

chossy
8th December 2007, 17:47
how far do you get is it just after selecting your save location
if so look in c: and move the movie.mkv to your desktop
i left out deleting the movie.mkv if it exists just incase the process failed some where and did not move it back.
if not tell me how far you get

regards

chossy

labilaoxin
16th December 2007, 09:48
I didn't open "http://chossy.freehostia.com/"

gigo979
16th December 2007, 18:46
I didn't open "http://chossy.freehostia.com/"

http://anonymouse.org/cgi-bin/anon-www_de.cgi/http://chossy.freehostia.com/