Log in

View Full Version : Command line tool - IFO Edit


zimbot
21st March 2006, 21:59
Friends,

I have need of a command line tool that does a small part of what IFOedit does.
I simply wish to prohibit user ops ( more than 1 , FF, Rwnd , menu calls ) on titles in Video title set 1
VTST1,1 - VTST1,2 that sort of thing .

Is there a way to command line InfoEdit or can I cobble a script that will do something like prohibit User Operations 256, 512 on a title and resave the IFO.

Thanks!:rolleyes:

Matthew
22nd March 2006, 00:08
I recently wrote a cli tool to dump/replace sub colours in IFOs (normal PGCs only, not menus). I previously had no knowledge of hex editing IFOs.

I used IFOEdit+http://dvd.sourceforge.net/dvdinfo to figure it out.

The prohibited user ops are just some bytes above the palette. It's just a single value that represents all of the operations e.g. 9584853 might mean no fast forward and no stop.

Maybe if necessary I could spend 10 mins altering my crappy app so that instead of writing a palette, it will write a specific supplied PU-OP value (which can be determined by clicking the boxes you want in ifoedit, saving, and looking at the value).