I crash when I run from the cmd line this syntax:
As you can see in the error, it is appending some of my path to the directory where vob2mpg is installed.Code:C:\VOB2MPG PRO>"VOB2MPG.exe" /v="M:\Movies\Action\2 Fast 2 Furious\VIDEO_TS\video_ts.ifo" /o="M:\Movies\Action\2 Fast 2 Furious\2 fast 2 furious-01.mpg" /MainTitle
Code:Version: VOB2MPG PRO Build: 3.0.0024 Type: System.IO.DirectoryNotFoundException Source: mscorlib Message: Could not find a part of the path 'C:\VOB2MPG PRO\m\movies\action\2 fast 2 furious\video_ts\VIDEO_TS.IFO'. InnerException: StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.IO.FileInfo.Open(FileMode mode, FileAccess access, FileShare share) at VOB2MPG_PRO.IFO.x32eac27632acc346.xdf42c857cd7e14b5(String xd580b0e8e63d4102) at VOB2MPG_PRO.IFO.x32eac27632acc346.xa3a9daebe1fd5c93(String xeadccf02f8622700, Boolean xb909d68cec5e9c0b) at VOB2MPG_PRO.xfed3de3bc2a8e64d.xe26ebb79be088df4() at VOB2MPG_PRO.xfed3de3bc2a8e64d.x087906680a09f663(Object xe0292b9ed559da7d, EventArgs xfbf34718e704c6bc) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Windows.Forms.Form.OnLoad(EventArgs e) at DevComponents.DotNetBar.Office2007RibbonForm.OnLoad(EventArgs e) at System.Windows.Forms.Form.SetVisibleCore(Boolean value) at System.Windows.Forms.Control.set_Visible(Boolean value) at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.Run(Form mainForm) at VOB2MPG_PRO.x867eb3246b182488.xc447809891322395(String[] xce8d8c7e3c2c2426)
+ Reply to Thread
Results 1 to 11 of 11
-
-
Hm, well I removed the "" around the vob2mpg.exe and it no longer errors, good to go on that part.
New problem, same syntax minus the "" on the exe name, the program launches and exits. Here is the output from the log:
Code:******************************************************************** ************************ SYSTEM INFORMATION ************************ ******************************************************************** ***************************** VOB2MPG ***************************** Name: VOB2MPG PRO Title: PRO Version: 3.0.0024 Executable: C:\VOB2MPG PRO\VOB2MPG.exe Executable size: 822 KB Executable size in bytes: 841811 Executable CreationTime: 5/1/2009 8:26:52 PM Executable LastWriteTime: 5/2/2009 1:56:57 PM Executable LastAccessTime: 5/2/2009 1:56:57 PM ****************************** Drives ******************************* DeviceID: C: FileSystem: NTFS Size: 58.5 GB FreeSpace: 30.9 GB DeviceID: D: FileSystem: Size: 0 bytes FreeSpace: 0 bytes DeviceID: K: FileSystem: NTFS Size: 186 GB FreeSpace: 5.39 GB DeviceID: L: FileSystem: NTFS Size: 186 GB FreeSpace: 2.57 GB DeviceID: M: FileSystem: NTFS Size: 931 GB FreeSpace: 30.8 GB ******************************************************************** ********************* END OF SYSTEM INFORMATION ******************** ******************************************************************** /v=M:\Movies\Action\2 Fast 2 Furious\VIDEO_TS\video_ts.ifo /o="M:\Movies\Action\2 Fast 2 Furious\2 fast 2 furious-01.mpg" /t=1
-
One more note...I tried without spaces in a dvd path, using quotes still, same problem.
-
Can you try with the quotes again but make the VIDEO_TS.IFO part uppercase?
SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control! -
I mean:
Code:C:\VOB2MPG PRO>VOB2MPG.exe /v="M:\Movies\Action\2 Fast 2 Furious\VIDEO_TS\VIDEO_TS.IFO" /o="M:\Movies\Action\2 Fast 2 Furious\2 fast 2 furious-01.mpg" /MainTitle
SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control! -
Ok, getting farther now. Works that way with the uppercase, but now I have a movie, 10,000 B.C. that fails. It is the comma. Is this something you can work with or do I have to rename them to get it converted?
Also, it doesn't matter, as in the movie is copied to the correct location but as you see in the pic, the DOS window passed the right output location, but the gui shows a different output folder.
-
Actually i have made a qucik fix to deal with this "case" issue. I have not incremented the build number, but if you could redownload and confirm it is now ok please? (Time on msi file is 17.47 GMT)
SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control! -
The folders in the GUI are not used in the CLI so just ignore.
Can you post logs for the one that doesn't work?SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control! -
Ok, I hacked up the syntax real good
Code:"C:\VOB2MPG PRO\VOB2MPG.EXE" /v="M:\Movies\Action\bloodrayne\VIdeo_TS\video_ts.Ifo" /o="M:\Movies\Action\Bloodrayne\Bloodrayne-01.mpg" /MainTitle
Also, while cosmetic, I can see someone getting paranoid by the GUI showing the wrong info on the input and output lines..can you mask that or get them correct? I will look beyond it know, but you may get a lot of questions in teh future.
Non working one: 10,000 B.C.
************************************************** ******************
************************ SYSTEM INFORMATION ************************
************************************************** ******************
***************************** VOB2MPG *****************************
Name: VOB2MPG PRO
Title: PRO
Version: 3.0.0024
Executable: C:\VOB2MPG PRO\VOB2MPG.exe
Executable size: 824 KB
Executable size in bytes: 843859
Executable CreationTime: 5/2/2009 9:47:30 PM
Executable LastWriteTime: 5/2/2009 5:14:48 PM
Executable LastAccessTime: 5/2/2009 5:14:48 PM
****************************** Drives *******************************
DeviceID: C:
FileSystem: NTFS
Size: 58.5 GB
FreeSpace: 30.8 GB
DeviceID: D:
FileSystem:
Size: 0 bytes
FreeSpace: 0 bytes
DeviceID: K:
FileSystem: NTFS
Size: 186 GB
FreeSpace: 5.39 GB
DeviceID: L:
FileSystem: NTFS
Size: 186 GB
FreeSpace: 2.57 GB
DeviceID: M:
FileSystem: NTFS
Size: 931 GB
FreeSpace: 8.86 GB
************************************************** ******************
********************* END OF SYSTEM INFORMATION ********************
************************************************** ******************
/v="M:\Movies\Action\10,000 B.C\VIDEO_TS" /o="M:\Movies\Action\10,000 B.C\10,000 B.C-01.mpg" /t=1
13:15:06
Extracting from Title: 1
13:15:06 vPaths: M:\Movies\Action\10,000 B.C\VIDEO_TS\VTS_01_1.VOB,M:\Movies\Action\10,000 B.C\VIDEO_TS\VTS_01_2.VOB,M:\Movies\Action\10,000 B.C\VIDEO_TS\VTS_01_3.VOB,M:\Movies\Action\10,000 B.C\VIDEO_TS\VTS_01_4.VOB, -
Ok. I will address this. Can you remove the comma for now?
SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control! -
Np, yeah, I removed it and it was fine, guessing I only have a handfull with commas so no big deal.
Similar Threads
-
CLI of BDinfo??
By RogerTango in forum Blu-ray RippingReplies: 3Last Post: 15th Oct 2011, 02:13 -
x264 CLI
By zammil in forum Video ConversionReplies: 16Last Post: 22nd Jan 2011, 11:22 -
Need help with .vob's + x264 cli
By Frost746 in forum Newbie / General discussionsReplies: 2Last Post: 20th Jul 2010, 21:14 -
CLI to XML
By eon_designs in forum Video ConversionReplies: 1Last Post: 29th Apr 2010, 10:50 -
VOB2MPG Pro V3.0.0024 error
By SWBisbee in forum Newbie / General discussionsReplies: 1Last Post: 3rd May 2009, 16:23