View Full Version : IfoEdit, VobEdit command line interface.


sirluke
28th November 2003, 01:48
Maybe this question is a little bit OT, maybe not but I'm gonna ask anyway!
Is there a CLI support for Ifoedit and Vobedit, or alternatively does anyone know how to invoke commands from another software. I'm not new to programming but I don't have a clue on how to do this.
NuMenu4U does something like that, it opens Ifoedit and executes the authoring commands automatically.
Does anyone have an idea on how to do something like that?
Thanks.

Matthew
5th December 2003, 05:22
Dunno what the deal is with NuMenu4U, but as an alternative to vobedit you can demux at the commandline using another app like vstrip. I've used vstrip for video and DVD2AVI commandline for audio.

windtrader
6th December 2003, 18:39
DVDSTRIPPER is a program that uses IFOEDIT to do the "hard" work underneath. I don't know how this works but maybe scanning the forum over there might help.

Nic
7th December 2003, 15:20
You'll want to look up SendMessage, WM_COMMAND and other Windows Messages in MSDN or similar to find out how to control a program.

ReJig can control parts of IFOEdit...its GPL (source: http://nic.dnsalias.com/ReJig_src.zip). CIFOEditAutomate class is a good place to look...

-Nic

ps
This thread would probably be better off in the development section of the board...