Ok, so I managed to find somewhere to download the ffmpg.exe and I put it in /bin (one of the directories listed by "echo $PATH").
Having done that, I opened subs2srs again and this time it didn't crash when I selected the video directory!
...except it did crash when I hit the "go" button to start the process
This was the error code
System.NotImplementedException: The requested feature is not implemented.
at System.Windows.Forms.XplatUICarbon.AudibleAlert () [0x00000] in <filename unknown>:0
at System.Windows.Forms.XplatUI.AudibleAlert () [0x00000] in <filename unknown>:0
at System.Windows.Forms.MessageBox+MessageBoxForm.RunDialog () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.MessageBox/MessageBoxForm:RunDialog ()
at System.Windows.Forms.MessageBox.Show (System.String text, System.String caption, MessageBoxButtons buttons, MessageBoxIcon icon) [0x00000] in <filename unknown>:0
at subs2srs.UtilsMsg.showErrMsg (System.String msg) [0x00000] in <filename unknown>:0
at subs2srs.FormMain.validateForm () [0x00000] in <filename unknown>:0
at subs2srs.FormMain.buttonGo_Click (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.OnClick (System.EventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Button.OnClick (System.EventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.ButtonBase.OnMouseUp (System.Windows.Forms.MouseEventArgs mevent) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Button.OnMouseUp (System.Windows.Forms.MouseEventArgs mevent) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.ButtonBase.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Button.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) [0x00000] in <filename unknown>:0
cb4960 Wrote:All that said, I've never personally tested subs2srs on a Mac platform so I an unable to write more detailed instructions or verify that Mono on the Mac is actually up to snuff.
That's fair enough, I appreciate that you've even gone to the effort of creating a Mac port when you don't have one. Hopefully though the error message I posted above will be helpful, and the problem is a simple fix *fingers crossed*.
Edited: 2010-02-23, 7:34 am