Home > Archive > PERL Beginners > February 2006 > How to read an IFO file ?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to read an IFO file ?
|
|
|
| Hello,
I'm looking for a Perl module which is able to read the structure of an
IFO file (from a video DVD).
I did not find anything on CPAN.
Does somebody know such a module ?
Thanks.
--
Bou@h
| |
| DJ Stunks 2006-02-25, 6:56 pm |
| Bou@h wrote:
> Hello,
>
> I'm looking for a Perl module which is able to read the structure of an
> IFO file (from a video DVD).
>
> I did not find anything on CPAN.
>
> Does somebody know such a module ?
>
> Thanks.
Is it safe to assume MPEG::LibMPEG3 won't do it for you?
Is it also safe to assume you found
http://dvd.sourceforge.net/dvdinfo/ifo.html ? Seems like this task is
more suited to C though. A nice XS module maybe? ;p
-jp
| |
|
| DJ Stunks wrote :
>
> Is it safe to assume MPEG::LibMPEG3 won't do it for you?
This library is good for getting information about the MPEG stream, but
I want to extract the index of the chapters from the .IFO file, and
MPEG::LibMPEG3 doesn't work for that.
> Is it also safe to assume you found
> http://dvd.sourceforge.net/dvdinfo/ifo.html ? Seems like this task is
> more suited to C though. A nice XS module maybe? ;p
It's a solution, but I would prefer an existing module :)
--
Bou@h
|
|
|
|
|