PDA

View Full Version : Programming library for reading/writing .IFO files.


mattstan
19th April 2007, 13:05
Hi,

Is there a (hopefully open source) programming library or source code for reading/writing to .IFO files.

Many thanks, regards, etc..

mpucoder
24th April 2007, 17:42
What kind of functions would you be looking for? ifo files are read/written using random access by sector in binary mode by all the programs I have seen. After that each program does unique processing on the data.

mattstan
24th April 2007, 18:31
What kind of functions would you be looking for? ifo files are read/written using random access by sector in binary mode by all the programs I have seen. After that each program does unique processing on the data.
Thanks for your reply. All I really want to be able to do is to write 'Pre Commands' into the 'PGC Command Table'. Any advise on doing that would be greatly appreciated.

dragongodz
25th April 2007, 05:32
ifo parser for delphi
http://forum.doom9.org/showthread.php?t=110226

ifo parser for visual basic
http://forum.doom9.org/showthread.php?t=50552

ifo parser c++
http://forum.doom9.org/showthread.php?t=51209

plus i am sure i saw other c parser ages ago aswell.

then also there are open source programs that read and write ifos aswell, such as pgcedit etc.

a little searching can take you a long way.