Command Line conversion from network share?
Posted: Mon Dec 31, 2012 4:12 am
I did some searching but came up blank.
I am trying to get the syntax for makemkvcon64.exe to convert "all" from a network share (i.e. \\server\movies\dvds\StarWars\VIDEO_TS\VIDEO_TS.IFO) or z:\dvds\StarWars\VIDEO_TS\VIDEO_TS.IFO where "z:" is a mapped drive (net use * \\server\movies).
I have a bunch of DVDs ripped to a network share called \\server\movies\...
I want to convert all video (over 15 minutes) on the DVD and all subtitles and all sound tracks to a MKV file.
Here is what I get:
Once I get the command line syntax down, I want to use Excel to queue up a whole bunch of rows of text to then convert several dvd's to MKV.
Thanks
I am trying to get the syntax for makemkvcon64.exe to convert "all" from a network share (i.e. \\server\movies\dvds\StarWars\VIDEO_TS\VIDEO_TS.IFO) or z:\dvds\StarWars\VIDEO_TS\VIDEO_TS.IFO where "z:" is a mapped drive (net use * \\server\movies).
I have a bunch of DVDs ripped to a network share called \\server\movies\...
I want to convert all video (over 15 minutes) on the DVD and all subtitles and all sound tracks to a MKV file.
Here is what I get:
Code: Select all
C:\Program Files (x86)\MakeMKV>makemkvcon64.exe mkv file:"z:\dvds\StarWars\VIDEO_TS\VIDEO_TS.IFO" all e:\video\StarWars
MakeMKV v1.7.9 win(x64-release) started
Opening files on harddrive at z:\dvds\StarWars\VIDEO_TS\VIDEO_TS.IFO
Failed to open disc
Thanks