DVD Structure: IFO

archives: IFO notes

I'm not really familiar with the low-level structure of a DVD since I never really need to get into it. My focus is generally on getting the content and as much metadata as possible.

Get the title:

dd if=VIDEO_TS.IFO bs=1 count=32 skip=64 2> /dev/null

Also, using volname works.


Navigation